Skip to content

Commit

Permalink
Merge pull request #246 from NOAA-EMC/updates/gfsv16.0.6
Browse files Browse the repository at this point in the history
Issue #238 - component tags, errchk, and wave grid changes from NCO for v16.0.6
  • Loading branch information
KateFriedman-NOAA committed Jan 25, 2021
2 parents addaed4 + 7abf72c commit 676e22f
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 3 deletions.
2 changes: 1 addition & 1 deletion parm/config/config.wave
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export WAVEWND_FID=

# Grids for output fields (used in all steps)
export waveuoutpGRD=points
export waveinterpGRD='glo_15mxt at_10m ep_10m wc_10m ak_10m glo_30m' # Grids that need to be interpolated from native
export waveinterpGRD='glo_15mxt at_10m ep_10m wc_10m glo_30m' # Grids that need to be interpolated from native
# in POST will generate grib unless gribOK not set
export wavesbsGRD='' # side-by-side grids generated as wave model runs, writes to com
export wavepostGRD='gnh_10m aoc_9km gsh_15m' # Native grids that will be post-processed (grib2)
Expand Down
3 changes: 3 additions & 0 deletions scripts/exgfs_wave_nawips.sh
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,9 @@ export cycle=${cycle:-t${cyc}z}
export GEMwave=${GEMwave:-$HOMEgfs/gempak}
export FIXwave=${FIXwave:-HOMEgfs/fix}
export DATA=${DATA:-${DATAROOT:?}/${jobid}}

export errchk=${errchk:-err_chk}

if [ ! -d $DATA ];then
mkdir -p $DATA
fi
Expand Down
2 changes: 2 additions & 0 deletions scripts/exgfs_wave_prdgen_bulls.sh
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,8 @@
export USHwave=${USHwave:-$HOMEgfs/ush}
#export EXECcode=${EXECcode:-CODEwave/exec}

export errchk=${errchk:-err_chk}

mkdir -p $DATA
cd $DATA
export wavelog=${DATA}/${RUNwave}_prdgbulls.log
Expand Down
2 changes: 2 additions & 0 deletions scripts/exgfs_wave_prdgen_gridded.sh
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@
mkdir -p $DATA
cd $DATA
export wavelog=${DATA}/${COMPONENTwave}_prdggridded.log

export errchk=${errchk:-err_chk}

postmsg "$jlogfile" "HAS BEGUN on `hostname`"
msg="Starting MWW3 GRIDDED PRODUCTS SCRIPT"
Expand Down
4 changes: 2 additions & 2 deletions sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ if [[ ! -d fv3gfs.fd ]] ; then
rm -f ${topdir}/checkout-fv3gfs.log
git clone https://github.com/ufs-community/ufs-weather-model fv3gfs.fd >> ${topdir}/checkout-fv3gfs.log 2>&1
cd fv3gfs.fd
git checkout GFS.v16.0.14
git checkout GFS.v16.0.15
git submodule update --init --recursive
cd ${topdir}
else
Expand Down Expand Up @@ -95,7 +95,7 @@ if [[ ! -d gfs_wafs.fd ]] ; then
rm -f ${topdir}/checkout-gfs_wafs.log
git clone --recursive https://github.com/NOAA-EMC/EMC_gfs_wafs.git gfs_wafs.fd >> ${topdir}/checkout-gfs_wafs.log 2>&1
cd gfs_wafs.fd
git checkout gfs_wafs.v6.0.17
git checkout gfs_wafs.v6.0.18
cd ${topdir}
else
echo 'Skip. Directory gfs_wafs.fd already exists.'
Expand Down

0 comments on commit 676e22f

Please sign in to comment.