Skip to content

Commit 22dbf82

Browse files
authored
Merge pull request #361 from ekluzek/lndrofmapfilefix
A fix for #346 so that LND2ROF_FMAPNAME will be used
2 parents d8ddff5 + 5476eaa commit 22dbf82

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

cime_config/namelist_definition_drv.xml

+6-6
Original file line numberDiff line numberDiff line change
@@ -2156,25 +2156,25 @@
21562156
<value samegrid_atm_lnd='true'>idmap</value>
21572157
</values>
21582158
</entry>
2159-
<entry id="lnd2rof_map">
2159+
<entry id="lnd2rof_map" modify_via_xml="LND2ROF_FMAPNAME">
21602160
<type>char</type>
21612161
<category>mapping</category>
21622162
<input_pathname>abs</input_pathname>
21632163
<group>MED_attributes</group>
2164-
<desc>lnd to rof mapping, 'unset' or 'idmap' are normal possible values</desc>
2164+
<desc>lnd to rof mapping, 'unset' or 'idmap' are normal possible values (mapping file given for mizuRoute grids)</desc>
21652165
<values>
2166-
<value>unset</value>
2166+
<value>$LND2ROF_FMAPNAME</value>
21672167
<value samegrid_lnd_rof='true'>idmap</value>
21682168
</values>
21692169
</entry>
2170-
<entry id="rof2lnd_map">
2170+
<entry id="rof2lnd_map" modify_via_xml="ROF2LND_FMAPNAME">
21712171
<type>char</type>
21722172
<category>mapping</category>
21732173
<input_pathname>abs</input_pathname>
21742174
<group>MED_attributes</group>
2175-
<desc>rof to lnd mapping, 'unset' or 'idmap' are normal possible values</desc>
2175+
<desc>rof to lnd mapping, 'unset' or 'idmap' are normal possible values (mapping file given for mizuRoute grids)</desc>
21762176
<values>
2177-
<value>unset</value>
2177+
<value>$ROF2LND_FMAPNAME</value>
21782178
<value samegrid_lnd_rof='true'>idmap</value>
21792179
</values>
21802180
</entry>

0 commit comments

Comments
 (0)