Skip to content

Commit

Permalink
Reverting change of MODEL_INITIALIZATION variable back to a string va…
Browse files Browse the repository at this point in the history
…riable in /tests/fv3_conf/control_run.IN
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Nov 5, 2024
1 parent d4ffef9 commit 5b7b93e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/fv3_conf/control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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/.
Expand Down

0 comments on commit 5b7b93e

Please sign in to comment.