Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/drydep_cmeps0.13.40' into dep_da…
Browse files Browse the repository at this point in the history
…ta_file
  • Loading branch information
fvitt committed May 24, 2022
2 parents 95e148b + 646ad20 commit 773a48b
Showing 1 changed file with 9 additions and 13 deletions.
22 changes: 9 additions & 13 deletions cime_config/namelist_definition_drv_flds.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,27 +62,23 @@
<!-- drydep Namelists -->
<!-- ======================================================================================== -->

<entry id="drydep_method">
<type>char</type>
<entry id="drydep_list">
<type>char(300)</type>
<category>dry-deposition</category>
<group>drydep_inparm</group>
<valid_values>xactive_lnd,xactive_atm,table</valid_values>
<desc>
Where dry deposition is calculated (from land, atmosphere, or from a table)
This specifies the method used to calculate dry
deposition velocities of gas-phase chemical species. The available methods are:
'table' - prescribed method in CAM
'xactive_atm' - interactive method in CAM
'xactive_lnd' - interactive method in CLM
List of species that undergo dry deposition.
</desc>
</entry>

<entry id="drydep_list">
<type>char(300)</type>
<category>dry-deposition</category>
<entry id="dep_data_file">
<type>char</type>
<input_pathname>abs</input_pathname>
<category>drv_flds_in</category>
<group>drydep_inparm</group>
<desc>
List of species that undergo dry deposition.
Full pathname of file containing gas phase deposition data including effective
Henry's law coefficients.
</desc>
</entry>

Expand Down

0 comments on commit 773a48b

Please sign in to comment.