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. |
| 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.
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.
True, let me change that
…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.