Skip to content

Commit 4f08883

Browse files
committed
Merge branch 'wlin/reset_ne120_nlmaps_atm2srf' into next (PR #7865)
Restrict nlmaps_atm2srf_conserve=.true. to v3HR grid Previously it was set to true for all configurations that use ne120 grid for atm. This would affect EAM and EAMxx F-cases that use ne120. This change limits its use to cases that use v3HR grid (ne120pg2 for atm and RRSwISC6to18E3r5 for ocean/ice). It applies to both coupled and uncoupled configurations. [BFB] No impact except for cases using ne120 atm grid with other ocean masks
2 parents a7ff616 + 375aab1 commit 4f08883

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

driver-mct/cime_config/config_component_e3sm.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@
245245
<valid_values>.true.,.false.</valid_values>
246246
<default_value>.false.</default_value>
247247
<values match="last">
248-
<value grid="a%ne120np4">.true.</value>
248+
<value grid="a%ne120np4.+oi%RRSwISC6to18E3r5">.true.</value>
249249
</values>
250250
<group>seq_infodata_inparm</group>
251251
<file>env_run.xml</file>

0 commit comments

Comments
 (0)