File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33
33
SUFFIX=${BL_SUFFIX}
34
34
fi
35
35
36
- if [ $MODEL_INITIALIZATION = . false. ]; then
36
+ if [ $MODEL_INITIALIZATION = false ]; then
37
37
#read_inc and iau tests restart from fh=24
38
38
CURRDIR=`pwd`
39
39
FILEDIR=${CURRDIR}/../${DEP_RUN}${SUFFIX}/RESTART
44
44
45
45
if [[ ${IAU_OFFSET} != 0 ]] || [[ $READ_INCREMENT = .true. ]]; then
46
46
47
- if [ $MODEL_INITIALIZATION = . false. ]; then
47
+ if [ $MODEL_INITIALIZATION = false ]; then
48
48
cp ${FILEDIR}/../INPUT/fv3_increment.nc INPUT/.
49
49
cp ${FILEDIR}/../INPUT/grid_spec.nc INPUT/.
50
50
cp ${FILEDIR}/../INPUT/*_grid.tile*.nc INPUT/.
Original file line number Diff line number Diff line change @@ -82,14 +82,14 @@ export MAKE_NH=.false.
82
82
export MOUNTAIN=.true.
83
83
export NA_INIT=0
84
84
export IAU_INC_FILES="'fv_increment3.nc','fv_increment6.nc','fv_increment9.nc'"
85
- export MODEL_INITIALIZATION=. true.
85
+ export MODEL_INITIALIZATION=true
86
86
87
87
export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb',"
88
88
export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb',"
89
89
export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb',"
90
90
export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb',"
91
91
92
- export MODEL_INITIALIZATION=. true.
92
+ export MODEL_INITIALIZATION=true
93
93
export FV3_RUN=control_run.IN
94
94
export CCPP_SUITE=FV3_GFS_v16
95
95
export INPUT_NML=control_gdas.nml.IN
Original file line number Diff line number Diff line change @@ -78,14 +78,14 @@ export MAKE_NH=.false.
78
78
export MOUNTAIN=.true.
79
79
export NA_INIT=0
80
80
export IAU_INC_FILES="'fv_increment3.nc','fv_increment6.nc','fv_increment9.nc'"
81
- export MODEL_INITIALIZATION=. true.
81
+ export MODEL_INITIALIZATION=true
82
82
83
83
export FNALBC="'global_snowfree_albedo.bosu.t766.1536.768.rg.grb',"
84
84
export FNVETC="'global_vegtype.igbp.t766.1536.768.rg.grb',"
85
85
export FNSOTC="'global_soiltype.statsgo.t766.1536.768.rg.grb',"
86
86
export FNABSC="'global_mxsnoalb.uariz.t766.1536.768.rg.grb',"
87
87
88
- export MODEL_INITIALIZATION=. true.
88
+ export MODEL_INITIALIZATION=true
89
89
export FV3_RUN=control_run.IN
90
90
export CCPP_SUITE=FV3_GFS_v16
91
91
export INPUT_NML=control_gdas.nml.IN
You can’t perform that action at this time.
0 commit comments