From 6506d593aabe8243cc8b327f667c94c72c0a8d16 Mon Sep 17 00:00:00 2001 From: Jon Wolfe Date: Tue, 2 May 2017 13:01:13 -0700 Subject: [PATCH] Update oEC60to30v3_ICG initial condition files for ocn/ice. --- components/mpas-cice/cime_config/buildnml | 4 ++-- components/mpas-o/cime_config/buildnml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/components/mpas-cice/cime_config/buildnml b/components/mpas-cice/cime_config/buildnml index e0db9ec78e79..4d134cf7ea72 100755 --- a/components/mpas-cice/cime_config/buildnml +++ b/components/mpas-cice/cime_config/buildnml @@ -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 .= '170301'; - $grid_prefix .= 'seaice.EC60to30v3.restartFrom_anvil0221'; + $grid_date .= '170331'; + $grid_prefix .= 'seaice.EC60to30v3.restartFrom_anvil0320'; $decomp_date .= '161222'; $decomp_prefix .= 'mpas-cice.graph.info.'; } elsif ( $ICE_GRID eq 'oEC60to30wLI' ) { diff --git a/components/mpas-o/cime_config/buildnml b/components/mpas-o/cime_config/buildnml index 096f370766c2..3d464a6cacf8 100755 --- a/components/mpas-o/cime_config/buildnml +++ b/components/mpas-o/cime_config/buildnml @@ -64,8 +64,8 @@ if ( $OCN_GRID eq 'oEC60to30' ) { } elsif ( $OCN_GRID eq 'oEC60to30v3_ICG' ) { $grid_date .= '161222'; $grid_prefix .= 'oEC60to30v3'; - $ic_date .= '170301'; - $ic_prefix .= 'oEC60to30v3.restartFrom_anvil0221'; + $ic_date .= '170331'; + $ic_prefix .= 'oEC60to30v3.restartFrom_anvil0320'; $decomp_prefix .= 'mpas-o.graph.info.'; } elsif ( $OCN_GRID eq 'oEC60to30wLI' ) { $grid_date .= '160830';