-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
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
Add MET v12.0.0 and METplus v6.0.0 #509
Add MET v12.0.0 and METplus v6.0.0 #509
Conversation
Should
|
…kages/metplus/package.py
|
@rickgrubin-noaa No, the gsi-addon needs to stay at 3.1.1/9.1.3 until the global workflow updates to a newer verification system. A slightly longer answer: the METplus API completely changed between version 3 and version 4, so our existing verification package would need a complete overhaul. There is a new verification system in operational GFS v16 called EVS, but it is not yet supported on any of the research platforms nor by the develop version of the global workflow. I am not sure when this will be brought into the global workflow, but it probably needs to be soon. |
… feature/met12_metplus6
… feature/met12_metplus6
depends_on("[email protected]:", when="@6.0.0", type=("run")) | ||
depends_on("met@12:+python", when="@6.0.0", type=("run")) | ||
depends_on("met+python", type=("run")) | ||
# https://metplus.readthedocs.io/en/main_v6.0/Users_Guide/installation.html | ||
depends_on("[email protected]:", when="@6.0.0") | ||
depends_on("netcdf-c") | ||
depends_on("[email protected]:", when="@6.0.0", type=("run")) | ||
depends_on("py-python-dateutil", type=("run")) | ||
|
||
depends_on("[email protected]:", when="@6.0.0 +makeplots", type=("run")) | ||
depends_on("py-cartopy", when="+makeplots", type=("run")) | ||
depends_on("[email protected]", when="@6.0.0 +cycloneplotter", type=("run")) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why not '@6:' for all of these, since I'm assuming it won't just be for the one release?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, let me change that
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
done
…ages/metplus/package.py
Corresponding spack develop PR: spack#49120 |
Description
This PR adds
[email protected]
and[email protected]
. Credits to @rickgrubin-noaa (cherry-picked add met@12 and metplus@6) for the original set of changes.These new versions were tested by a NRL colleaguge using a spack-stack installation based on PR JCSDA/spack-stack#1481 on Nautilus.