namelist_definition_clm4_5.xml中有趣的变量

文件位置

  • /home/dayon/cesm2_1_3/components/clm/bld/namelist_files/namelist_definition_clm4_5.xml

有趣的变量

  • 可以单独给地表占比的数据集
<entry id="fatmlndfrc" 
       type="char*256" 
       category="datasets"
       input_pathname="abs" 
       group="clm_inparm" 
       valid_values="" >
Full pathname of land fraction data file.
</entry>
  • CO2类型
<entry id="co2_type" type="char*16" category="clm_physics"
       group="clm_inparm" valid_values="constant,prognostic,diagnostic" >
Type of CO2 feedback.
    constant   = use the input co2_ppmv value
    prognostic = use the prognostic value sent from the atmosphere
    diagnostic = use the diagnostic value sent from the atmosphere
</entry>

土壤相关

  • 土壤层数结构
<entry id="soil_layerstruct" type="char*16" category="clm_physics"
       group="clm_inparm" valid_values="10SL_3.5m,23SL_3.5m,49SL_10m,20SL_8.5m" >
10SL_3.5m    = standard CLM4 and CLM4.5 version
23SL_3.5m    = more vertical layers for permafrost simulations 
49SL_10m     = 49 layer soil column, 10m of soil, 5 bedrock layers
20SL_8.5m    = 20 layer soil column, 8m of soil, 5 bedrock layers
</entry>
  • 土壤阻抗
<entry id="soil_resis_method" type="integer" category="clm_physics"
       group="soil_resis_inparm" valid_values="0,1" >
Index of evaporative resistance method.

Changes soil evaporative resistance method from Sakaguchi and Zeng
2009 Beta function (0) to Swenson and Lawrence 2014 dry surface layer
formulation (1).
</entry>

水文相关

  • 截留比例
<entry id="interception_fraction" type="real" category="clm_physics"
       group="clm_canopyhydrology_inparm" valid_values="" >
Fraction of intercepted precipitation

<entry id="use_clm5_fpi" type="logical" category="clm_physics"
       group="clm_canopyhydrology_inparm" valid_values="" >
If TRUE use clm5 equation for fraction of intercepted precipitation
</entry>

<entry id="maximum_leaf_wetted_fraction" type="real" category="clm_physics"
       group="clm_canopyhydrology_inparm" valid_values="" >
Maximum fraction of leaf that may be wet prior to drip occuring
</entry>

<entry id="baseflow_scalar" type="real" category="clm_physics"
       group="soilhydrology_inparm" valid_values="" >
Scalar multiplier for base flow rate
(ONLY used if lower_boundary_condition is not aquifer or table)
</entry>
  • 土壤水与 richards equation
<entry id="soilwater_movement_method" type="integer" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="0,1" >
Index of solution method of Richards equation.

Change method for richards equation solution and boundary
conditions.

CLM 4.5 - soilwater_movement_method = 0 (Zeng and Decker, 2009, method). 
CLM 5.0 - soilwater_movement_method = 1 (adaptive time stepping moisture form from Martyn Clark).

