Skip to content

Commit

Permalink
*Update exhafs_atm_vi.sh to be consistent with the updated creat_trak…
Browse files Browse the repository at this point in the history
… programs.

*Update build_forecast.sh to build forecast with -DMOVING_NEST=ON
  • Loading branch information
BinLiu-NOAA committed Feb 10, 2022
1 parent 805a896 commit 3b3924b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions scripts/exhafs_atm_vi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ if [ $vmax_vit -ge $vi_warm_start_vmax_threshold ] && [ -d ${RESTARTinp} ]; then
ln -sf ./trak.fnl.all fort.30

ln -sf ${HOMEhafs}/sorc/hafs_tools.fd/exec/hafs_vi_create_trak_guess.x ./
echo ${STORMID} ${CDATE:8:2} | ./hafs_vi_create_trak_guess.x
time ./hafs_vi_create_trak_guess.x ${STORMID}

# split
# input
Expand Down Expand Up @@ -210,7 +210,7 @@ cd $DATA
ln -sf ./trak.fnl.all fort.30

ln -sf ${HOMEhafs}/sorc/hafs_tools.fd/exec/hafs_vi_create_trak_init.x ./
echo ${STORMID} ${CDATE:8:2} | ./hafs_vi_create_trak_init.x
time ./hafs_vi_create_trak_init.x ${STORMID}

# split
# input
Expand Down
2 changes: 1 addition & 1 deletion sorc/build_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ else
fi
cd hafs_forecast.fd/tests

./compile.sh "$target" "-DAPP=HAFSW -DMOVING_NEST=OFF -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON" 32bit YES NO
./compile.sh "$target" "-DAPP=HAFSW -DMOVING_NEST=ON -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON" 32bit YES NO
#./compile.sh "$target" "-DAPP=$app -DCCPP_SUITES=FV3_HAFS_v0_gfdlmp_tedmf_nonsst,FV3_HAFS_v0_gfdlmp_tedmf,FV3_HAFS_v0_thompson_tedmf_gfdlsf -D32BIT=ON" 32bit YES NO

exit

0 comments on commit 3b3924b

Please sign in to comment.