Skip to content

Commit

Permalink
update gsi_hera.intel.lua for gdas-validation
Browse files Browse the repository at this point in the history
  • Loading branch information
RussTreadon-NOAA committed Dec 15, 2023
1 parent 41d1be9 commit 6df19fc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modulefiles/gsi_hera.intel.lua
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,13 @@ load(pathJoin("cmake", cmake_ver))
load("gsi_common")
load(pathJoin("prod_util", prod_util_ver))

unload("crtm/2.4.0")
setenv("crtm_ROOT","/scratch1/NCEPDEV/da/Emily.Liu/JEDI-GDAS/crtm-v2.4.1-jedi.1-intel/build")
setenv("crtm_VERSION","2.4.1-jedi.1")
setenv("CRTM_INC","/scratch1/NCEPDEV/da/Emily.Liu/JEDI-GDAS/crtm-v2.4.1-jedi.1-intel/build/module/crtm/Intel/2021.5.0.20211109")
setenv("CRTM_LIB","/scratch1/NCEPDEV/da/Emily.Liu/JEDI-GDAS/crtm-v2.4.1-jedi.1-intel/build/lib/libcrtm_static.a")
setenv("CRTM_FIX","/scratch1/NCEPDEV/da/Cory.R.Martin/GDASApp/fix/crtm/2.4.0")

pushenv("CFLAGS", "-xHOST")
pushenv("FFLAGS", "-xHOST")

Expand Down

0 comments on commit 6df19fc

Please sign in to comment.