Skip to content

Commit

Permalink
[Bug fix] Change path to JEDI bundle on Orion (#98)
Browse files Browse the repository at this point in the history
* change jedi path on orion

* change jedi path in build module
  • Loading branch information
chan-hoo authored May 17, 2024
1 parent 7fe418f commit 7582a66
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion modulefiles/build_orion_intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ setenv("FC", "mpiifort")
setenv("CMAKE_Platform", "orion.intel")

setenv("EPICHOME", "/work/noaa/epic/UFS_Land-DA")
setenv("JEDI_INSTALL", pathJoin(os.getenv("EPICHOME"),"jedi_skylabv7.0"))
setenv("JEDI_INSTALL", "/work/noaa/epic/UFS_Land-DA_Dev/jedi_v7")
2 changes: 1 addition & 1 deletion parm/land_analysis_era5_orion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workflow:
ACCOUNT: "epic"
EXP_NAME: "LETKF"
EXP_BASEDIR: "/work/noaa/epic/{USER}/landda_test"
JEDI_INSTALL: "/work/noaa/epic/UFS_Land-DA/jedi_skylabv7.0"
JEDI_INSTALL: "/work/noaa/epic/UFS_Land-DA_Dev/jedi_v7"
FORCING: "era5"
RES: "96"
FCSTHR: "24"
Expand Down
2 changes: 1 addition & 1 deletion parm/land_analysis_gswp3_orion.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ workflow:
ACCOUNT: "epic"
EXP_NAME: "LETKF"
EXP_BASEDIR: "/work/noaa/epic/{USER}/landda_test"
JEDI_INSTALL: "/work/noaa/epic/UFS_Land-DA/jedi_skylabv7.0"
JEDI_INSTALL: "/work/noaa/epic/UFS_Land-DA_Dev/jedi_v7"
FORCING: "gswp3"
RES: "96"
FCSTHR: "24"
Expand Down
2 changes: 1 addition & 1 deletion parm/run_without_rocoto.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if [ "${MACHINE}" = "hera" ]; then
export JEDI_INSTALL="/scratch2/NAGAPE/epic/UFS_Land-DA/jedi_skylabv7.0"
elif [ "${MACHINE}" = "orion" ]; then
export EXP_BASEDIR="/work/noaa/epic/chjeon/landda_test"
export JEDI_INSTALL="/work/noaa/epic/UFS_Land-DA/jedi_skylabv7.0"
export JEDI_INSTALL="/work/noaa/epic/UFS_Land-DA_Dev/jedi_v7"
fi

export RES="96"
Expand Down

0 comments on commit 7582a66

Please sign in to comment.