Skip to content

Commit 15a480e

Browse files
committed
Use xgrid for aoflux calculation unless atm & ocn are on the same grid
Resolves #502
1 parent 1355710 commit 15a480e

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

cime_config/namelist_definition_drv.xml

+4-1
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,10 @@
925925
default: ogrid
926926
</desc>
927927
<values>
928-
<value>ogrid</value>
928+
<value>xgrid</value>
929+
<!-- xgrid introduces unnecessary cost and complexity if atm & ocn are on the same
930+
grid, so fall back to ogrid in that case -->
931+
<value samegrid_atm_ocn='true'>ogrid</value>
929932
</values>
930933
</entry>
931934
<entry id="ocn_surface_flux_scheme">

0 commit comments

Comments
 (0)