Skip to content

Commit

Permalink
Update with develop
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA committed Nov 30, 2023
1 parent bbcb3a2 commit 9634fff
Show file tree
Hide file tree
Showing 9 changed files with 0 additions and 35 deletions.
4 changes: 0 additions & 4 deletions modulefiles/tasks/gaea-c5/plot_allvars.local.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
--unload("python")
--prepend_path("MODULEPATH","/lustre/f2/dev/role.epic/contrib/C5/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
--setenv("SRW_ENV", "regional_workflow")
load("conda")
setenv("SRW_ENV", "srw_graphics")
4 changes: 0 additions & 4 deletions modulefiles/tasks/gaea-c5/python_srw.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
--unload("python")
--prepend_path("MODULEPATH","/lustre/f2/dev/role.epic/contrib/C5/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
--setenv("SRW_ENV", "workflow_tools")
unload("miniconda3")
load("conda")
setenv("SRW_ENV", "srw_app")
4 changes: 0 additions & 4 deletions modulefiles/tasks/gaea/plot_allvars.local.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
--unload("python")
--prepend_path("MODULEPATH","/lustre/f2/dev/role.epic/contrib/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
--setenv("SRW_ENV", "regional_workflow")
load("conda")
setenv("SRW_ENV", "srw_graphics")
4 changes: 0 additions & 4 deletions modulefiles/tasks/gaea/python_srw.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
--unload("python")
--prepend_path("MODULEPATH","/lustre/f2/dev/role.epic/contrib/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
--setenv("SRW_ENV", "workflow_tools")
load("conda")
setenv("SRW_ENV", "srw_app")
4 changes: 0 additions & 4 deletions modulefiles/tasks/hera/plot_allvars.local.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
--unload("python")
--prepend_path("MODULEPATH","/scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
--setenv("SRW_ENV", "regional_workflow")
load("conda")
setenv("SRW_ENV", "srw_graphics")
4 changes: 0 additions & 4 deletions modulefiles/tasks/jet/plot_allvars.local.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
--unload("python")
--prepend_path("MODULEPATH","/mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
--setenv("SRW_ENV", "regional_workflow")
load("conda")
setenv("SRW_ENV", "srw_graphics")
4 changes: 0 additions & 4 deletions modulefiles/tasks/jet/python_srw.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
--unload("python")
--prepend_path("MODULEPATH","/mnt/lfs4/HFIP/hfv3gfs/role.epic/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
--setenv("SRW_ENV", "workflow_tools")
load("conda")
setenv("SRW_ENV", "srw_app")
4 changes: 0 additions & 4 deletions modulefiles/tasks/noaacloud/python_srw.lua
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
--unload("python")
--append_path("MODULEPATH","/contrib/EPIC/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
--setenv("SRW_ENV", "workflow_tools")
load("conda")
setenv("SRW_ENV", "srw_app")
3 changes: 0 additions & 3 deletions modulefiles/wflow_hera.lua
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ whatis([===[Loads libraries needed for running the UFS SRW App on Hera ]===])

load("rocoto")
load("set_pythonpath")
--unload("python")
--prepend_path("MODULEPATH","/scratch1/NCEPDEV/nems/role.epic/miniconda3/modulefiles")
--load(pathJoin("miniconda3", os.getenv("miniconda3_ver") or "4.12.0"))
load("conda")

if mode() == "load" then
Expand Down

0 comments on commit 9634fff

Please sign in to comment.