We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4ffef9 commit 5b7b93eCopy full SHA for 5b7b93e
tests/fv3_conf/control_run.IN
@@ -44,7 +44,7 @@ else
44
cp ../${DEP_RUN}${SUFFIX}/${RFILE} .
45
fi
46
47
- if [ $MODEL_INITIALIZATION = .false. ]; then
+ if [ $MODEL_INITIALIZATION = false ]; then
48
#read_inc and iau tests restart from fh=24
49
CURRDIR=`pwd`
50
FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART
@@ -55,7 +55,7 @@ else
55
56
if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then
57
58
59
cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/.
60
cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/.
61
cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/.
0 commit comments