Skip to content

Commit

Permalink
Merge pull request #543 from jedwards4b/datm_ogrid
Browse files Browse the repository at this point in the history
always set atmocn grid to ogrid with datm
  • Loading branch information
jedwards4b authored Feb 27, 2025
2 parents 3536cc5 + 7c3581f commit 189b02e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cime_config/namelist_definition_drv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -910,13 +910,14 @@
<valid_values>ogrid,agrid,xgrid</valid_values>
<desc>
Grid for atm ocn flux calc
default: ogrid
default: xgrid for fully coupled cases, ogrid for datm
</desc>
<values>
<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>
<value COMP_ATM='datm'>ogrid</value>
</values>
</entry>
<entry id="ocn_surface_flux_scheme">
Expand Down

0 comments on commit 189b02e

Please sign in to comment.