I have been trying to compile SR-Weather on Stampede 2 following the instructions at https://github.com/ywangwof/ufs-srweather-app/wiki/Getting-Started-on-Stampede. I started with installing NCEPLIBS-external and NCEPLIBS following https://github.com/NOAA-EMC/NCEPLIBS-external/blob/develop/doc/README_stampede_intel.txt, using the latest repository of these two packages. However, after installing these two packages and get back to the instructions of SR-Weather, I was not able to find the NCEPLIBS and ESMF modules as instructed below:
module use -a /path/to/NCEPLIBS/library/modules
module load NCEPLIBS/2.0.0
module load esmf/8.0.0
These two modules are not included in the NCEPLIBS/modules folder. Below is a list of all the modules in that folder:
ls modules/
bacio crtm g2c gfsio ip2 nemsio sfcio sp w3emc wgrib2
bufr g2 g2tmpl ip landsfcutil nemsiogfs sigio upp w3nco wrf_io
Was my installation of NCEPLIBS/NCEPLIBS-external incomplete? I didn't see any error messages in the make log or the deploy log. Also, there is no "deploy" command associated with NCEPLIBS-external in the instruction above, and ESMF is part of NCEPLIBS-external.
Thank you for your help!