Skip to content

Commit 5b7b93e

Browse files
Natalie PerlinNatalie Perlin
authored andcommitted
Reverting change of MODEL_INITIALIZATION variable back to a string variable in /tests/fv3_conf/control_run.IN
1 parent d4ffef9 commit 5b7b93e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/fv3_conf/control_run.IN

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ else
4444
cp ../${DEP_RUN}${SUFFIX}/${RFILE} .
4545
fi
4646

47-
if [ $MODEL_INITIALIZATION = .false. ]; then
47+
if [ $MODEL_INITIALIZATION = false ]; then
4848
#read_inc and iau tests restart from fh=24
4949
CURRDIR=`pwd`
5050
FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART
@@ -55,7 +55,7 @@ else
5555

5656
if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then
5757

58-
if [ $MODEL_INITIALIZATION = .false. ]; then
58+
if [ $MODEL_INITIALIZATION = false ]; then
5959
cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/.
6060
cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/.
6161
cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/.

0 commit comments

Comments
 (0)