Skip to content

Commit

Permalink
Update obsproc to v1.1.2 (#1293)
Browse files Browse the repository at this point in the history
Update HOMEobsproc path in config.base to new v1.1.2 package version.

Refs #1291
  • Loading branch information
KateFriedman-NOAA committed Jan 31, 2023
1 parent 3cbca7d commit a9ab1e7
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 @@ -77,7 +77,7 @@ export MODE="@MODE@" # cycled/forecast-only
export FIXgsi="${HOMEgfs}/fix/gsi"
export HOMEfv3gfs="${HOMEgfs}/sorc/fv3gfs.fd"
export HOMEpost="${HOMEgfs}"
export HOMEobsproc="${BASE_GIT}/obsproc/v1.0.2"
export HOMEobsproc="${BASE_GIT}/obsproc/v1.1.2"

# CONVENIENT utility scripts and other environment parameters
export NCP="/bin/cp -p"
Expand Down
2 changes: 1 addition & 1 deletion parm/config/config.base.nco.static
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export REALTIME="YES"
export FIXgsi="$HOMEgfs/fix/gsi"
export HOMEfv3gfs="$HOMEgfs/sorc/fv3gfs.fd"
export HOMEpost="$HOMEgfs"
export HOMEobsproc="/lfs/h1/ops/prod/packages/obsproc.v1.0.2"
export HOMEobsproc="/lfs/h1/ops/prod/packages/obsproc.v1.1.2"

# CONVENIENT utility scripts and other environment parameters
export NCP="/bin/cp -p"
Expand Down

0 comments on commit a9ab1e7

Please sign in to comment.