Skip to content

Commit

Permalink
Changes for 4.1.0-beta1 release (#1027)
Browse files Browse the repository at this point in the history
* changed version for beta1 release

* added release notes for 4.1.0-beta1

* removed unnecessary arguments to run_metplus.py

* removed release notes item that is pushed to next beta

* added line breaks between sections

* added OMI and RMM use cases
  • Loading branch information
georgemccabe authored Jul 22, 2021
1 parent d9e0711 commit 22aeede
Show file tree
Hide file tree
Showing 3 changed files with 46 additions and 10 deletions.
42 changes: 39 additions & 3 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,50 @@ Release Notes - Development Release
* METdatadb - No Development Releases
* METexpress - No Development Releases
* `METplus Wrappers <https://metplus.readthedocs.io/en/develop/Users_Guide/release-notes.html>`__


METplus Wrappers Release Notes
------------------------------

When applicable, release notes are followed by the GitHub issue number which
describes the bugfix, enhancement, or new feature:
https://github.com/dtcenter/METplus/issues

METplus Version |version| release notes (|release_date|)
--------------------------------------------------------
METplus Version 4.1.0-beta1 Release Notes (2021-07-21)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Enhancements:

* **Improve logic of TCPairs wrapper** (`#749 <https://github.com/dtcenter/METplus/issues/749>`_)
* **Add support for probability field threshold in SeriesAnalysis** (`#875 <https://github.com/dtcenter/METplus/issues/875>`_)
* **Add support for extra field options in RegridDataPlane wrapper** (`#924 <https://github.com/dtcenter/METplus/issues/924>`_)
* **Improvements to TCMPRPlotter wrapper logging and output control** (`#926 <https://github.com/dtcenter/METplus/issues/926>`_)
* **Improve PCPCombine derive mode logic to skip lookback** (`#928 <https://github.com/dtcenter/METplus/issues/928>`_)
* **Update CyclonePlotter for offline/HPC usage** (`#933 <https://github.com/dtcenter/METplus/issues/933>`_)
* **Update GenVxMask wrapper to require setting -type** (`#960 <https://github.com/dtcenter/METplus/issues/960>`_)
* **Enhance TCPairs to loop by valid time and allow looping when LOOP_ORDER = processes** (`#986 <https://github.com/dtcenter/METplus/issues/986>`_)
* **Enhance UserScript to get a list of files that match the run times instead of using a wildcard** (`#1002 <https://github.com/dtcenter/METplus/issues/1002>`_)


* New Wrappers:

* **GFDLTracker**


* New Use Cases:

* Marine and Coastal: GridStat_fcstRTOFS_obsOSTIA_iceCover (`#834 <https://github.com/dtcenter/METplus/issues/834>`_)
* met_tool_wrapper: GFDLTracker_TC (`#615 <https://github.com/dtcenter/METplus/issues/615>`_)
* Seasonal to Subseasonal: UserScript_fcstGFS_obsERA_OMI
* Seasonal to Subseasonal: UserScript_fcstGFS_obsERA_PhaseDiagram
* Seasonal to Subseasonal: UserScript_fcstGFS_obsERA_RMM


* Internal:

* Improve approach to obtain additional python packages needed for some use cases (`#839 <https://github.com/dtcenter/METplus/issues/839>`_)

METplus Version 4.0.0 Release Notes (2021-05-10)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

* Bugfixes:

Expand Down
12 changes: 6 additions & 6 deletions docs/Users_Guide/systemconfiguration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -534,8 +534,8 @@ Example Wrapper Use Case
* Run the Example Wrapper use case. In a terminal, run::

run_metplus.py \
-c /path/to/METplus/parm/use_cases/met_tool_wrapper/Example/Example.conf \
-c /path/to/user_system.conf
/path/to/METplus/parm/use_cases/met_tool_wrapper/Example/Example.conf \
/path/to/user_system.conf

replacing **/path/to/user_system.conf** with the path to the
user configuration file and
Expand Down Expand Up @@ -577,8 +577,8 @@ GridStat Wrapper Basic Use Case
* Run the GridStat Wrapper basic use case. In a terminal, run::

run_metplus.py \
-c /path/to/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf \
-c /path/to/user_system.conf
/path/to/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf \
/path/to/user_system.conf

replacing **/path/to/user_system.conf** with the path to the
user configuration file and
Expand Down Expand Up @@ -2663,8 +2663,8 @@ Validate Config Helper Script

The script named validate_config.py is found in the same directory as run_metplus.py. To use this script, call it with the same arguments as run_metplus.py::

run_metplus.py -c ./my_conf.py -c ./another_config.py
validate_config.py -c ./my_conf.py -c ./another_config.py
run_metplus.py ./my_conf.py ./another_config.py
validate_config.py ./my_conf.py ./another_config.py

You must pass a valid configuration to the script, as in you must properly set :term:`MET_INSTALL_DIR`, :term:`INPUT_BASE`, and :term:`OUTPUT_BASE`, or it will not run.

Expand Down
2 changes: 1 addition & 1 deletion metplus/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.1.0-beta1-dev
4.1.0-beta1

0 comments on commit 22aeede

Please sign in to comment.