#= dcpam_main プログラム用 NAMELIST ファイル (T42L22 用) # #= NAMELIST file for "dcpam_main" # # Copyright (C) GFD Dennou Club, 2008-2009. All rights reserved. # # Note that Japanese and English are described in parallel. # &bucket_model_nml SoilMoistCritAmnt = 5.0d6 ! 1.0d3*5.0d3 / &constants_nml Omega = 7.292106590880652e-05 ! 2.0*3.1415926535897932/(60.0*60.0*23.9345) / !&phy_implicit_sdh_V2_nml ! SOHeatCapacity = 0.0d0 !/ &check_prog_vars_nml ! TempMax = 320.0d0 TempMax = 330.0d0 / &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', !!$ RadModel = 'Simple', !!$ 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', ! FlagSnow = .true. FlagSnow = .false. / &fileset_nml FileTitle = 'Simulation of an atmosphere of planet with the land and the ocean', ! 出力データファイルの表題. ! 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 = 42, ! 最大全波数. ! Maximum truncated wavenumber imax = 128, ! 経度格子点数. ! Number of grid points in longitude jmax = 64, ! 緯度格子点数. ! Number of grid points in latitude kmax = 22, ! 鉛直層数. ! Number of vertical level kslmax = 9 ! 地下の鉛直層数. ! Number of subsurface vertical level / &composition_nml ncmax = 2, Names = 'QVap' 'H2OLiq', ! FlagAdv = .true., .false. FlagAdv = .true., .true. / ×et_nml cal_type = 'noleap', InitialYear = 1, InitialMonth = 1, InitialDay = 1, InitialHour = 0, InitialMin = 0, InitialSec = 0.0d0, EndYear = 11, EndMonth = 1, EndDay = 1, EndHour = 0, EndMin = 0, EndSec = 0.0d0, DelTimeValue = 12.0, DelTimeUnit = 'min', RestartTimeValue = 2920, RestartTimeUnit = 'day', PredictIntValue = 1.0, PredictIntUnit = 'day', CpuTimeMoniter = .true. / &restart_file_io_nml InputFile = 'rst_4.nc', OutputFile = 'rst_5.nc', IntValue = 365.0, IntUnit = 'day' / &restart_surftemp_io_nml InputFile = 'rst_surface_4.nc', OutputFile = 'rst_surface_5.nc', IntValue = 365.0, IntUnit = 'day' / &relaxed_arakawa_schubert FlagZeroCrtlCWF = .true., RainConversionFactor = 1.0d0 / &cloud_simple_nml ! CloudLifeTime = 1200.0d0, CloudLifeTime = 1500.0d0, ! CloudLifeTime = 900.0d0, ! CloudLifeTime = 600.0d0, ! CloudLifeTime = 480.0d0, ! CloudLifeTime = 420.0d0, / &surface_properties_nml ! SurfTempSetting = 'file', SurfTempSetting = 'generate_internally', ! 地表面温度の設定方法 ! Setting of surface temperature SurfTempFile = '../../../data_Earth/sst_amipII_bc_clim_T042_P8.nc', ! 地表面温度のファイル名. ! File name of surface temperature SurfTempName = 'sst', ! 地表面温度の変数名. ! Variable name of surface temperature ! SeaIceSetting = 'file', SeaIceSetting = 'generate_internally', ! 海氷面密度の設定方法 ! Setting of sea ice SeaIceFile = '../../../data_Earth/sic_amipII_bc_clim_T042_P8.nc', ! 海氷面密度のファイル名. ! File name of sea ice SeaIceName = 'sic', ! 海氷面密度の変数名. ! Variable name of sea ice ! SurfCondSetting = 'file', SurfCondSetting = 'generate_internally', ! 地表状態の設定方法 ! Setting of surface condition SurfCondFile = '../../../data_Earth/sp_for_Earth_T042_P8.nc', ! 地表状態 (0: 固定, 1: 可変) のファイル名. ! File name of surface condition (0: fixed, 1: variable) SurfCondName = 'sfcindex', ! 地表状態 (0: 固定, 1: 可変) の変数名. ! Variable name of surface condition (0: fixed, 1: variable) ! SurfCulIntSetting = 'file', SurfCulIntSetting = 'generate_internally', ! ! Setting of surface cultivation intensity SurfCulIntFile = '../../../data_Earth/sp_for_Earth_T042_P8.nc', ! ! File name of surface cultivation intensity SurfCulIntName = 'culint', ! ! Variable name of surface cultivation intensity ! SurfHeightSetting = 'file', SurfHeightSetting = 'generate_internally', ! 地表面高度の設定方法 ! Setting of surface height SurfHeightFile = '../../../data_Earth/sp_for_Earth_T042_P8.nc', ! 地表面高度のファイル名. ! File name of surface height SurfHeightName = 'zs', ! 地表面高度の変数名. ! Variable name of surface height ! AlbedoSetting = 'Matthews', AlbedoSetting = 'generate_internally', ! アルベドの設定方法 ! Setting of surface albedo ! RoughLengthSetting = 'Matthews' RoughLengthSetting = 'generate_internally' ! 粗度長の設定方法 ! Setting of surface roughness length / &surface_data_nml Albedo = 0.1d0, SoilHeatDiffCoef = 0.0d0, RoughLength = 1.0d-4, HeatCapacity = 0.0d0, ! 地表熱容量. ! Surface heat capacity SurfCond = 1 ! 地表状態 (0: 固定, 1: 可変). ! Surface condition (0: fixed, 1: variable) / &rad_short_income_nml FlagRadSynchronous = .false., FlagAnnualMean = .false., FlagDiurnalMean = .false., EpsOrb = 23.44d0, PerLonFromVE = 282.768413d0, LonFromVEAtEpoch = 279.403308d0, Eccentricity = 0.016713d0, TimeAtEpoch = -1.0d0, EpochYear = 1990, EpochMonth = 1, EpochDay = 1, EpochHour = 0, EpochMin = 0, EpochSec = 0.0d0 / &set_O3_nml ! FlagO3 = .true., FlagO3 = .false., ! O3File = "../../../data_Earth/O3_CMIP5_climatology_zonalmean_T042_P8.nc" O3File = "../../../data_NH01/O3_NH01_T042_P8.nc" / &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, Sigma = 1.000000000000000 , 0.9900498337491680 , 0.9704455335485082 , 0.9290099250785387 , 0.8589701834928262 , 0.7594520038794164 , 0.6361357916470737 , 0.5003923706134736 , 0.3897059700767299 , 0.3035033146633587 , 0.2363686191245908 , 0.1840840656677380 , 0.1433648144930023 , 0.1116526297920369 , 8.695515551401997E-02 , 6.772074320641454E-02 , 5.274096783933317E-02 , 4.107470705321645E-02 , 3.198901401747353E-02 , 2.491306916649053E-02 , 1.940231777557490E-02 , 1.176810060037360E-02 , 0.000000000000000E+00 , ! $ \sigma $ レベル (半整数). ! Half $ \sigma $ level / &dynamics_hspl_vas83_nml FlagSLTT = .true., FlagSpongeLayer = .true., SLEFoldTimeValue = 10.0d0, SLEFoldTimeUnit = 'day', SLOrder = 1, SLNumLayer = 5, FlagDivDamp = .true., HDOrder = 4, ! 超粘性の次数. Order of hyper-viscosity HDEFoldTimeValue = 1.0, ! 最大波数に対する 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 / ! ! ヒストリデータ出力の全体設定 ! Global settings about history data output ! >ool_historyauto_nml IntValue = 0.25, ! ヒストリデータの出力間隔の数値. ! 負の値を与えると, 出力を抑止します. ! ! Numerical value for interval of history data output ! Negative values suppresses 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', / >ool_historyauto_nml Name = 'H2OLiq' / !>ool_historyauto_nml ! Name = 'Vor, Div, SigDot, DPiDt' !/ >ool_historyauto_nml Name = 'SigDot' / >ool_historyauto_nml Name = 'SurfTemp', TimeAverage = .true. / >ool_historyauto_nml Name = 'SoilMoist' / >ool_historyauto_nml Name = 'SurfSnow' / >ool_historyauto_nml Name = 'SoilTemp' / >ool_historyauto_nml Name = 'Rain, Snow, PRCP', TimeAverage = .true. / >ool_historyauto_nml Name = 'Evap, Sens, OLR, SLR, OSR, SSR' TimeAverage = .true. / >ool_historyauto_nml Name = 'EvapB, SensA, OLRA, SLRA, OSRA, SSRA' TimeAverage = .true. / >ool_historyauto_nml Name = 'SurfAlbedo' / >ool_historyauto_nml Name = 'SeaIceConc' / >ool_historyauto_nml Name = 'Mass, KinEngy, IntEngy, PotEngy, LatEngy, TotEngy, Enstro' SpaceAverage = .true., .true., .true., Precision = 'double', / !!$>ool_historyauto_nml !!$ Name = 'RainCumulus, RainLsc', !!$ TimeAverage = .true. !!$/ !!$>ool_historyauto_nml !!$ Name = 'DTempDtCumulus, DQVapDtCumulus, DTempDtLsc, DQVapDtLsc' !!$/ !!$>ool_historyauto_nml !!$ Name = 'DTempDtDryConv' >ool_historyauto_nml Name = 'O3, CO2' / >ool_historyauto_nml Name = 'Decl' / >ool_historyauto_nml Name = 'DistFromStarScld' / >ool_historyauto_nml Name = 'PlanetLonFromVE' / >ool_historyauto_nml Name = 'CloudCover, EffCloudCover' / >ool_historyauto_nml Name = 'SurfH2OVapFlux, SurfH2OVapFluxB' TimeAverage = .true. / >ool_historyauto_nml Name = 'SurfH2OVapFluxU, EvapU' TimeAverage = .true. /