Skip to content

Commit d4ffef9

Browse files
Natalie PerlinNatalie Perlin
authored andcommitted
reverted changes to MODEL_INITIALIZATION variable in tests/fv3_conf/lake_control_run.IN, tests/tests/control_c384gdas, control_c384gdas_debug
1 parent ceaa411 commit d4ffef9

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

tests/fv3_conf/lake_control_run.IN

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ else
3333
SUFFIX=${BL_SUFFIX}
3434
fi
3535

36-
if [ $MODEL_INITIALIZATION = .false. ]; then
36+
if [ $MODEL_INITIALIZATION = false ]; then
3737
#read_inc and iau tests restart from fh=24
3838
CURRDIR=`pwd`
3939
FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART
@@ -44,7 +44,7 @@ else
4444

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

47-
if [ $MODEL_INITIALIZATION = .false. ]; then
47+
if [ $MODEL_INITIALIZATION = false ]; then
4848
cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/.
4949
cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/.
5050
cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/.

tests/tests/control_c384gdas

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,14 +82,14 @@ export MAKE_NH=.false.
8282
export MOUNTAIN=.true.
8383
export NA_INIT=0
8484
export IAU_INC_FILES="'fv_increment3.nc','fv_increment6.nc','fv_increment9.nc'"
85-
export MODEL_INITIALIZATION=.true.
85+
export MODEL_INITIALIZATION=true
8686

8787
export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb',"
8888
export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb',"
8989
export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb',"
9090
export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb',"
9191

92-
export MODEL_INITIALIZATION=.true.
92+
export MODEL_INITIALIZATION=true
9393
export FV3_RUN=control_run.IN
9494
export CCPP_SUITE=FV3_GFS_v16
9595
export INPUT_NML=control_gdas.nml.IN

tests/tests/control_c384gdas_debug

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,14 +78,14 @@ export MAKE_NH=.false.
7878
export MOUNTAIN=.true.
7979
export NA_INIT=0
8080
export IAU_INC_FILES="'fv_increment3.nc','fv_increment6.nc','fv_increment9.nc'"
81-
export MODEL_INITIALIZATION=.true.
81+
export MODEL_INITIALIZATION=true
8282

8383
export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb',"
8484
export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb',"
8585
export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb',"
8686
export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb',"
8787

88-
export MODEL_INITIALIZATION=.true.
88+
export MODEL_INITIALIZATION=true
8989
export FV3_RUN=control_run.IN
9090
export CCPP_SUITE=FV3_GFS_v16
9191
export INPUT_NML=control_gdas.nml.IN

0 commit comments

Comments
 (0)