Skip to content

Commit

Permalink
Merge pull request #361 from ekluzek/lndrofmapfilefix
Browse files Browse the repository at this point in the history
A fix for #346 so that LND2ROF_FMAPNAME will be used
  • Loading branch information
jedwards4b authored Apr 17, 2023
2 parents d8ddff5 + 5476eaa commit 22dbf82
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2156,25 +2156,25 @@
<value samegrid_atm_lnd='true'>idmap</value>
</values>
</entry>
<entry id="lnd2rof_map">
<entry id="lnd2rof_map" modify_via_xml="LND2ROF_FMAPNAME">
<type>char</type>
<category>mapping</category>
<input_pathname>abs</input_pathname>
<group>MED_attributes</group>
<desc>lnd to rof mapping, 'unset' or 'idmap' are normal possible values</desc>
<desc>lnd to rof mapping, 'unset' or 'idmap' are normal possible values (mapping file given for mizuRoute grids)</desc>
<values>
<value>unset</value>
<value>$LND2ROF_FMAPNAME</value>
<value samegrid_lnd_rof='true'>idmap</value>
</values>
</entry>
<entry id="rof2lnd_map">
<entry id="rof2lnd_map" modify_via_xml="ROF2LND_FMAPNAME">
<type>char</type>
<category>mapping</category>
<input_pathname>abs</input_pathname>
<group>MED_attributes</group>
<desc>rof to lnd mapping, 'unset' or 'idmap' are normal possible values</desc>
<desc>rof to lnd mapping, 'unset' or 'idmap' are normal possible values (mapping file given for mizuRoute grids)</desc>
<values>
<value>unset</value>
<value>$ROF2LND_FMAPNAME</value>
<value samegrid_lnd_rof='true'>idmap</value>
</values>
</entry>
Expand Down

0 comments on commit 22dbf82

Please sign in to comment.