Skip to content

Commit

Permalink
Updated to include the new prepobs package. NOAA-EMC#138
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidHuber-NOAA committed Oct 7, 2022
1 parent 8a6c0df commit bd9fc79
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions env/S4.env
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ if [[ ${step} = "prep" || ${step} = "prepbufr" ]]; then
export POE="NO"
export BACK="NO"
export sys_tp="S4"
export launcher_PREP="srun"

elif [[ ${step} = "waveinit" || ${step} = "waveprep" || ${step} = "wavepostsbs" || ${step} = "wavepostbndpnt" || ${step} = "wavepostbndpntbll" || ${step} = "wavepostpnt" ]]; then

Expand Down
3 changes: 3 additions & 0 deletions modulefiles/module_base.s4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -45,4 +45,7 @@ load(pathJoin("miniconda", "3.8-s4"))

load(pathJoin("cdo", "1.9.8"))

prepend_path("MODULEPATH", pathJoin("/data/prod/glopara/git/prepobs/v1.0.1/modulefiles"))
load(pathJoin("prepobs", "1.0.1"))

whatis("Description: GFS run environment")

0 comments on commit bd9fc79

Please sign in to comment.