Skip to content

Commit

Permalink
fixed a compilation error, NEMs/exe existing, in hera
Browse files Browse the repository at this point in the history
  • Loading branch information
AnningCheng-NOAA committed May 17, 2021
1 parent 6b57416 commit 283c4a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/exglobal_forecast.sh
Original file line number Diff line number Diff line change
Expand Up @@ -1412,7 +1412,7 @@ fi

#------------------------------------------------------------------
# Clean up before leaving
##if [ $mkdata = "YES" ]; then rm -rf $DATA; fi
if [ $mkdata = "YES" ]; then rm -rf $DATA; fi

#------------------------------------------------------------------
set +x
Expand Down
2 changes: 1 addition & 1 deletion sorc/build_fv3.sh
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ if [ $target = orion ]; then target=orion.intel ; fi
cd fv3gfs.fd/
FV3=$( pwd -P )/FV3
cd tests/
mkdir ../NEMS/exe
if [ ! -d ../NEMS/exe ]; then mkdir ../NEMS/exe ; fi
if [ ${RUN_CCPP:-${1:-"YES"}} = "NO" ]; then
./compile.sh "$FV3" "$target" "WW3=Y 32BIT=Y" 1
mv -f fv3_1.exe ../NEMS/exe/global_fv3gfs.x
Expand Down

0 comments on commit 283c4a0

Please sign in to comment.