From 832a511062e3e13b6dd088c54f7bc2fd322201fa Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 21 Sep 2022 14:04:59 -0600 Subject: [PATCH 1/6] Per #2266, add release notes for met-11.0.0-beta3. --- docs/Users_Guide/release-notes.rst | 26 ++++++++++++++++++++++++++ docs/conf.py | 4 ++-- 2 files changed, 28 insertions(+), 2 deletions(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index c0b49b5e17..eaa71cc65a 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -5,6 +5,32 @@ When applicable, release notes are followed by the GitHub issue number which des enhancement, or new feature (`MET GitHub issues `_). Important issues are listed **in bold** for emphasis. +MET Version 11.0.0-beta3 release notes (20220921) +------------------------------------------------- + +* Repository and build: + + * Restructure the MET Dockerfiles to create images based on the new METbaseimage (`#2196 `_). + * Add .zenodo.json file to add metadata about releases (`#2198 `_). + +* Bugfixes: + + * Fix the truncated station_id name in the output from IODA2NC (`#2216 `_). + * Fix oom() compile time linker error (`#2238 `_). + * Store unspecified accumulation interval as 0 rather than bad data (`#2250 `_). + +* Enhancements: + + * **Remove ensemble post-processing from the Ensemble-Stat tool** (`#1908 `_). + * **Enhance Point-Stat to compute SEEPS for point observations and write new SEEPS and SEEPS_MPR STAT line types** (`#1942 `_). + * **Add the fair CRPS statistic to the ECNT line type in a new CRPS_EMP_FAIR column** (`#2206 `_). + * Update map data with more recent NaturalEarth definitions (`#2207 `_). + * Define new grid class to store semi-structured grid information (e.g. lat or lon vs level or time) (`#1954 `_). + * Add support for EPA AirNow ASCII data in ASCII2NC (`#2142 `_). + * Add tmp_dir configuration option to the Plot-Point-Obs tool (`#2237 `_). + * Refine NetCDF level string handling logic to always interpret @ strings as values (`#2225 `_). + * Add support for reading National Blend Model GRIB2 data (`#2055 `_). + MET Version 11.0.0-beta2 release notes (20220809) ------------------------------------------------- diff --git a/docs/conf.py b/docs/conf.py index 9f66d4970b..d7086ba2fb 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -20,11 +20,11 @@ project = 'MET' author = 'UCAR/NCAR, NOAA, CSU/CIRA, and CU/CIRES' author_list = 'Opatz, J., T. Jensen, J. Prestopnik, H. Soh, L. Goodrich, B. Brown, R. Bullock, J. Halley Gotway, K. Newman' -version = '11.0.0-beta2' +version = '11.0.0-beta3' verinfo = version release = f'{version}' release_year = '2022' -release_date = f'{release_year}-08-09' +release_date = f'{release_year}-09-21' copyright = f'{release_year}, {author}' # -- General configuration --------------------------------------------------- From fb3a9c66ce4a17ab6638a3fb535bebc9083521dc Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 21 Sep 2022 14:12:29 -0600 Subject: [PATCH 2/6] Per #2266, add METbaseimage issues to the beta3 release notes. --- docs/Users_Guide/release-notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index eaa71cc65a..736ede44e4 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -10,6 +10,8 @@ MET Version 11.0.0-beta3 release notes (20220921) * Repository and build: + * Add initial files to create the MET compilation environment in the dtcenter/met-base Docker image (`dtcenter/METbaseimage#1 `_). + * Update the METbaseimage to install Python 3.8.6 from source (`dtcenter/METbaseimage#3 `_). * Restructure the MET Dockerfiles to create images based on the new METbaseimage (`#2196 `_). * Add .zenodo.json file to add metadata about releases (`#2198 `_). From 645cc25586773c944cd1a7efbe0dd12e8346be00 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 21 Sep 2022 14:15:23 -0600 Subject: [PATCH 3/6] Per #2266, add ensemble post-processing warning. --- docs/Users_Guide/release-notes.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 736ede44e4..bfa244ddb3 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -8,6 +8,8 @@ Important issues are listed **in bold** for emphasis. MET Version 11.0.0-beta3 release notes (20220921) ------------------------------------------------- +.. warning:: **Ensemble post-processing has moved from Ensemble-Stat to Gen-Ens-Prod (`#1908 `_)!** + * Repository and build: * Add initial files to create the MET compilation environment in the dtcenter/met-base Docker image (`dtcenter/METbaseimage#1 `_). From b43ec5752313e8395481dac6382263094baef697 Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 21 Sep 2022 14:31:19 -0600 Subject: [PATCH 4/6] Per #2266, tweak release notes warning message. --- docs/Users_Guide/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index bfa244ddb3..252ac5231c 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -8,7 +8,7 @@ Important issues are listed **in bold** for emphasis. MET Version 11.0.0-beta3 release notes (20220921) ------------------------------------------------- -.. warning:: **Ensemble post-processing has moved from Ensemble-Stat to Gen-Ens-Prod (`#1908 `_)!** +.. warning:: **Ensemble post-processing was added to Gen-Ens-Prod in version 10.1.0 and will be *removed* from Ensemble-Stat in version 11.0.0!** * Repository and build: From 86dcb81a8d1e01b285289c33f1ced37262bf688b Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 21 Sep 2022 15:57:34 -0600 Subject: [PATCH 5/6] Per #2266, update beta2 release notes for one issue that we missed previously. --- docs/Users_Guide/release-notes.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 252ac5231c..08e0730944 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -52,6 +52,7 @@ MET Version 11.0.0-beta2 release notes (20220809) * Add a sum option to the time summaries computed by the point pre-processing tools (`#2204 `_). * Refine warning/error messages when parsing thresholds (`#2211 `_). * Add "station_ob" to metadata_map as a message_type metadata variable for ioda2nc (`#2215 `_). + * MET: Add a timestamp to the log output at the beginning and end of each MET tool run (`dtcenter/METplus-Internal#18 `_). * MET: Add the user ID and the command line being executed to the log output at beginning and end of each MET tool run (`dtcenter/METplus-Internal#19 `_). * MET: Enhance MET to have better signal handling for shutdown events (`dtcenter/METplus-Internal#21 `_). From c8f078d2bcc263310817fd4d4650a4c452f5cf7d Mon Sep 17 00:00:00 2001 From: John Halley Gotway Date: Wed, 21 Sep 2022 15:58:56 -0600 Subject: [PATCH 6/6] Tweak warning --- docs/Users_Guide/release-notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/Users_Guide/release-notes.rst b/docs/Users_Guide/release-notes.rst index 08e0730944..35022c5d48 100644 --- a/docs/Users_Guide/release-notes.rst +++ b/docs/Users_Guide/release-notes.rst @@ -8,7 +8,7 @@ Important issues are listed **in bold** for emphasis. MET Version 11.0.0-beta3 release notes (20220921) ------------------------------------------------- -.. warning:: **Ensemble post-processing was added to Gen-Ens-Prod in version 10.1.0 and will be *removed* from Ensemble-Stat in version 11.0.0!** +.. warning:: **Ensemble post-processing was added to Gen-Ens-Prod in version 10.1.0 and will be removed from Ensemble-Stat in version 11.0.0!** * Repository and build: