Skip to content

Commit

Permalink
Fix environment variable name in global_cycle.orion.lua
Browse files Browse the repository at this point in the history
Fixes #123
  • Loading branch information
GeorgeGayno-NOAA committed Mar 15, 2022
1 parent 2f19a61 commit fb34823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modulefiles/fv3gfs/global_cycle.orion.lua
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ load(pathJoin("hpc", hpc_ver))
hpc_intel_ver=os.getenv("hpc_intel_ver") or "2018.4"
load(pathJoin("hpc-intel", hpc_intel_ver))

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

w3nco_ver=os.getenv("w3nco_ver") or "2.4.1"
Expand Down

0 comments on commit fb34823

Please sign in to comment.