Skip to content

Commit

Permalink
update gsi_orion.lua to crtm/2.4.1-jedi.1
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Nov 7, 2023
1 parent a3e13da commit f6a1877
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modulefiles/gsi_orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@ load(pathJoin("cmake", cmake_ver))

load("gsi_common")

unload("crtm/2.4.0")
setenv("crtm_ROOT","/work/noaa/da/eliu/JEDI-GDAS/crtm_v2.4.1-jedi.1-intel2022/build")
setenv("crtm_VERSION","2.4.1-jedi.1")
setenv("CRTM_INC","/work/noaa/da/eliu/JEDI-GDAS/crtm_v2.4.1-jedi.1-intel2022/build/module")
setenv("CRTM_LIB","/work/noaa/da/eliu/JEDI-GDAS/crtm_v2.4.1-jedi.1-intel2022/build/lib/libcrtm_static.a")
setenv("CRTM_FIX","/work2/noaa/da/cmartin/GDASApp/fix/crtm/2.4.0")

load(pathJoin("prod_util", prod_util_ver))

pushenv("CFLAGS", "-xHOST")
Expand Down

0 comments on commit f6a1877

Please sign in to comment.