Skip to content

Commit

Permalink
Use xgrid for aoflux calculation unless atm & ocn are on the same grid
Browse files Browse the repository at this point in the history
Resolves #502
  • Loading branch information
billsacks committed Oct 16, 2024
1 parent 1355710 commit 15a480e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -925,7 +925,10 @@
default: ogrid
</desc>
<values>
<value>ogrid</value>
<value>xgrid</value>
<!-- xgrid introduces unnecessary cost and complexity if atm & ocn are on the same
grid, so fall back to ogrid in that case -->
<value samegrid_atm_ocn='true'>ogrid</value>
</values>
</entry>
<entry id="ocn_surface_flux_scheme">
Expand Down

0 comments on commit 15a480e

Please sign in to comment.