Skip to content

Commit

Permalink
Update new grid filenames.
Browse files Browse the repository at this point in the history
  • Loading branch information
jonbob committed Jan 25, 2017
1 parent d8d20ae commit f91b9ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/mpas-cice/cime_config/buildnml
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,12 @@ if ( $ICE_GRID eq 'oEC60to30' ) {
$decomp_prefix .= 'mpas-cice.graph.info.';
} elsif ( $ICE_GRID eq 'oEC60to30_ICG' ) {
$grid_date .= '160827';
$grid_prefix .= 'cice.EC60to30km';
$grid_prefix .= 'cice.EC60to30km.restartFrom_eos1b';
$decomp_date .= '151020';
$decomp_prefix .= 'mpas-cice.graph.info.';
} elsif ( $ICE_GRID eq 'oEC60to30v3' ) {
$grid_date .= '161222';
$grid_prefix .= 'cice.EC60to30v3';
$grid_prefix .= 'seaice.EC60to30v3';
$decomp_date .= '161222';
$decomp_prefix .= 'mpas-cice.graph.info.';
} elsif ( $ICE_GRID eq 'oEC60to30v3_ICG' ) {
Expand Down Expand Up @@ -103,7 +103,7 @@ if ( $ICE_GRID eq 'oEC60to30' ) {
$decomp_prefix .= 'mpas-cice.graph.info.';
} elsif ( $ICE_GRID eq 'oRRS30to10v3' ) {
$grid_date .= '161221';
$grid_prefix .= 'oRRS30to10v3';
$grid_prefix .= 'seaice.RRS30to10v3';
$decomp_date .= '161221';
$decomp_prefix .= 'mpas-cice.graph.info.';
} elsif ( $ICE_GRID eq 'oRRS30to10wLI' ) {
Expand Down

0 comments on commit f91b9ce

Please sign in to comment.