From 5b7b93e2ce724cbd6f201806fbc87fbdc9efb6db Mon Sep 17 00:00:00 2001 From: Natalie Perlin Date: Tue, 5 Nov 2024 10:08:55 -0600 Subject: [PATCH] Reverting change of MODEL_INITIALIZATION variable back to a string variable in /tests/fv3_conf/control_run.IN --- tests/fv3_conf/control_run.IN | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/fv3_conf/control_run.IN b/tests/fv3_conf/control_run.IN index 21f22212ac..22ae9d58ee 100644 --- a/tests/fv3_conf/control_run.IN +++ b/tests/fv3_conf/control_run.IN @@ -44,7 +44,7 @@ else cp ../${DEP_RUN}${SUFFIX}/${RFILE} . fi - if [ $MODEL_INITIALIZATION = .false. ]; then + if [ $MODEL_INITIALIZATION = false ]; then #read_inc and iau tests restart from fh=24 CURRDIR=`pwd` FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART @@ -55,7 +55,7 @@ else if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then - if [ $MODEL_INITIALIZATION = .false. ]; then + if [ $MODEL_INITIALIZATION = false ]; then cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/. cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/. cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/.