ESCOMP / ESCOMP/FV3GFS_interface
NCEPLIBS_DIR undefined
- Dominant language
- Python
- Stars
- 0
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
buildnml dies with error
NCEPLIBS_DIR = os.environ.get("NCEPLIBS_DIR")
if NCEPLIBS_DIR is None:
raise SystemExit("ERROR: must set NCEPLIBS_DIR environment variable")
Because newer versions of NCEPLIBS do not define this variable. We need to find another method or request that this variable be defined.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.