Skip to content

Commit

Permalink
reverted changes to MODEL_INITIALIZATION variable in tests/fv3_conf/l…
Browse files Browse the repository at this point in the history
…ake_control_run.IN, tests/tests/control_c384gdas, control_c384gdas_debug
  • Loading branch information
Natalie Perlin authored and Natalie Perlin committed Nov 4, 2024
1 parent ceaa411 commit d4ffef9
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions tests/fv3_conf/lake_control_run.IN
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ else
SUFFIX=${BL_SUFFIX}
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 @@ -44,7 +44,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
4 changes: 2 additions & 2 deletions tests/tests/control_c384gdas
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ export MAKE_NH=.false.
export MOUNTAIN=.true.
export NA_INIT=0
export IAU_INC_FILES="'fv_increment3.nc','fv_increment6.nc','fv_increment9.nc'"
export MODEL_INITIALIZATION=.true.
export MODEL_INITIALIZATION=true

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

export MODEL_INITIALIZATION=.true.
export MODEL_INITIALIZATION=true
export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16
export INPUT_NML=control_gdas.nml.IN
Expand Down
4 changes: 2 additions & 2 deletions tests/tests/control_c384gdas_debug
Original file line number Diff line number Diff line change
Expand Up @@ -78,14 +78,14 @@ export MAKE_NH=.false.
export MOUNTAIN=.true.
export NA_INIT=0
export IAU_INC_FILES="'fv_increment3.nc','fv_increment6.nc','fv_increment9.nc'"
export MODEL_INITIALIZATION=.true.
export MODEL_INITIALIZATION=true

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

export MODEL_INITIALIZATION=.true.
export MODEL_INITIALIZATION=true
export FV3_RUN=control_run.IN
export CCPP_SUITE=FV3_GFS_v16
export INPUT_NML=control_gdas.nml.IN

0 comments on commit d4ffef9

Please sign in to comment.