Skip to content

Commit

Permalink
Update commented out prepobs MODULEPATH for Orion
Browse files Browse the repository at this point in the history
- set the prepobs MODULEPATH to where the install
will be when set back to official glopara space

Refs NOAA-EMC#2694
  • Loading branch information
KateFriedman-NOAA committed Jul 8, 2024
1 parent 84c298f commit e3f7297
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/module_base.orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ setenv("WGRIB2","wgrib2")
setenv("WGRIB","wgrib")
setenv("UTILROOT",(os.getenv("prod_util_ROOT") or "None"))

--prepend_path("MODULEPATH", "/work/noaa/global/glopara/git/prepobs/feature-GFSv17_com_reorg_log_update/modulefiles")
--prepend_path("MODULEPATH", pathJoin"/work/noaa/global/glopara/git/prepobs/v" .. (os.getenv("prepobs_run_ver") or "None"), "modulefiles")
prepend_path("MODULEPATH", pathJoin("/work/noaa/global/kfriedma/glopara/git/prepobs/v" .. (os.getenv("prepobs_run_ver") or "None"), "modulefiles"))
load(pathJoin("prepobs", (os.getenv("prepobs_run_ver") or "None")))

Expand Down

0 comments on commit e3f7297

Please sign in to comment.