hafs-community / HAFS

Hurricane Analysis and Forecast System
Other
29 stars 54 forks source link

HAFS application cannot run on Orion due to the changed hpc-stack installation area #226

Closed BinLiu-NOAA closed 10 months ago

BinLiu-NOAA commented 10 months ago

Description

See discussion #225. Reported by @DanWu85 and other developers.

The following path: prepend_path("MODULEPATH", "/work/noaa/epic-ps/hpc-stack/libs/intel/2022.1.2/modulefiles/stack") no longer exists due to the closed project 'epic-ps'.

@natalie-perlin identified another hps-stack installation location, which has very close version of modules prepend_path("MODULEPATH", "/work/noaa/epic/role-epic/contrib/orion/hpc-stack/intel-2022.1.2/modulefiles/stack") The flollowing two modules also need to be updated in modulefiles/hafs.orion.lua. fms_ver=os.getenv("fms_ver") or "2022.04" bufr_ver=os.getenv("bufr_ver") or "11.7.0"

To Reproduce:

Try HAFS application/workflow on Orion, the workflow will not run due to the missing modulefile location.

Additional context