Skip to content

Commit

Permalink
Update ocn/ice initial condition files for oEC60to30v3_ICG grid
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbob committed Mar 1, 2017
1 parent 1cdaeda commit 9d22e72
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions components/mpas-cice/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@ if ( $ICE_GRID eq 'oEC60to30' ) {
$decomp_date .= '161222';
$decomp_prefix .= 'mpas-cice.graph.info.';
} elsif ( $ICE_GRID eq 'oEC60to30v3_ICG' ) {
$grid_date .= '170213';
$grid_prefix .= 'seaice.EC60to30v3.a16q_smRi_yr102';
$grid_date .= '170301';
$grid_prefix .= 'seaice.EC60to30v3.restartFrom_anvil0221';
$decomp_date .= '161222';
$decomp_prefix .= 'mpas-cice.graph.info.';
} elsif ( $ICE_GRID eq 'oEC60to30wLI' ) {
Expand Down
4 changes: 2 additions & 2 deletions components/mpas-o/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ if ( $OCN_GRID eq 'oEC60to30' ) {
} elsif ( $OCN_GRID eq 'oEC60to30v3_ICG' ) {
$grid_date .= '161222';
$grid_prefix .= 'oEC60to30v3';
$ic_date .= '170213';
$ic_prefix .= 'oEC60to30v3.a16q_smRi_yr102';
$ic_date .= '170301';
$ic_prefix .= 'oEC60to30v3.restartFrom_anvil0221';
$decomp_prefix .= 'mpas-o.graph.info.';
} elsif ( $OCN_GRID eq 'oEC60to30wLI' ) {
$grid_date .= '160830';
Expand Down

0 comments on commit 9d22e72

Please sign in to comment.