We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mkmapdata.sh stops with a module load error in this line: module load esmf_libs/$esmfvers
module load esmf_libs/$esmfvers
CTSM version you are using: ctsm5.1.dev021
Does this bug cause significantly incorrect results in the model's science? No
Configurations affected: mkmapdata only
Workaround: Reverse the order of these two lines
module load esmf_libs/$esmfvers module load intel/$intelvers
to
module load intel/$intelvers module load esmf_libs/$esmfvers
The text was updated successfully, but these errors were encountered:
Reverse order of modules as given in ESCOMP#1255
8cd3464
ekluzek
Successfully merging a pull request may close this issue.
Brief summary of bug
mkmapdata.sh stops with a module load error in this line:
module load esmf_libs/$esmfvers
General bug information
CTSM version you are using: ctsm5.1.dev021
Does this bug cause significantly incorrect results in the model's science? No
Configurations affected: mkmapdata only
Details of bug
Workaround:
Reverse the order of these two lines
to
The text was updated successfully, but these errors were encountered: