Class NAMELIST
In: cumulus/moist_conv_adjust.f90
dryconv_adjust/dry_conv_adjust.f90
dryconv_adjust/dryconv_adjust.f90
held_suarez_1994/held_suarez_1994.f90
held_suarez_1994/sl09_diffusion.f90
held_suarez_1994/yt2003_forcing.f90
io/restart_file_io.f90
io/restart_surftemp_io.f90
lscond/lscond.f90
main/dcpam_main.f90
phy_implicit/phy_implicit_sdh.f90
prepare_data/initial_data.f90
prepare_data/set_1d_profile.f90
prepare_data/surface_data.f90
radiation/rad_DennouAGCM.f90
radiation/rad_SL09.f90
radiation/rad_dcpam_E_LW_V2_3.f90
radiation/rad_dcpam_E_SW_V2_1.f90
radiation/rad_dcpam_E_V2.f90
radiation/rad_dcpam_M_15m.f90
radiation/rad_dcpam_M_NIR.f90
radiation/rad_dcpam_M_V1.f90
radiation/rad_short_income.f90
radiation/rad_utils.f90
radiation/set_cloud.f90
radiation/set_o3.f90
saturate/co2_phase_change.f90
setup/composition.f90
setup/constants.f90
setup/constants_snowseaice.f90
setup/fileset.f90
setup/timeset.f90
surface_flux/bucket_model.f90
surface_flux/surface_flux_bulk.f90
surface_properties/albedo_Matthews.f90
surface_properties/surface_properties.f90
util/auxiliary.f90
util/check_prog_vars.f90
util/timefilter_asselin1972.f90
util/vertical_filter.f90
vdiffusion/vdiffusion_my1974.f90
cumulus/cumulus_adjust.F90
dynamics/dynamics_hspl_vas83.F90
setup/axesset.F90
setup/gridset.F90

This is not a module but a repository of NAMELIST group names declared in all Fortran 90/95 files

Methods

Public Instance methods

albedo_Matthews_nml( flag_annual_mean, OceanAlbedo )
NAMELIST :
flag_annual_mean :logical , save
OceanAlbedo :real(DP) , save

デフォルト値については初期化手続 "surface_flux_bulk#SurfFluxInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "surface_flux_bulk#SurfFluxInit" for the default values.

This namelist group name is input/output in albedo_Matthews#SetAlbedoInit

auxiliary_nml( RefPress )
NAMELIST :
RefPress :real(DP), save
: 基準気圧. Reference air pressure

デフォルト値については初期化手続 "auxiliary#AuxInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "auxiliary#AuxInit" for the default values.

This namelist group name is input/output in auxiliary#AuxInit

axesset_nml( Sigma, OMPNumThreads, Depth, flag_generate_sigma, LonInDeg, LatInDeg )
NAMELIST :
Sigma(1:MaxNmlArySize) :real(DP), save
: $ sigma $ レベル (半整数). Half $ sigma $ level
OMPNumThreads :integer
: OpenMP での最大スレッド数. openmp_threads に 1 より大きな値を指定すれば ISPACK の球面調和函数変換 OpenMP 並列計算 ルーチンが用いられる. 並列計算を実行するには, 実行時に環境変数 OMP_NUM_THREADS を OMPNumThreads 以下の数字に設定する 等のシステムに応じた準備が必要となる.

OMPNumThreads に 1 より大きな値を 指定しなければ並列計算ルーチンは呼ばれない.

Depth(1:MaxNmlArySize) :real(DP), save
: 入力用配列, 地下の鉛直層境界 array for input, layer interface of subsurface vertical layer
flag_generate_sigma :logical
: 鉛直層数の内部生成のためのフラグ Flag for generation of sigma levels internally
LonInDeg :real(DP)
: Longitude in unit of degree of a grid point in 1D mode
LatInDeg :real(DP)
: Latitude in unit of degree of a grid point in 1D mode

デフォルト値については初期化手続 "axesset#AxessetInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "axesset#AxessetInit" for the default values.

This namelist group name is input/output in axesset#AxessetInit

bucket_model_nml( FlagBucketModel, SoilMoistCritAmnt, SoilMoistCritAmntforEvapEff, FlagBucketModelSnow )
NAMELIST :
FlagBucketModel :logical, save, public
: バケツモデル オン/オフ. bucket model on/off.
SoilMoistCritAmnt :real(DP), save
: <Japanese> Critical amount of soil moisture
SoilMoistCritAmntforEvapEff :real(DP), save
: <Japanese> Critical amount of soil moisture for evaporation efficiency
FlagBucketModelSnow :logical, save, public
: バケツモデル 雪の扱い オン/オフ. bucket model treatment of snow on/off.

実行文 ; Executable statement

This namelist group name is input/output in Bucket_Model#BucketInit

check_prog_vars_nml( VelMin, VelMax, TempMin, TempMax )
NAMELIST :
VelMin :real(DP), save
: 風速最小値 Minimum value of wind velocity
VelMax :real(DP), save
: 風速最大値 Maximum value of wind velocity
TempMin :real(DP), save
: 温度最小値 Minimum value of temperature
TempMax :real(DP), save
: 温度最大値 Maximum value of temperature

デフォルト値については初期化手続 "check_prog_vars#CheckProgVarsInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "check_prog_vars#CheckProgVarsInit" for the default values.

This namelist group name is input/output in check_prog_vars#CheckProgVarsInit

co2_phase_change_nml( FlagUse )
NAMELIST :
FlagUse :logical, save
: 使用フラグ flag for use of this scheme

デフォルト値については初期化手続 "co2_phase_change#CO2PhaseChangeInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "co2_phase_change#CO2PhaseChangeInit" for the default values.

This namelist group name is input/output in co2_phase_change#CO2PhaseChangeInit

composition_nml( ncmax, Names, LongNames, FlagAdv )
NAMELIST :
ncmax :integer , save, public
: 成分の数 Number of composition
Names(1:MaxNmlArySize) :character(len=STRING)
LongNames(1:MaxNmlArySize) :character(len=STRING)
FlagAdv(1:MaxNmlArySize) :logical

デフォルト値については初期化手続 "composition#CompositionInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "composition#CompositionInit" for the default values.

This namelist group name is input/output in composition#CompositionInit

constants_nml( RPlanet, Omega, Grav, MolWtDry, CpDry, MolWtWet, CpWet, LatentHeat )
NAMELIST :
RPlanet :real(DP), save, public
: $ a $ [m]. 惑星半径. Radius of planet
Omega :real(DP), save, public
: $ Omega $ [s-1]. 回転角速度. Angular velocity
Grav :real(DP), save, public
: $ g $ [m s-2]. 重力加速度. Gravitational acceleration
MolWtDry :real(DP), save, public
: $ M $ [kg mol-1]. 乾燥大気の平均分子量. Mean molecular weight of dry air
CpDry :real(DP), save, public
: $ C_p $ [J kg-1 K-1]. 乾燥大気の定圧比熱. Specific heat of air at constant pressure
MolWtWet :real(DP), save, public
: $ M_v $ [kg mol-1]. 凝結成分の平均分子量. Mean molecular weight of condensible elements
CpWet :real(DP), save, public
: $ C_v $ [J kg-1 K-1] . 凝結成分の定圧比熱. Specific heat of condensible elements at constant pressure
LatentHeat :real(DP), save, public
: $ L $ [J kg-1] . 凝結の潜熱. Latent heat of condensation

デフォルト値については初期化手続 "constants#ConstantsInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "constants#ConstantsInit" for the default values.

This namelist group name is input/output in constants#ConstantsInit

constants_snowseaice_nml( ThresholdSurfSnow , SnowAlbedo , TempCondWater , SeaIceVolHeatCap , SeaIceThermCondCoef, SeaIceThreshold , SeaIceThickness , TempBelowSeaIce , SeaIceAlbedo )
NAMELIST :
ThresholdSurfSnow :real(DP), public, save
SnowAlbedo :real(DP), public, save
TempCondWater :real(DP), public, save
: <Japanese> Condensation temperature of water
SeaIceVolHeatCap :real(DP), public, save
: Volumetric heat capacity of sea ice (J m-3 K-1)
SeaIceThermCondCoef :real(DP), public, save
: Thermal conductivity of sea ice (W m-1 K-1)
SeaIceThreshold :real(DP), public, save
SeaIceThickness :real(DP), public, save
TempBelowSeaIce :real(DP), public, save
SeaIceAlbedo :real(DP), public, save

デフォルト値については初期化手続 "constants#ConstantsInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "constants#ConstantsInit" for the default values.

This namelist group name is input/output in constants_snowseaice#ConstantsSnowSeaIceInit

cumulus_adjust_nml( CrtlRH, ItrtMax, TempSatMax )
NAMELIST :
CrtlRH :real(DP), save
: 臨界相対湿度. Critical relative humidity
ItrtMax :integer, save
: イテレーション回数. Number of iteration
TempSatMax(1:MaxNmlArySize) :real(DP), save
: 不安定の許容誤差. Admissible error of unstability

デフォルト値については初期化手続 "cumulus_adjust#CumAdjInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "cumulus_adjust#CumAdjInit" for the default values.

This namelist group name is input/output in cumulus_adjust#CumAdjInit

dcpam_main_nml( FlagDynamics, FlagFullPhysics, FlagHS94, FlagVenusSimple, FlagJupiterSimple, FlagRadDennouAGCM, FlagRadDcpamEV1, FlagRadDcpamMV1, FlagRadSL09, FlagPhyImp1LayModel, FlagPhyImpSoilModel, FlagPhyImpSoilModelSO, FlagPhyImpAtmOnly, FlagVerticalFilter )
NAMELIST :
FlagDynamics :logical
: 力学過程計算用フラグ Flag for dynamics
FlagFullPhysics :logical
: 全物理過程計算用フラグ Flag for full physics
FlagHS94 :logical
: Held and Suarez (1994) 強制オン/オフ. Held and Suarez (1994) forcing on/off.
FlagVenusSimple :logical
: 金星簡単強制用フラグ Flag for simple forcing for Venus
FlagJupiterSimple :logical
: Flag for simple forcing for Jupiter planets
FlagRadDennouAGCM :logical
: flag for use of radiation model used in DennouAGCM
FlagRadDcpamEV1 :logical
: flag for use of radiation model used in DcpamEV1
FlagRadDcpamMV1 :logical
: flag for use of radiation model used in DcpamMV1
FlagRadSL09 :logical
: flag for use of radiation model used in DcpamMV1
FlagPhyImp1LayModel :logical
: flag for use of implicit solver with surface 1 layer model
FlagPhyImpSoilModel :logical
: flag for use of implicit solver with soil model
FlagPhyImpAtmOnly :logical
: flag for use of implicit solver of atmospheric only

デフォルト値については初期化手続 "main/dcpam_main.F90#MainInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "main/dcpam_main.F90#MainInit" for the default values.

This namelist group name is input/output in main/dcpam_main.f90#MainInit

dcpam_main_nml( FlagDynamics, FlagFullPhysics, FlagHS94, FlagVenusSimple, FlagJupiterSimple, FlagRadDennouAGCM, FlagRadDcpamEV1, FlagRadDcpamMV1, FlagRadSL09, FlagPhyImp1LayModel, FlagPhyImpSoilModel, FlagPhyImpSoilModelSO, FlagPhyImpAtmOnly, FlagVerticalFilter )
NAMELIST :
FlagDynamics :logical
: 力学過程計算用フラグ Flag for dynamics
FlagFullPhysics :logical
: 全物理過程計算用フラグ Flag for full physics
FlagHS94 :logical
: Held and Suarez (1994) 強制オン/オフ. Held and Suarez (1994) forcing on/off.
FlagVenusSimple :logical
: 金星簡単強制用フラグ Flag for simple forcing for Venus
FlagJupiterSimple :logical
: Flag for simple forcing for Jupiter planets
FlagRadDennouAGCM :logical
: flag for use of radiation model used in DennouAGCM
FlagRadDcpamEV1 :logical
: flag for use of radiation model used in DcpamEV1
FlagRadDcpamMV1 :logical
: flag for use of radiation model used in DcpamMV1
FlagRadSL09 :logical
: flag for use of radiation model used in DcpamMV1
FlagPhyImp1LayModel :logical
: flag for use of implicit solver with surface 1 layer model
FlagPhyImpSoilModel :logical
: flag for use of implicit solver with soil model
FlagPhyImpSoilModelSO :logical
: flag for use of slab ocean
FlagPhyImpAtmOnly :logical
: flag for use of implicit solver of atmospheric only
FlagVerticalFilter :logical
: flag for use of vertical filter

デフォルト値については初期化手続 "main/dcpam_main.F90#MainInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "main/dcpam_main.F90#MainInit" for the default values.

This namelist group name is input/output in main/dcpam_main.f90#dcpam_main

dry_conv_adjust_nml( CrtlRH, ItrtMax, AdjustCriterion, FlagUse )
NAMELIST :
CrtlRH :real(DP), save
: 臨界相対湿度. Critical relative humidity
ItrtMax :integer, save
: イテレーション回数. Number of iteration
AdjustCriterion(1:MaxNmlArySize) :real(DP), save
: 調節を行う基準 (湿潤静的エネルギーの差の温度換算値) Criterion of adjustment (temperature difference equivalent to difference of dry static energy)
FlagUse :logical, save
: 使用フラグ flag for use of this scheme

デフォルト値については初期化手続 "dry_conv_adjust#DryConvAdjustInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "dry_conv_adjust#DryConvAdjustInit" for the default values.

This namelist group name is input/output in dry_conv_adjust#DryConvAdjustInit

dryconv_adjust_nml( ItrtMax, TempSatMax, flag_dryconv_adjust )
NAMELIST :
ItrtMax :integer, save
: イテレーション回数. Number of iteration
TempSatMax(1:MaxNmlArySize) :real(DP), save
: 不安定の許容誤差. Admissible error of unstability
flag_dryconv_adjust :logical, save
: 乾燥対流調節使用フラグ flag for use of dry convective adjustment

デフォルト値については初期化手続 "dryconv_adjust#DryConvAdjInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "dryconv_adjust#DryConvAdjInit" for the default values.

This namelist group name is input/output in dryconv_adjust#DryConvAdjInit

dynamics_hspl_vas83_nml( TimeIntegScheme, HDOrder, HDEFoldTimeValue, HDEFoldTimeUnit, FlagSpongeLayer, FlagSpongeLayerforZonalMean, FlagSpongeLayerforHeat, SLEFoldTimeValue, SLEFoldTimeUnit, SLOrder, SLNumLayer, RefTemp, FlagDivDamp, DivDampPeriodValue, DivDampPeriodUnit, FlagMassFixer, FlagMassHorDifCor )
NAMELIST :
TimeIntegScheme :character(TOKEN)
: 時間積分法. 以下の方法を選択可能.

Time integration scheme. Available schemes are as follows.

  • "Semi-implicit"
  • "Explicit"
HDOrder :integer
: 超粘性の次数. Order of hyper-viscosity
HDEFoldTimeValue :real(DP)
: 最大波数に対する e-folding time. 負の値を与えると, 水平拡散係数をゼロにします.

E-folding time for maximum wavenumber. If negative value is given, coefficients of horizontal diffusion become zero.

HDEFoldTimeUnit :character(TOKEN)
: 最大波数に対する e-folding time の単位. Unit of e-folding time for maximum wavenumber
FlagSpongeLayer :logical
FlagSpongeLayerforZonalMean :logical
FlagSpongeLayerforHeat :logical
SLEFoldTimeValue :real(DP)
: スポンジ層の最上層における減衰時定数 Damping time constant at the top model layer in a sponge layer
SLEFoldTimeUnit :character(TOKEN)
: SLEFoldTimeValue の単位 Unit of SLEFoldTimeValue
SLOrder :integer
: スポンジ層の減衰係数の sigma 依存性のオーダ Sigma dependence of damping coefficient in a sponge layer
SLNumLayer :integer
: スポンジ層が適応されるモデル上端からの層の数 Number of layers which the sponge layer is applied.
RefTemp :real(DP)
: $ overline{T} $ . 基準温度. Reference temperature
FlagDivDamp :logical , save
: Flag for divergence damping
DivDampPeriodValue :real(DP)
: Period for divergence damping application
DivDampPeriodUnit :character(TOKEN)
: Unit of DivDampPeriodValue
FlagMassFixer :logical , save
: Flag for mass fixer
FlagMassHorDifCor :logical , save
: Flag for correction of horizontal diffusion of mass

デフォルト値については初期化手続 "dynamics_hspl_vas83#DynamicsInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "dynamics_hspl_vas83#DynamicsInit" for the default values.

This namelist group name is input/output in dynamics_hspl_vas83#DynamicsInit

fileset_nml( FileTitle, FileSource, FileInstitution )
NAMELIST :
FileTitle :character(STRING), save, public
: 出力データファイルの表題. Title of output data files
FileSource :character(STRING), save, public
: データファイル作成の手段. Source of data file
FileInstitution :character(STRING), save, public
: データファイルを最終的に変更した組織/個人. Institution or person that changes data files for the last time

デフォルト値については初期化手続 "fileset#FilesetInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "fileset#FilesetInit" for the default values.

This namelist group name is input/output in fileset#FilesetInit

gridset_nml( nmax, imax, jmax_global, jmax, kmax, kslmax )
NAMELIST :
nmax :integer, save, public
: 最大全波数. Maximum truncated wavenumber
imax :integer, save, public
: 経度格子点数. Number of grid points in longitude
jmax_global :integer, save, public
: 緯度格子点数 (全球). Number of grid points in latitude on whole globe
jmax :integer, save, public
: 緯度格子点数. Number of grid points in latitude
kmax :integer, save, public
: 鉛直層数. Number of vertical level
kslmax :integer, save, public
: 地下の鉛直層数. Number of subsurface vertical level

デフォルト値については初期化手続 "gridset#GridsetInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "gridset#GridsetInit" for the default values.

This namelist group name is input/output in gridset#GridsetInit

held_suarez_1994_nml( SigmaB, kfTimeScaleInDay, kaTimeScaleInDay, ksTimeScaleInDay )
NAMELIST :
SigmaB :real(DP)
: $ sigma_b $ .
kfTimeScaleInDay :real(DP)
kaTimeScaleInDay :real(DP)
ksTimeScaleInDay :real(DP)

デフォルト値については初期化手続 "held_suarez_1994#HS94Init" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "held_suarez_1994#HS94Init" for the default values.

This namelist group name is input/output in held_suarez_1994#HS94Init

initial_data_nml( Pattern, TempAvr, PsAvr, QVapAvr, Ueq )
NAMELIST :
Pattern :character(STRING), save, public
: 初期値データのパターン. 以下のパターンを選択可能.

Initial data pattern Available patterns are as follows.

  • "Small Disturbance of Temperature" (default value)
  • "AGCM 5.3 Default"
  • "Sugiyama et al. (2008)"
TempAvr :real(DP), save, public
: $ bar{T} $ . 温度平均値. Mean temperature
PsAvr :real(DP), save, public
: $ bar{p_s} $ . 地表面気圧平均値. Mean surface pressure
QVapAvr :real(DP), save, public
: $ bar{q} $ . 比湿平均値. Mean specific humidity
Ueq :real(DP), save, public
: $ u_{eq} $ . 赤道上の東西風速. Eastward wind on the equator

デフォルト値については初期化手続 "initial_data#InitDataInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "initial_data#InitDataInit" for the default values.

This namelist group name is input/output in initial_data#InitDataInit

lscond_nml( CrtlRH, ItrtMax, FlagUse )
NAMELIST :
CrtlRH :real(DP), save
: 臨界相対湿度. Critical relative humidity
ItrtMax :integer, save
: イテレーション回数. Number of iteration
FlagUse :logical, save
: 使用フラグ flag for use of this scheme

デフォルト値については初期化手続 "lscond#LSCondInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "lscond#LSCondInit" for the default values.

This namelist group name is input/output in lscond#LSCondInit

moist_conv_adjust_nml( CrtlRH, ItrtMax, AdjustCriterion, FlagUse )
NAMELIST :
CrtlRH :real(DP), save
: 臨界相対湿度. Critical relative humidity
ItrtMax :integer, save
: イテレーション回数. Number of iteration
AdjustCriterion(1:MaxNmlArySize) :real(DP), save
: 調節を行う基準 (湿潤静的エネルギーの差の温度換算値) Criterion of adjustment (temperature difference equivalent to difference of moist static energy)
FlagUse :logical, save
: 使用フラグ flag for use of this scheme

デフォルト値については初期化手続 "moist_conv_adjust#CumAdjInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "moist_conv_adjust#MoistConvAdjustInit" for the default values.

This namelist group name is input/output in moist_conv_adjust#MoistConvAdjustInit

phy_implicit_sdh_nml( SOHeatCapacity )
NAMELIST :
SOHeatCapacity :real(DP), save
: Slab ocean heat capacity (J m-2 K-1)

Slab ocean heat capacity (J m-2 K-1)

デフォルト値については初期化手続 "phy_implicit#PhyImplInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "phy_implicit#PhyImplInit" for the default values.

This namelist group name is input/output in phy_implicit_sdh#PhyImplInit

rad_DennouAGCM_nml( SolarConst, DelTimeLongValue, DelTimeLongUnit, DelTimeShortValue, DelTimeShortUnit, LongBandNum, LongAbsorpCoefQVap, LongAbsorpCoefDryAir, LongBandWeight, LongPathLengthFact, ShortBandNum, ShortAbsorpCoefQVap, ShortAbsorpCoefDryAir, ShortBandWeight, ShortSecScat, ShortAtmosAlbedo, RstInputFile, RstOutputFile )
NAMELIST :
SolarConst :real(DP), save
: 太陽定数. Solar constant.
DelTimeLongValue :real(DP), save
: 長波フラックスを計算する時間間隔の数値. Value of interval step of long wave flux calculation
DelTimeLongUnit :character(STRING), save
: 長波フラックスを計算する時間間隔の単位. Unit of interval step of long wave flux calculation
DelTimeShortValue :real(DP), save
: 短波 (日射) フラックスを計算する時間間隔の数値. Value of interval step of short wave (insolation) flux calculation
DelTimeShortUnit :character(STRING), save
: 短波 (日射) フラックスを計算する時間間隔の単位. Unit of interval step of short wave (insolation) flux calculation
LongBandNum :integer, save
: 長波バンド数. Number of long wave band
LongAbsorpCoefQVap(1:MaxNmlArySize) :real(DP), save
: $ k_R $ . 水の吸収係数. Absorption coefficient of water.
LongAbsorpCoefDryAir(1:MaxNmlArySize) :real(DP), save
: $ bar{k}_R $ . 空気の吸収係数. Absorption coefficient of air.
LongBandWeight(1:MaxNmlArySize) :real(DP), save
: バンドウェイト. Band weight.
LongPathLengthFact :real(DP), save
: 光路長のファクタ. Factor of optical length
ShortBandNum :integer, save
: 短波バンド数. Number of short wave band
ShortAbsorpCoefQVap(1:MaxNmlArySize) :real(DP), save
: $ k_S $ . 水の吸収係数. Absorption coefficient of water.
ShortAbsorpCoefDryAir(1:MaxNmlArySize) :real(DP), save
: $ bar{k}_S $ . 空気の吸収係数. Absorption coefficient of air.
ShortBandWeight(1:MaxNmlArySize) :real(DP), save
: バンドウェイト. Band weight.
ShortSecScat :real(DP), save
: 散乱の $ sec zeta $ . $ sec zeta $ of scattering
ShortAtmosAlbedo :real(DP), save
: 大気アルベド. Albedo of air.
RstInputFile :character(STRING)
: 入力するリスタートデータのファイル名 Filename of input restart data
RstOutputFile :character(STRING)
: 出力するリスタートデータのファイル名 Filename of output restart data

デフォルト値については初期化手続 "rad_DennouAGCM#RadInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "rad_DennouAGCM#RadInit" for the default values.

This namelist group name is input/output in rad_DennouAGCM#RadInit

rad_SL09_nml( SWOptDepAtRefPress, SWRefPress, SWOrd, LWOptDepAtRefPress, LWRefPress, LWOrd, SolarConst )
NAMELIST :
SWOptDepAtRefPress :real(DP), save
SWRefPress :real(DP), save
SWOrd :real(DP), save
LWOptDepAtRefPress :real(DP), save
LWRefPress :real(DP), save
LWOrd :real(DP), save
SolarConst :real(DP), save

デフォルト値については初期化手続 "rad_SL09#RadSL09Init" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "rad_SL09#RadSL09Init" for the default values.

This namelist group name is input/output in rad_SL09#RadSL09Init

rad_dcpam_EV2_nml( VMRCO2 )
NAMELIST :
VMRCO2 :real(DP), save
: Volume mixing ratio of CO2

!$ & SWVer, LWVer

デフォルト値については初期化手続 "rad_dcpam_EV2#RadDcpamEV2Init" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "rad_dcpam_EV2#RadDcpamEV2Init" for the default values.

This namelist group name is input/output in rad_dcpam_E_V2#RadDcpamEV2Init

rad_dcpam_E_LW_V2_3_nml( FlagHighAlt, CloudWatREff, CloudIceREff, DelTimeCalcTransValue, DelTimeCalcTransUnit, flag_save_time )
NAMELIST :
FlagHighAlt :logical , save
CloudWatREff :real(DP), save
CloudIceREff :real(DP), save
DelTimeCalcTransValue :real(DP)
DelTimeCalcTransUnit :character(STRING)
flag_save_time :logical , save

This namelist group name is input/output in rad_dcpam_E_LW_V2_3#RadDcpamELWV23Init

rad_dcpam_E_SW_V2_1_nml( FlagRayleighScattering, SolarConst, CloudWatREff, CloudIceREff )
NAMELIST :
FlagRayleighScattering :logical , save
SolarConst :real(DP), save
CloudWatREff :real(DP), save
CloudIceREff :real(DP), save

デフォルト値については初期化手続 "rad_dcpam_SWEV21#RadDcpamSWEV21Init" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "rad_dcpam_SWEV21#RadDcpamSWEV21Init" for the default values.

This namelist group name is input/output in rad_dcpam_E_SW_V2_1#RadDcpamESWV21Init

rad_dcpam_M_15m_nml( rad15mkg_fn, rad15mint )
NAMELIST :
rad15mkg_fn :character(STRING)
rad15mint :real(DP) , save

実行文 ; Executable statement

This namelist group name is input/output in rad_dcpam_M_15m#rad15m_init

rad_dcpam_M_NIR_nml( FlagUse )
NAMELIST :
FlagUse :logical, save
: 使用フラグ flag for use of this scheme

デフォルト値については初期化手続 "dry_conv_adjust#DryConvAdjustInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "dry_conv_adjust#DryConvAdjustInit" for the default values.

This namelist group name is input/output in rad_dcpam_M_NIR#RadDcpamMNIRInit

rad_dcpam_M_V1_nml( SolarConst, DOD067, DustVerDistCoef )
NAMELIST :
SolarConst :real(DP), save
: Solar radiation at the distance of semi-major axis
DOD067 :real(DP), save
: Dust optical depth at 0.67 micron.
DustVerDistCoef :real(DP), save

デフォルト値については初期化手続 "rad_dcpam_SWEV1#RadDcpamSWEV1Init" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "rad_dcpam_SWEV1#RadDcpamSWEV1Init" for the default values.

This namelist group name is input/output in rad_dcpam_M_V1#RadDcpamMV1Init

rad_short_income_nml( FlagRadSynchronous, FlagAnnualMean, FlagDiurnalMean, FlagPerpetual, PerpDelDeg, PerpDistFromStarScld, EpsOrb, PerLonFromVE, LonFromVEAtEpoch, Eccentricity, TimeAtEpoch, EpochYear, EpochMonth, EpochDay, EpochHour, EpochMin, EpochSec, MaxItrEccAnomaly, ThreEccAnomalyError, IncomAIns, IncomBIns, IncomAZet, IncomBZet )
NAMELIST :
FlagRadSynchronous :logical
: 同期回転日射のフラグ Flag for synchronous rotation
FlagAnnualMean :logical, save
: 年平均入射フラグ. Flag for annual mean incoming radiation.
FlagDiurnalMean :logical, save
: 日平均入射フラグ. Flag for diurnal mean incoming radiation.
FlagPerpetual :logical, save
: 季節変化なし入射フラグ. Flag for perpetual incoming radiation.
PerpDelDeg :real(DP)
: Declination angle in degree used for perpetual experiment
PerpDistFromStarScld :real(DP), save
: distance between a planet and a central star for perpetual experiment
EpsOrb :real(DP), save
: 赤道傾斜角. Inclination of equator to orbit.
PerLonFromVE :real(DP), save
: 春分から測った近日点の経度 (近日点黄経) (degree) Longitude of the perihelion from vernal equinox (degree)
LonFromVEAtEpoch :real(DP), save
: 元期における惑星の経度 (黄経) (degree) Longitude of the planet at epoch (degree)
Eccentricity :real(DP), save
: 離心率. Eccentricity.
TimeAtEpoch :real(DP), save
: 元期における時刻 (sec) Time at epoch (sec)
EpochYear :integer
: 元期日時 (年月日時分). "TimeAtEpoch" が負の場合にこちらが使用される.

Date at epoch (year, month, day, hour, minute) These are used when "TimeAtEpoch" is negative.

EpochMonth :integer
: 元期日時 (年月日時分). "TimeAtEpoch" が負の場合にこちらが使用される.

Date at epoch (year, month, day, hour, minute) These are used when "TimeAtEpoch" is negative.

EpochDay :integer
: 元期日時 (年月日時分). "TimeAtEpoch" が負の場合にこちらが使用される.

Date at epoch (year, month, day, hour, minute) These are used when "TimeAtEpoch" is negative.

EpochHour :integer
: 元期日時 (年月日時分). "TimeAtEpoch" が負の場合にこちらが使用される.

Date at epoch (year, month, day, hour, minute) These are used when "TimeAtEpoch" is negative.

EpochMin :integer
: 元期日時 (年月日時分). "TimeAtEpoch" が負の場合にこちらが使用される.

Date at epoch (year, month, day, hour, minute) These are used when "TimeAtEpoch" is negative.

EpochSec :real(DP)
: 元期日時 (秒). "TimeAtEpoch" が負の場合にこちらが使用される.

Date at epoch (second) These are used when "TimeAtEpoch" is negative.

MaxItrEccAnomaly :integer, save
: 離心近点角を計算する時の最大繰り返し回数. Maximum iteration number of times to calculate eccentric anomaly.
ThreEccAnomalyError :real(DP), save
: 離心近点角を計算する時の誤差の許容しきい値. Threshold of error to calculate eccentric anomaly.
IncomAIns :real(DP), save
: $ A_{ins} $ . 年平均入射の係数. Coefficient of annual mean incoming radiation.
IncomBIns :real(DP), save
: $ B_{ins} $ . 年平均入射の係数. AIns に同じ. Coefficient of annual mean incoming radiation. Same as "AIns".
IncomAZet :real(DP), save
: $ A_{zeta} $ . 年平均入射角の係数. AIns に同じ. Coefficient of annual mean incoming radiation. Same as "AIns".
IncomBZet :real(DP), save
: $ B_{zeta} $ . 年平均入射角の係数. AIns に同じ. Coefficient of annual mean incoming radiation. Same as "AIns".

デフォルト値については初期化手続 "rad_short_income#ShtIncomeInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "rad_short_income#ShtIncomeInit" for the default values.

This namelist group name is input/output in rad_short_income#ShtIncomeInit

rad_utils_nml( DiffFact )
NAMELIST :
DiffFact :real(DP), save

!$ & DelTimeLongValue, DelTimeLongUnit, & !$ & DelTimeShortValue, DelTimeShortUnit, & !$! !$ & LongBandNum, & !$ & LongAbsorpCoefQVap, LongAbsorpCoefDryAir, & !$ & LongBandWeight, LongPathLengthFact, & !$! !$ & ShortBandNum, & !$ & ShortAbsorpCoefQVap, ShortAbsorpCoefDryAir, & !$ & ShortBandWeight, ShortSecScat, & !$ & ShortAtmosAlbedo, & !$! !$ & RstInputFile, RstOutputFile

デフォルト値については初期化手続 "rad_utils#RadInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "rad_utils#RadInit" for the default values.

This namelist group name is input/output in rad_utils#RadInit

restart_file_io_nml( InputFile, OutputFile, IntValue, IntUnit )
NAMELIST :
InputFile :character(STRING), save, public
: 入力するリスタートデータのファイル名 Filename of input restart data
OutputFile :character(STRING), save, public
: 出力するリスタートデータのファイル名 Filename of output restart data
IntValue :real(DP), save, public
: リスタートデータの出力間隔 (数値). Interval of restart data output (numerical value)
IntUnit :character(TOKEN), save, public
: リスタートデータの出力間隔 (単位). Interval of restart data output (unit)

デフォルト値については初期化手続 "restart_file_io#RestartFileInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "restart_file_io#RestartFileInit" for the default values.

This namelist group name is input/output in restart_file_io#RestartFileInit

restart_surftemp_io_nml( InputFile, InputName, OutputFile, IntValue, IntUnit )
NAMELIST :
InputFile :character(STRING), save
: 入力するリスタートデータのファイル名 Filename of input restart data
InputName :character(TOKEN), save
: 入力するリスタートデータの変数名 Variable name of input restart data
OutputFile :character(STRING), save
: 出力するリスタートデータのファイル名 Filename of output restart data
IntValue :real(DP), save
: リスタートデータの出力間隔. Interval of restart data output
IntUnit :character(TOKEN)
: リスタートデータの出力間隔の単位. Unit for interval of restart data output

デフォルト値については初期化手続 "restart_surftemp_io#RestartSurfTempInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "restart_surftemp_io#RestartSurfTempInit" for the default values.

This namelist group name is input/output in restart_surftemp_io#RestartSurfTempInit

set_1d_profile_nml( InFileName )
NAMELIST :
InFileName :character(len=STRING), save

デフォルト値については初期化手続 "set_1d_profile#Set1DProfileInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "set_1d_profile#Set1DProfileInit" for the default values.

This namelist group name is input/output in set_1d_profile#Set1DProfileInit

set_O3_nml( FlagO3, Flag1D, O3File )
NAMELIST :
FlagO3 :logical , save
Flag1D :logical , save
O3File :character(STRING), save

デフォルト値については初期化手続 "set_o3#SetO3Init" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "set_o3#SetO3Init" for the default values.

This namelist group name is input/output in set_o3#SetO3Init

set_cloud_nml( FlagCloud, CloudLifeTime, CloudCover )
NAMELIST :
FlagCloud :logical , save
: A flag for cloud set. If FlagCloud is true, the effect of cloud is considered. It should be noticed that in principle
CloudLifeTime :real(DP), save
CloudCover :real(DP), save

デフォルト値については初期化手続 "set_cloud#setCloudInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "set_cloud#SetCloudInit" for the default values.

This namelist group name is input/output in set_cloud#SetCloudInit

sl09_diffusion_nml( SigmaB, kfTimeScaleInDay, FrictionLBLat, LBHeatFlux )
NAMELIST :
SigmaB :real(DP)
: $ sigma_b $ .
kfTimeScaleInDay :real(DP)
FrictionLBLat :real(DP)
LBHeatFlux :real(DP), save

デフォルト値については初期化手続 "sl09_diffusion#SL09DiffusionInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "sl09_diffusion#SL09DiffusionInit" for the default values.

This namelist group name is input/output in sl09_diffusion#SL09DiffusionInit

surface_data_nml( Pattern, SurfTemp, Albedo, HumidCoef, RoughLength, HeatCapacity, TempFlux, SurfCond, SeaIceConc, SoilHeatCap, SoilHeatDiffCoef )
NAMELIST :
Pattern :character(STRING), save
: 地表面データのパターン. 以下のパターンを選択可能.

Surface data pattern. Available patterns are as follows.

  • "Hosaka et al. (1998)"
  • "Homogeneous"
SurfTemp :real(DP), save
: 地表面温度の基準値. Standard value of surface temperature
Albedo :real(DP), save
: 地表アルベド. Surface albedo
HumidCoef :real(DP), save
: 地表湿潤度. Surface humidity coefficient
RoughLength :real(DP), save
: 地表粗度長. Surface rough length
HeatCapacity :real(DP), save
: 地表熱容量. Surface heat capacity
TempFlux :real(DP), save
: 地中熱フラックス. Ground temperature flux
SurfCond :integer, save
: 地表状態 (0: 固定, 1: 可変). Surface condition (0: fixed, 1: variable)
SeaIceConc :real(DP), save
: 海氷面密度 Sea ice concentration
SoilHeatCap :real(DP), save
: 土壌熱容量 (J K-1 kg-1) Specific heat of soil (J K-1 kg-1)
SoilHeatDiffCoef :real(DP), save
: 土壌熱伝導係数 (J m-3 K-1) Heat conduction coefficient of soil (J m-3 K-1)

デフォルト値については初期化手続 "surface_data#SurfDataInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "surface_data#SurfDataInit" for the default values.

This namelist group name is input/output in surface_data#SurfDataInit

surface_flux_bulk_nml( FlagConstBulkCoef, FlagUseOfBulkCoefInNeutralCond, ConstBulkCoef, VelMinForRi, VelMinForVel, VelMinForTemp, VelMinForQVap, VelMaxForVel, VelMaxForTemp, VelMaxForQVap, VelBulkCoefMin, TempBulkCoefMin, QVapBulkCoefMin, VelBulkCoefMax, TempBulkCoefMax, QVapBulkCoefMax, FlagFixFricTimeConstAtLB, FricTimeConstAtLB, LowLatFricAtLB, FlagFixHeatFluxAtLB, HeatFluxAtLB, FlagFixMassFluxAtLB, MassFluxAtLB )
NAMELIST :
FlagConstBulkCoef :logical, save
: Flag for using constant bulk coefficient
FlagUseOfBulkCoefInNeutralCond :logical, save
: Flag for using bulk coefficient in neutral condition
ConstBulkCoef :real(DP), save
: バルク係数一定値. Steady value of bulk coefficient
VelMinForRi :real(DP), save
: $ R_i $ 数用風最小値. Minimum value of velocity for $ R_i $ number
VelMinForVel :real(DP), save
: 運動量用風最小値. Minimum value of velocity for momentum
VelMinForTemp :real(DP), save
: 熱用風最小値. Minimum value of velocity for thermal
VelMinForQVap :real(DP), save
: 水蒸気用風最小値. Minimum value of velocity for vapor
VelMaxForVel :real(DP), save
: 運動量用風最大値. Maximum value of velocity for momentum
VelMaxForTemp :real(DP), save
: 熱用風最大値. Maximum value of velocity for thermal
VelMaxForQVap :real(DP), save
: 水蒸気用風最大値. Maximum value of velocity for vapor
VelBulkCoefMin :real(DP), save
: $ u $ バルク係数最小値. Minimum value of $ u $ bulk coefficient
TempBulkCoefMin :real(DP), save
: $ T $ バルク係数最小値. Minimum value of $ T $ bulk coefficient
QVapBulkCoefMin :real(DP), save
: $ q $ バルク係数最小値. Minimum value of $ q $ bulk coefficient
VelBulkCoefMax :real(DP), save
: $ u $ バルク係数最大値. Maximum value of $ u $ bulk coefficient
TempBulkCoefMax :real(DP), save
: $ T $ バルク係数最大値. Maximum value of $ T $ bulk coefficient
QVapBulkCoefMax :real(DP), save
: $ q $ バルク係数最大値. Maximum value of $ q $ bulk coefficient
FlagFixFricTimeConstAtLB :logical , save
FricTimeConstAtLB :real(DP), save
: 下部境界摩擦の時定数 (s). Time constant of surface friction (s).
LowLatFricAtLB :real(DP), save
: 下部境界摩擦が働く最低緯度 (degree). Lowest latitude where the friction is applied (degree)
FlagFixHeatFluxAtLB :logical , save
HeatFluxAtLB :real(DP), save
: 下部境界での熱フラックス (W m-2). Heat flux at the lower boundary (W m-2).
FlagFixMassFluxAtLB :logical , save
MassFluxAtLB :real(DP), save
: 下部境界での質量フラックス (W m-2). 実際にはゼロに固定するために使う程度にしか使えないだろう. Mass flux at the lower boundary (kg m-2 s-1).

デフォルト値については初期化手続 "surface_flux_bulk#SurfFluxInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "surface_flux_bulk#SurfFluxInit" for the default values.

This namelist group name is input/output in surface_flux_bulk#SurfFluxInit

surface_properties_nml( SurfTempSetting, SurfTempFile, SurfTempName, SeaIceSetting, SeaIceFile, SeaIceName, AlbedoSetting, AlbedoFile, AlbedoName, HumidCoefSetting, HumidCoefFile, HumidCoefName, RoughLengthSetting, RoughLengthFile, RoughLengthName, HeatCapacitySetting, HeatCapacityFile, HeatCapacityName, TempFluxSetting, TempFluxFile, TempFluxName, SurfCondSetting, SurfCondFile, SurfCondName, SurfHeightSetting, SurfHeightFile, SurfHeightName, SoilHeatCapSetting, SoilHeatCapFile, SoilHeatCapName, SoilHeatDiffCoefSetting, SoilHeatDiffCoefFile, SoilHeatDiffCoefName )
NAMELIST :
SurfTempSetting :character(STRING), save
: 地表面温度の設定方法 Setting of surface temperature
SurfTempFile :character(STRING), save
: 地表面温度のファイル名. File name of surface temperature
SurfTempName :character(TOKEN) , save
: 地表面温度の変数名. Variable name of surface temperature
SeaIceSetting :character(STRING), save
: 海氷面密度の設定方法 Setting of sea ice concentration
SeaIceFile :character(STRING), save
: 海氷面密度のファイル名. File name of sea ice concentration
SeaIceName :character(TOKEN) , save
: 海氷面密度の変数名. Variable name of sea ice concentration
AlbedoSetting :character(STRING), save
: 地表アルベドの設定方法 Settingof surface albedo
AlbedoFile :character(STRING), save
: 地表アルベドのファイル名. File name of surface albedo
AlbedoName :character(TOKEN) , save
: 地表アルベドの変数名. Variable name of surface albedo
HumidCoefSetting :character(STRING), save
: 地表湿潤度の設定方法 Setting of surface humidity coefficient
HumidCoefFile :character(STRING), save
: 地表湿潤度のファイル名. File name of surface humidity coefficient
HumidCoefName :character(TOKEN) , save
: 地表湿潤度の変数名. Variable name of surface humidity coefficient
RoughLengthSetting :character(STRING), save
: 地表粗度長の設定方法 Setting of surface rough length
RoughLengthFile :character(STRING), save
: 地表粗度長のファイル名. File name of surface rough length
RoughLengthName :character(TOKEN) , save
: 地表粗度長の変数名. Variable name of surface rough length
HeatCapacitySetting :character(STRING), save
: 地表熱容量の設定方法 Setting of surface heat capacity
HeatCapacityFile :character(STRING), save
: 地表熱容量のファイル名. File name of surface heat capacity
HeatCapacityName :character(TOKEN) , save
: 地表熱容量の変数名. Variable name of surface heat capacity
TempFluxSetting :character(STRING), save
: 地中熱フラックスの設定方法 Setting of ground temperature flux
TempFluxFile :character(STRING), save
: 地中熱フラックスのファイル名. File name of ground temperature flux
TempFluxName :character(TOKEN) , save
: 地中熱フラックスの変数名. Variable name of ground temperature flux
SurfCondSetting :character(STRING), save
: 地表状態の設定方法 Setting of surface condition
SurfCondFile :character(STRING), save
: 地表状態のファイル名. File name of surface condition
SurfCondName :character(TOKEN) , save
: 地表状態の変数名. Variable name of surface condition
SurfHeightSetting :character(STRING), save
: 地表面高度の設定方法 Setting of surface height
SurfHeightFile :character(STRING), save
: 地表面高度のファイル名. File name of surface height
SurfHeightName :character(TOKEN) , save
: 地表面高度の変数名. Variable name of surface height
SoilHeatCapSetting :character(STRING), save
: 土壌熱容量の設定方法 Setting of heat conduction coefficient of soil
SoilHeatCapFile :character(STRING), save
: 土壌熱容量のファイル名. File name of heat conduction coefficient of soil
SoilHeatCapName :character(TOKEN) , save
: 土壌熱容量の変数名. Variable name of heat conduction coefficient of soil
SoilHeatDiffCoefSetting :character(STRING), save
: 土壌熱伝導係数の設定方法 Setting of heat conduction coefficient of soil
SoilHeatDiffCoefFile :character(STRING), save
: 土壌熱伝導係数のファイル名. File name of heat conduction coefficient of soil
SoilHeatDiffCoefName :character(TOKEN) , save
: 土壌熱伝導係数の変数名. Variable name of heat conduction coefficient of soil

デフォルト値については初期化手続 "surface_properties#SurfacePropertiesInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "surface_properties#SurfacePropertiesInit" for the default values.

This namelist group name is input/output in surface_properties#SurfacePropertiesInit

timefilter_asselin1972_nml( FilterParameter )
NAMELIST :
FilterParameter :real(DP), save
: タイムフィルターの係数. Time filter coefficient
!$ integer, save:IntStep ! タイムフィルターを適用するステップ間隔.

!$ ! Step interval of time filter application

!$ integer, save:CurStep ! TimeFilter が呼ばれた回数.

!$ ! Number of times that "TimeFilter" is called

!$ integer, save:PrevStep ! 前回タイムフィルターを適用したステップ数.

!$ ! Step number that is filtered previously

, IntStep

デフォルト値については初期化手続 "timefilter_asselin1972#Hs94Init" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "timefilter_asselin1972#Hs94Init" for the default values.

This namelist group name is input/output in timefilter_asselin1972#TimeFiltInit

timeset_nml( cal_type, month_in_year, day_in_month, hour_in_day, min_in_hour, sec_in_min, DelTimeValue, DelTimeUnit, RestartTimeValue, RestartTimeUnit, InitialYear, InitialMonth, InitialDay, InitialHour, InitialMin, InitialSec, EndYear, EndMonth, EndDay, EndHour, EndMin, EndSec, IntegPeriodValue, IntegPeriodUnit, PredictIntValue, PredictIntUnit, CpuTimeMoniter )
NAMELIST :
cal_type :character(TOKEN), save
: 暦情報. Type of calendar used for an experiment
month_in_year :integer , save
: Number of months in a year which is used when cal_type = "user_defined"
day_in_month(1:MaxNmlArySize) :integer , save
: Number of days in a month which is used when cal_type = "user_defined"
hour_in_day :integer , save
: Number of hours in a day which is used when cal_type = "user_defined"
min_in_hour :integer , save
: Number of minutes in a hour which is used when cal_type = "user_defined"
sec_in_min :real(DP) , save
: Number of seconds in a minute which is used when cal_type = "user_defined"
DelTimeValue :real(DP) , save
: $ Delta t $ . 単位は DelTimeUnit にて指定. Unit is specified by "DelTimeUnit".
DelTimeUnit :character(TOKEN), save
: $ Delta t $ の単位. Unit of $ Delta t $
RestartTimeValue :real(DP) , save
: リスタート開始時刻. Restart time of calculation
RestartTimeUnit :character(TOKEN), save
: リスタート開始時刻の単位. Unit of restart time of calculation
InitialYear :integer
: 計算開始日時 (年月日時分) Start date of calculation (year, month, day, hour, minute)
InitialMonth :integer
: 計算開始日時 (年月日時分) Start date of calculation (year, month, day, hour, minute)
InitialDay :integer
: 計算開始日時 (年月日時分) Start date of calculation (year, month, day, hour, minute)
InitialHour :integer
: 計算開始日時 (年月日時分) Start date of calculation (year, month, day, hour, minute)
InitialMin :integer
: 計算開始日時 (年月日時分) Start date of calculation (year, month, day, hour, minute)
InitialSec :real(DP)
: 計算開始日時 (秒) Start date of calculation (second)
EndYear :integer
: 計算終了日時 (年月日時分). "IntegPeriodValue" が負の場合にこちらが使用される.

