Skip to content

Commit

Permalink
GitHub Issue #2 - GFSv15.2.6 changes
Browse files Browse the repository at this point in the history
  • Loading branch information
KateFriedman-NOAA committed Dec 17, 2019
1 parent 2d555e0 commit b1dcb4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion parm/config/config.base.emc.dyn
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ export FIXgsi="$HOMEgfs/fix/fix_gsi"
export HOMEfv3gfs="$HOMEgfs/sorc/fv3gfs.fd"
export HOMEpost="$HOMEgfs"
export HOMEobsproc_prep="$BASE_GIT/obsproc/obsproc_prep_RB-5.2.0"
export HOMEobsproc_network="$BASE_GIT/obsproc/obsproc_global_RB-3.2.2"
export HOMEobsproc_network="$BASE_GIT/obsproc/obsproc_global.v3.2.3"
export HOMEobsproc_global=$HOMEobsproc_network
export BASE_VERIF="$BASE_SVN/verif/global/tags/vsdb"

Expand Down
2 changes: 1 addition & 1 deletion sorc/checkout.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ if [[ ! -d gfs_post.fd ]] ; then
git clone --recursive gerrit:EMC_post_gtg gfs_post.fd >> ${topdir}/checkout-gfs_post.log 2>&1
cd gfs_post.fd
#git checkout ncep_post.v8.0.27e
git checkout ncep_post_gtg.v1.1.9
git checkout ncep_post_gtg.v1.1.10
cd ${topdir}
else
echo 'Skip. Directory gfs_post.fd already exists.'
Expand Down

0 comments on commit b1dcb4f

Please sign in to comment.