Skip to content

Commit fb34823

Browse files
Fix environment variable name in global_cycle.orion.lua
Fixes #123
1 parent 2f19a61 commit fb34823

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modulefiles/fv3gfs/global_cycle.orion.lua

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ load(pathJoin("hpc", hpc_ver))
1010
hpc_intel_ver=os.getenv("hpc_intel_ver") or "2018.4"
1111
load(pathJoin("hpc-intel", hpc_intel_ver))
1212

13-
hpc_intel_ver=os.getenv("hpc_impi_ver") or "2018.4"
13+
hpc_impi_ver=os.getenv("hpc_impi_ver") or "2018.4"
1414
load(pathJoin("hpc-impi", hpc_impi_ver))
1515

1616
w3nco_ver=os.getenv("w3nco_ver") or "2.4.1"

0 commit comments

Comments
 (0)