#= sst_data プログラム用 NAMELIST ファイル (T42 用) # #= NAMELIST file for "sst_data" (for T42) # # Copyright (C) GFD Dennou Club, 2008-2009. All rights reserved. # # Note that Japanese and English are described in parallel. # &restart_surftemp_io_nml OutputFile = 'sst_T42.nc', ! 初期値データのファイル名 ! filename of initial data / &fileset_nml FileTitle = 'SST data for dcpam5', ! 出力データファイルの表題. ! Title of output data files FileSource = 'dcpam5 $Name: dcpam5-20130921 $ (http://www.gfd-dennou.org/library/dcpam)', ! データファイル作成の手段. ! Source of data file FileInstitution = 'GFD Dennou Club (http://www.gfd-dennou.org)' ! データファイルを最終的に変更した組織/個人. ! Institution or person that changes data files for the last time / &gridset_nml nmax = 42, ! 最大全波数. ! Maximum truncated wavenumber imax = 1, ! 経度格子点数. ! Number of grid points in longitude jmax = 64 ! 緯度格子点数. ! Number of grid points in latitude / &axesset_nml flag_generate_sigma = .true. ! generate sigma levels internally ! Sigma levels are not needed in setting SST. ! This flag is set to avoid error in axesset module. / ×et_nml RestartTimeValue = 0.0, ! 計算開始時刻. ! Start time of calculation RestartTimeUnit = 'day', ! 計算開始時刻の単位. ! Unit of start time of calculation / &surface_data_nml Pattern = 'NH01_Control' /