Skip to content

Commit

Permalink
Issue #1 and issue #238 - remove ak_10m grid from config.wave and upd…
Browse files Browse the repository at this point in the history
…ate checkout.sh tags for ufs-weather-model and EMC_gfs_wafs
  • Loading branch information
KateFriedman-NOAA committed Jan 14, 2021
1 parent 3b0cb61 commit 12b7c14
Show file tree
Hide file tree
Showing 2 changed files with 3 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
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 12b7c14

Please sign in to comment.