Skip to content

Commit

Permalink
Merge branch 'mark-petersen/ocn/update_output_settings' (PR #1312)
Browse files Browse the repository at this point in the history
Update ocean output settings, add RRS18to6v3 ICG

This Pull Request brings in several changes:
* updates the MPASO submodule (bug fix, salinity limiting, and testing clean-up)
* updates the MPAS framework for all components
* removes excessive printing on every time step
* add block_debug stream to write netcdf output on error
* modifies default ocn AM behavior, dependent on grid resolution
* adds support for oRRS18to6v3_ICG configuration
* brings in ACME-Climate/MPAS PR#11.

Tested with:
* GMPAS-IAF.T62_oEC60to30v3.grizzly
* GMPAS-IAF.T62_oRRS18to6v3.grizzly

[BFB]
[NML]
  • Loading branch information
jonbob committed Apr 4, 2017
2 parents 9f08b65 + 21b0dea commit 82b1792
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions cime_config/acme/config_grids.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2244,6 +2244,11 @@
<ROF2OCN_LIQ_RMAPNAME >cpl/cpl6/map_r0125_to_oRRS18to6v3_nn.170111.nc</ROF2OCN_LIQ_RMAPNAME>
</gridmap>

<gridmap rof_grid="r0125" ocn_grid="oRRS18to6v3_ICG" >
<ROF2OCN_ICE_RMAPNAME >cpl/cpl6/map_r0125_to_oRRS18to6v3_nn.170111.nc</ROF2OCN_ICE_RMAPNAME>
<ROF2OCN_LIQ_RMAPNAME >cpl/cpl6/map_r0125_to_oRRS18to6v3_nn.170111.nc</ROF2OCN_LIQ_RMAPNAME>
</gridmap>

<gridmap rof_grid="r0125" ocn_grid="oRRS15to5" >
<ROF2OCN_ICE_RMAPNAME >cpl/cpl6/map_r0125_to_oRRS15to5_nn.160720.nc</ROF2OCN_ICE_RMAPNAME>
<ROF2OCN_LIQ_RMAPNAME >cpl/cpl6/map_r0125_to_oRRS15to5_nn.160720.nc</ROF2OCN_LIQ_RMAPNAME>
Expand Down

0 comments on commit 82b1792

Please sign in to comment.