Open platipodium opened 1 year ago
But the string is correctly present in $ESMFMKFILE
$> grep ESMF_VERSION_MAJOR $ESMFMKFILE
ESMF_VERSION_MAJOR=8
So (once again!!!!) environment information is not correctly passed into NEMS.
Workaround, set the variable in your environment explicitly:
export ESMF_MAJOR_VERSION=8
This is related to (or the cause of #89 )