#= dcpam_main プログラム用 NAMELIST ファイル (T21L20 用) # #= NAMELIST file for "dcpam_main" (for T21L20) # # Copyright (C) GFD Dennou Club, 2008-2009. All rights reserved. # # Note that Japanese and English are described in parallel. # &dcpam_main_nml DynMode = 'HSPLVAS83', !!$ DynMode = 'NoHorAdv', !!$ PhysMode = 'FullPhysics', PhysMode = 'HS94', !!$ PhysMode = 'VenusSimple', !!$ PhysMode = 'JupiterSimple', !!$ PhysMode = 'NoPhysics', !!$ RadModel = 'DennouAGCM', !!$ RadModel = 'Earth', !!$ RadModel = 'Mars', !!$ RadModel = 'SL09', !!$ PhysImpMode = '1LayModel', !!$ PhysImpMode = 'SoilModel', !!$ PhysImpMode = 'SoilModelSO', !!$ PhysImpMode = 'AtmOnly', MCMethod = 'None', !!$ MCMethod = 'MCA', !!$ MCMethod = 'RAS', LSCMethod = 'None', !!$ LSCMethod = 'M65', !!$ LSCMethod = 'LL91', CloudMethod = 'None', !!$ CloudMethod = 'Simple', SfcMoistMethod = 'None', !!$ SfcMoistMethod = 'Bucket', DCMethod = 'None', !!$ DCMethod = 'DCA', / &fileset_nml FileTitle = 'Held and Suarez (1994) benchmark test', ! 出力データファイルの表題. ! 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 kmax = 20 ! 鉛直層数. ! Number of vertical level / ×et_nml RestartTimeValue = 0.0, ! リスタート開始時刻. ! Restart time of calculation RestartTimeUnit = 'day', ! リスタート開始時刻の単位. ! Unit of restart time of calculation IntegPeriodValue = 10.0, ! 積分時間. ! Integral time. IntegPeriodUnit = 'day', ! 計算開始時刻の単位. ! Unit of end time of calculation DelTimeValue = 60.0, ! $ \Delta t $ . 単位は DelTimeUnit にて指定. ! Unit is specified by "DelTimeUnit". DelTimeUnit = 'min', ! $ \Delta t $ の単位. ! Unit of $ \Delta t $ ! 計算開始日時 ! Start date of calculation ! InitialYear = 2000, InitialMonth = 1, InitialDay = 1 InitialHour = 0, InitialMin = 0, InitialSec = 0.0 ! 計算終了日時 ("IntegPeriodValue" が負の場合にこちらが使用される) ! End date of calculation (These are used when "IntegPeriodValue" is negative) ! EndYear = 2000, EndMonth = 2, EndDay = 1 EndHour = 0, EndMin = 0, EndSec = 0.0 PredictIntValue = 1.0, ! 終了予測日時表示間隔. ! Interval of predicted end time output PredictIntUnit = 'day', ! 終了予測日時表示間隔 (単位). ! Unit for interval of predicted end time output CpuTimeMoniter = .true. ! CPU 時間計測のオンオフ ! On/off of CPU time monitoring / &restart_file_io_nml InputFile = 'init_T21L20.nc', ! 入力する初期値/リスタートデータのファイル名 ! filename of input initial/restart data OutputFile = 'rst.nc', ! 出力するリスタートデータのファイル名 ! filename of output restart data IntValue = 100.0, ! リスタートデータの出力間隔. ! Interval of restart data output IntUnit = 'day' ! リスタートデータの出力間隔の単位. ! Unit for interval of restart data output / &axesset_nml Sigma = 1.00, 0.95, 0.90, 0.85, 0.80, 0.75, 0.70, 0.65, 0.60, 0.55, 0.50, 0.45, 0.40, 0.35, 0.30, 0.25, 0.20, 0.15, 0.10, 0.05, 0.0, ! $ \sigma $ レベル (半整数). ! Half $ \sigma $ level / &constants_nml RPlanet = 6.371e6, ! $ a $ [m]. ! 惑星半径. ! Radius of planet Omega = 7.292e-5, ! $ \Omega $ [s-1]. ! 回転角速度. ! Angular velocity Grav = 9.8, ! $ g $ [m s-2]. ! 重力加速度. ! Gravitational acceleration CpDry = 1004.0, ! $ C_p $ [J kg-1 K-1]. ! 乾燥大気の定圧比熱. ! Specific heat of air at constant pressure MolWtDry = 28.98d-3 ! $ M $ [kg mol-1]. ! 乾燥大気の平均分子量. ! Mean molecular weight of dry air / &dynamics_hspl_vas83_nml HDOrder = 8, ! 超粘性の次数. Order of hyper-viscosity HDEFoldTimeValue = 0.1, ! 最大波数に対する e-folding time. ! 負の値を与えると, 水平拡散係数をゼロにします. ! ! E-folding time for maximum wavenumber. ! If negative value is given, ! coefficients of horizontal diffusion become zero. HDEFoldTimeUnit = 'day' ! 最大波数に対する e-folding time の単位. ! Unit of e-folding time for maximum wavenumber FlagSpongeLayer = .false., FlagSpongeLayerforZonalMean = .false., FlagSpongeLayerforHeat = .false. / &surface_properties_nml SurfHeightFile = '', ! 地表面高度のファイル名. ! File name of surface height SurfHeightName = '' ! 地表面高度の変数名. ! Variable name of surface height / &initial_data_nml QVapAvr = 0.0 / ! ! ヒストリデータ出力の全体設定 ! Global settings about history data output ! >ool_historyauto_nml IntValue = 0.25, ! ヒストリデータの出力間隔の数値. ! 負の値を与えると, 出力を抑止します. ! ! Numerical value for interval of history data output ! Negative values suppress output. IntUnit = 'day', !!$ IntUnit = 'hrs', !!$ IntUnit = 'min', !!$ IntUnit = 'sec', ! ヒストリデータの出力間隔の単位. ! Unit for interval of history data output Precision = 'float', ! 単精度 !!$ Precision = 'double', ! 倍精度 ! ヒストリデータの精度. ! Precision of history data FilePrefix = '', !!$ FilePrefix = 'data01/', ! ヒストリデータのファイル名の接頭詞. ! Prefixes of history data filenames / ! ! ヒストリデータ出力の個別設定 ! Individual settings about history data output ! >ool_historyauto_nml Name = 'U, V, Temp, Ps, QVap, SigDot, OMG, TempEQHS94' / >ool_historyauto_nml Name = 'Mass, KinEngy, IntEngy, PotEngy, LatEngy, TotEngy, Enstro', SpaceAverage = .true., .true., .true., .true., .true. /