Skip to content

Commit

Permalink
Per #2463, reworded language and updated Python 3.8 reference
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Jan 22, 2024
1 parent aa90419 commit 3b4d564
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
8 changes: 3 additions & 5 deletions docs/Users_Guide/appendixA.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
.. _components_python_packages:

#.. _python_requirements_table:

*********************************************
Appendix A METplus Components Python Packages
*********************************************
Expand All @@ -13,11 +11,11 @@ The information below is intended to be an overview of the Python package
requirements for METplus (including use cases), MET Python Embedding,
METcalcpy, METplotpy, and METdataio.

.. note:: Many of the Python packages listed below are OPTIONAL and not required.
.. note:: Many of the Python packages listed below are **OPTIONAL** and not required.

For information regarding the Python package requirements for each of the
METplus components, please see the documentation for the desired METplus
component listed below. Please note that the documentation for the METplus
METplus components, see the documentation links below for the desired
METplus component. Please note that the documentation for the METplus
Use Cases lists the required Python packages in the individual Use Cases
documentation.

Expand Down
15 changes: 9 additions & 6 deletions docs/Users_Guide/overview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,13 @@ researchers to test their own enhancements to models and providing a
capability for the DTC to evaluate the strengths and weaknesses of
advances in NWP prior to operational implementation.

METplus Wrappers will also be available to DTC visitors and the NOAA Unified Forecast System (UFS) and NCAR System for Integrated Modeling of the Atmosphere (SIMA) modeling communities for testing and evaluation of new model capabilities,
applications in new environments, and so on. The METplus Wrappers
release schedule is coincident with the MET release schedule and the
METplus Wrappers major release number is six less than the MET major
release number (e.g. MET 8.X is released with METplus Wrappers 2.X).
METplus Wrappers will also be available to DTC visitors and the NOAA
Unified Forecast System (UFS) and NCAR System for Integrated Modeling
of the Atmosphere (SIMA) modeling communities for testing and evaluation
of new model capabilities, applications in new environments, and so on.
The METplus Wrappers release schedule is coincident with the MET release
schedule and the METplus Wrappers major release number is six less than
the MET major release number (e.g. MET 8.X is released with METplus Wrappers 2.X).

METplus Wrappers goals and design philosophy
============================================
Expand All @@ -67,7 +69,8 @@ their verification environments. Wrappers can be run individually, or as
a group of wrappers that represent a sequence of MET processes. New
wrappers can readily be added to the METplus Wrappers package due to
this modular design. Currently, METplus Wrappers can easily be applied
by any user on their own computer platform that supports Python 3.8. We have deprecated support to Python 2.7.
by any user on their own computer platform that supports Python 3.10.
We have deprecated support to Python 2.7.

The METplus Wrappers code and documentation is maintained by the DTC in
Boulder, Colorado. METplus Wrappers is freely available to the modeling,
Expand Down

0 comments on commit 3b4d564

Please sign in to comment.