1 (adaptive time stepping moisture form
</entry>

<entry id="upper_boundary_condition" type="integer" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="1" >
Index of upper boundary condition for Richards equation.
</entry>

<entry id="lower_boundary_condition" type="integer" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="1,2,3,4" >
Index of lower boundary condition for Richards equation.

lower_boundary_condition = 1 : flux lower boundary condition                                     (use with soilwater_movement_method=adaptive time stepping)
lower_boundary_condition = 2 : zero-flux lower boundary condition                                (use with soilwater_movement_method=adaptive time stepping)
lower_boundary_condition = 3 : water table head-based lower boundary condition w/ aquifer layer. (use with soilwater_movement_method=adaptive time stepping)
lower_boundary_condition = 4 : 11-layer solution w/ aquifer layer                                (only used with soilwater_movement_method=Zeng&amp;Decker 2009)

TODO(bja, 2015-09) these should be strings so they have meaningful names instead of ints. 
</entry>

<entry id="dtmin" type="real" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="" >
minimum time step length (seconds) for adaptive time stepping in richards equation
</entry>

<entry id="verySmall" type="real" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="" >
a very small number: used to check for sub step completion for adaptive time stepping in richards equation
</entry>

<entry id="xTolerUpper" type="real" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="" >
tolerance to halve length of substep for adaptive time stepping in richards equation
</entry>

<entry id="xTolerLower" type="real" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="" >
tolerance to double length of substep for adaptive time stepping in richards equation
</entry>

<entry id="expensive" type="integer" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="" >

</entry>

<entry id="inexpensive" type="integer" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="" >

</entry>

<entry id="flux_calculation" type="integer" category="clm_physics"
       group="soilwater_movement_inparm" valid_values="" >

</entry>

I/O文件相关

<entry id="paramfile" type="char*256" category="datasets"
       input_pathname="abs" group="clm_inparm" valid_values="" >
Full pathname datafile with plant function type (PFT) constants combined with
constants for biogeochem modules
</entry>

<entry id="fates_paramfile" type="char*256" category="datasets"
       input_pathname="abs" group="clm_inparm" valid_values="" >
Full pathname datafile with fates parameters
</entry>

<entry id="fsurdat" type="char*256"     category="datasets"
       input_pathname="abs" group="clm_inparm" valid_values="" >
Full pathname of surface data file.
</entry>

<entry id="hist_avgflag_pertape" type="char*1(10)" category="history"
       group="clm_inparm" valid_values="A,I,X,M" >
Per file averaging flag.
    'A' (average over history period)
    'I' (instantaneous)
    'X' (maximum over history period)
    'M' (minimum over history period)
</entry>

<entry id="hist_type1d_pertape" type="char*4(10)" category="history"
       group="clm_inparm" valid_values="GRID,LAND,COLS,PFTS, " >
Averaging type of output for 1D vector output (when hist_dov2xy is false).
    GRID means average all land-units up to the grid-point level
    LAND means average all columns up to the land-unit level
    COLS means average all PFT's up to the column level
    PFTS means report everything on native PFT level
</entry>

<entry id="hist_dov2xy" type="logical(10)" category="history"
       group="clm_inparm" valid_values="" >
If TRUE, implies output data on a 2D latitude/longitude grid. False means
output in 1D vector format.  One setting per history tape series.
</entry>

<entry id="hist_empty_htapes" type="logical" category="history"
       group="clm_inparm" valid_values="" >
If TRUE, indicates do NOT output any default history fields (requires you to use
hist_fincl* to set the exact output fields to use)..
</entry>

<entry id="hist_fexcl1" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series 1.
</entry>

<entry id="hist_fexcl2" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series  2.
</entry>

<entry id="hist_fexcl3" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series  3.
</entry>

<entry id="hist_fexcl4" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series  4.
</entry>

<entry id="hist_fexcl5" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series  5.
</entry>

<entry id="hist_fexcl6" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series  6.
</entry>

<entry id="hist_fexcl7" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series  7.
</entry>

<entry id="hist_fexcl8" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series  8.
</entry>

<entry id="hist_fexcl9" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series  9.
</entry>

<entry id="hist_fexcl10" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to exclude from history tape series 10.
</entry>

<entry id="hist_fincl1" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  1.
</entry>

<entry id="hist_fincl2" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  2.
</entry>

<entry id="hist_fincl3" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  3.
</entry>

<entry id="hist_fincl4" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  4.
</entry>

<entry id="hist_fincl5" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  5.
</entry>

<entry id="hist_fincl6" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  6.
</entry>

<entry id="hist_fincl7" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  7.
</entry>

<entry id="hist_fincl8" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  8.
</entry>

<entry id="hist_fincl9" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series  9.
</entry>

<entry id="hist_fincl10" type="char*64(1000)" category="history"
       group="clm_inparm" valid_values="" >
Fields to add to history tape series 10.
</entry>

<entry id="hist_mfilt" type="integer(10)" category="history"
       group="clm_inparm" valid_values="" >
Per tape series  maximum number of time samples.
</entry>

<entry id="hist_ndens" type="integer(10)" category="history"
       group="clm_inparm" valid_values="1,2" >
Per tape series  history file density (i.e. output precision) 
    1=double precision
    2=single precision
<default>Default: 2,2,2,2,2,2,2,2,2,2</default>
</entry>

<entry id="hist_nhtfrq" type="integer(10)" category="history"
       group="clm_inparm" valid_values="" >
Per tape series history write frequency. 
    positive means in time steps
    0=monthly
    negative means hours
(i.e. 5 means every 24 time-steps and -24 means every day
<default>Default: 0,-24,-24,-24,-24,-24,-24,-24,-24,-24</default>
</entry>

<!-- ========================================================================================  -->
<!-- namelist elements associated with the Hydrology1Mod                                       -->
<!-- ========================================================================================  -->

<entry id="oldfflag" type="integer" category="clm_physics"
       group="clm_canopyhydrology_inparm" valid_values="0,1" >
Use old snow cover fraction from Niu et al. 2007
(deprecated -- will be removed)
</entry>

<entry id="h2osfcflag" type="integer" category="clm_physics"
       group="clm_soilhydrology_inparm" valid_values="0,1" >
If surface water is active or not
(deprecated -- will be removed)
</entry>

<entry id="origflag" type="integer" category="clm_physics"
       group="clm_soilhydrology_inparm" valid_values="0,1" >
Use original CLM4 soil hydraulic properties
(deprecated -- will be removed)
</entry>

=============
2021-01-05 Dayon

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包

打赏作者

大雨海深

感谢您的支持和鼓励

¥1 ¥2 ¥4 ¥6 ¥10 ¥20
扫码支付:¥1
获取中
扫码支付

您的余额不足,请更换扫码支付或充值

打赏作者

实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值