End date of calculation (year, month, day, hour, minute) These are used when "IntegPeriodValue" is negative

EndMonth :integer
: 計算終了日時 (年月日時分). "IntegPeriodValue" が負の場合にこちらが使用される.

End date of calculation (year, month, day, hour, minute) These are used when "IntegPeriodValue" is negative

EndDay :integer
: 計算終了日時 (年月日時分). "IntegPeriodValue" が負の場合にこちらが使用される.

End date of calculation (year, month, day, hour, minute) These are used when "IntegPeriodValue" is negative

EndHour :integer
: 計算終了日時 (年月日時分). "IntegPeriodValue" が負の場合にこちらが使用される.

End date of calculation (year, month, day, hour, minute) These are used when "IntegPeriodValue" is negative

EndMin :integer
: 計算終了日時 (年月日時分). "IntegPeriodValue" が負の場合にこちらが使用される.

End date of calculation (year, month, day, hour, minute) These are used when "IntegPeriodValue" is negative

EndSec :real(DP)
: 計算終了日時 (秒). "IntegPeriodValue" が負の場合にこちらが使用される.

End date of calculation (second) These are used when "IntegPeriodValue" is negative

IntegPeriodValue :real(DP)
: 積分時間. Integral time.
IntegPeriodUnit :character(TOKEN)
: "IntegPeriodValue" の単位. Unit of "IntegPeriodValue".
PredictIntValue :real(DP) , save
: 終了予測日時表示間隔. Interval of predicted end time output
PredictIntUnit :character(TOKEN), save
: 終了予測日時表示間隔 (単位). Unit for interval of predicted end time output
CpuTimeMoniter :logical , save
: CPU 時間計測のオンオフ On/off of CPU time monitoring

デフォルト値については初期化手続 "timeset#TimesetInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "timeset#TimesetInit" for the default values.

This namelist group name is input/output in timeset#TimesetInit

vdiffusion_my1974_nml( FlagConstDiffCoef, ConstDiffCoefM, ConstDiffCoefH, SquareVelMin, BulkRiNumMin, MixLengthMax, TildeShMin, TildeSmMin, VelDiffCoefMin, TempDiffCoefMin, QMixDiffCoefMin, VelDiffCoefMax, TempDiffCoefMax, QMixDiffCoefMax, MYLv2ParamA1, MYLv2ParamB1, MYLv2ParamA2, MYLv2ParamB2, MYLv2ParamC1 )
NAMELIST :
FlagConstDiffCoef :logical , save
: Flag for use of constant diffusion coefficient
ConstDiffCoefM :real(DP), save
: Diffusion coefficient for momentum that is used in the case of FlagConstDiffCoef == .true.
ConstDiffCoefH :real(DP), save
: Diffusion coefficient for heat that is used in the case of FlagConstDiffCoef == .true.
SquareVelMin :real(DP), save
: 風二乗差最小値. Minimum value of square of velocity
BulkRiNumMin :real(DP), save
: バルク $ R_i $ 数最小値. Minimum value of bulk $ R_i $
MixLengthMax :real(DP), save
: 最大混合距離. Maximum mixing length
TildeShMin :real(DP), save
: $ tilde{S_h} $ 最小値. Minimum $ tilde{S_h} $
TildeSmMin :real(DP), save
: $ tilde{S_m} $ 最小値. Minimum $ tilde{S_m} $
VelDiffCoefMin :real(DP), save
: $ Dvect{u} $ 拡散係数最小値. Minimum diffusion coefficient of $ Dvect{u} $
TempDiffCoefMin :real(DP), save
: $ T $ 拡散係数最小値. Minimum diffusion coefficient of $ T $
QMixDiffCoefMin :real(DP), save
: $ q $ 拡散係数最小値. Minimum diffusion coefficient of $ q $
VelDiffCoefMax :real(DP), save
: $ Dvect{u} $ 拡散係数最大値. Maximum diffusion coefficient of $ Dvect{u} $
TempDiffCoefMax :real(DP), save
: $ T $ 拡散係数最大値. Maximum diffusion coefficient of $ T $
QMixDiffCoefMax :real(DP), save
: $ q $ 拡散係数最大値. Maximum diffusion coefficient of $ q $
MYLv2ParamA1 :real(DP), save
MYLv2ParamB1 :real(DP), save
MYLv2ParamA2 :real(DP), save
MYLv2ParamB2 :real(DP), save
MYLv2ParamC1 :real(DP), save

デフォルト値については初期化手続 "vdiffusion_my1974#VDiffInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "vdiffusion_my1974#VDiffInit" for the default values.

This namelist group name is input/output in vdiffusion_my1974#VDiffInit

venus_simple_forcing_nml( SurfFrictionTimeConstInEarthDay, FlagConstNCC, ConstNCCInEarthDay )
NAMELIST :
SurfFrictionTimeConstInEarthDay :real(DP), save
FlagConstNCC :logical , save
ConstNCCInEarthDay :real(DP), save

デフォルト値については初期化手続 "venus_simple_forcing#YT2003ForcingInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "venus_simple_forcing#YT2003ForcingInit" for the default values.

This namelist group name is input/output in yt2003_forcing#YT2003ForcingInit

vertical_filter_nml( FilterParameter )
NAMELIST :
FilterParameter :real(DP), save
: 鉛直フィルターの係数. Vertical filter coefficient
!$ integer, save:IntStep ! 鉛直フィルターを適用するステップ間隔.

!$ ! Step interval of vertical filter application

!$ integer, save:CurStep ! VerticalFilter が呼ばれた回数.

!$ ! Number of times that "VerticalFilter" is called

!$ integer, save:PrevStep ! 前回鉛直フィルターを適用したステップ数.

!$ ! Step number that is filtered previously

, IntStep

デフォルト値については初期化手続 "vertical_filter#VerticalFilterInit" のソースコードを参照のこと.

Refer to source codes in the initialization procedure "vertical_filter#VerticalFilterInit" for the default values.

This namelist group name is input/output in vertical_filter#VerticalFilterInit