Skip to content

Commit

Permalink
Added Fit2Obs to S4. #1489 (#1497)
Browse files Browse the repository at this point in the history
Adds Fit2Obs support for S4 by adding the module use/load commands to the module_base.s4.lua modulefile.

Fixes #1489.
  • Loading branch information
DavidHuber-NOAA authored Apr 21, 2023
1 parent fb23652 commit 7db7049
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions modulefiles/module_base.s4.lua
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,7 @@ setenv("WGRIB2","wgrib2")
prepend_path("MODULEPATH", pathJoin("/data/prod/glopara/git/prepobs/v1.0.1/modulefiles"))
load(pathJoin("prepobs", "1.0.1"))

prepend_path("MODULEPATH", pathJoin("/data/prod/glopara/git/Fit2Obs/v1.0.0/modulefiles"))
load(pathJoin("fit2obs", "1.0.0"))

whatis("Description: GFS run environment")

0 comments on commit 7db7049

Please sign in to comment.