#= surface_data プログラム用 NAMELIST ファイル (T21 用) # #= NAMELIST file for "surface_data" (for T21) # # Copyright (C) GFD Dennou Club, 2008-2009. All rights reserved. # # Note that Japanese and English are described in parallel. # &restart_surftemp_io_nml OutputFile = 'surface_T21.nc', ! 初期値データのファイル名 ! filename of initial data / &fileset_nml FileTitle = 'Surface data for dcpam5', ! 出力データファイルの表題. ! Title of output data files FileSource = 'dcpam5 $Name: $ (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 = 21, ! 最大全波数. ! Maximum truncated wavenumber imax = 64, ! 経度格子点数. ! Number of grid points in longitude jmax = 32, ! 緯度格子点数. ! Number of grid points in latitude kslmax = 9 ! 地下の鉛直層数. ! Number of subsurface vertical level / &axesset_nml Depth = 0.0d0, -4.0d-2, -12.0d-2, -28.0d-2, -40.0d-2, -64.0d-2, -112.0d-2, -208.0d-2, -400.0d-2, -784.0d-2, 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, ! リスタート開始時刻. ! Restart time of calculation RestartTimeUnit = 'day', ! リスタート開始時刻の単位. ! Unit of restart time of calculation !!$ Date = 2008, 10, 1, 12, 0, 0, 09, 00, !!$ ! 計算開始日時. (年月日時分秒, タイムゾーン時分) !!$ ! Start date of calculation. !!$ ! (year, month, day, hour, minute, second, !!$ ! and hour, minute of time zone) !!$ Calendar = 'gregorian', !!$ Calendar = 'julian', !!$ Calendar = 'noleap', !!$ Calendar = 'cyclic', !!$ ! 暦法. Calender / &surface_data_nml Pattern = 'homogeneous', ! 地表面データのパターン. ! 以下のパターンを選択可能. ! ! Surface data pattern. ! Available patterns are as follows. ! ! * "Hosaka et al. (1998)" ! * "Homogeneous" ! SurfTemp = 300.0, ! 地表面温度の基準値. ! Standard value of surface temperature /