Skip to content

Commit

Permalink
Merge branch 'NOAA-EMC:develop' into IASI_debug_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
wx20jjung authored Sep 6, 2024
2 parents 45019c5 + 9f44c87 commit 3990e48
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions modulefiles/gsi_jet.intel.lua
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
help([[
]])

prepend_path("MODULEPATH", "/mnt/lfs4/HFIP/hfv3gfs/role.epic/spack-stack/spack-stack-1.6.0/envs/gsi-addon-dev-rocky8/install/modulefiles/Core")
prepend_path("MODULEPATH", "/contrib/spack-stack/spack-stack-1.6.0/envs/gsi-addon-intel/install/modulefiles/Core")

local python_ver=os.getenv("python_ver") or "3.11.6"
local stack_intel_ver=os.getenv("stack_intel_ver") or "2021.5.0"
Expand All @@ -20,6 +20,6 @@ load(pathJoin("prod_util", prod_util_ver))
pushenv("CFLAGS", "-axSSE4.2,AVX,CORE-AVX2")
pushenv("FFLAGS", "-axSSE4.2,AVX,CORE-AVX2")

pushenv("GSI_BINARY_SOURCE_DIR", "/mnt/lfs4/HFIP/hfv3gfs/glopara/git/fv3gfs/fix/gsi/20240208")
pushenv("GSI_BINARY_SOURCE_DIR", "/lfs5/HFIP/hfv3gfs/glopara/FIX/fix/gsi/20240208")

whatis("Description: GSI environment on Jet with Intel Compilers")
4 changes: 2 additions & 2 deletions regression/regression_param.sh
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ case $regtest in
topts[1]="0:05:00" ; popts[1]="40/3/" ; ropts[1]="/1"
topts[2]="0:05:00" ; popts[2]="40/5/" ; ropts[2]="/1"
elif [[ "$machine" = "Orion" ]]; then
topts[1]="0:15:00" ; popts[1]="5/4/" ; ropts[1]="/1"
topts[2]="0:15:00" ; popts[2]="10/4/" ; ropts[2]="/2"
topts[1]="0:15:00" ; popts[1]="20/6/" ; ropts[1]="/1"
topts[2]="0:15:00" ; popts[2]="20/12/" ; ropts[2]="/2"
elif [[ "$machine" = "Hercules" ]]; then
topts[1]="0:05:00" ; popts[1]="40/3/" ; ropts[1]="/1"
topts[2]="0:05:00" ; popts[2]="40/5/" ; ropts[2]="/2"
Expand Down

0 comments on commit 3990e48

Please sign in to comment.