Skip to content

Commit

Permalink
Update main_v6.0-ref after dtcenter/METplotpy#477 (#2805)
Browse files Browse the repository at this point in the history
* Removing item that was Closed As Not Planned and not completed for this release

* update timeline to include actual date of rc1 release

* fix typo

* Updated HERA information

* Resolving error

* Updated jet and hera

* prevent error in the command to pull the changelog file when it does not exist yet

* added entry to update truth change log: main_v6.0 dtcenter/METplotpy#477

---------

Co-authored-by: Julie Prestopnik <[email protected]>
Co-authored-by: George McCabe <[email protected]>
Co-authored-by: metplus-bot <[email protected]>
  • Loading branch information
4 people authored Nov 21, 2024
1 parent e8bd986 commit d6d462b
Show file tree
Hide file tree
Showing 5 changed files with 31 additions and 30 deletions.
1 change: 1 addition & 0 deletions .github/update_truth_change_log.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
[20241121_00:35:58 main_v6.0] dtcenter/METplotpy#477 - dtcenter/METplotpy#477 appears to have caused differences in an output image that is not noticeable upon visual review
2 changes: 1 addition & 1 deletion .github/workflows/update_truth.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
# get truth change log from *-ref branch
cmd="git checkout origin/${branch_name}-ref -- ${change_log_path}"
echo $cmd
$cmd
$cmd || true
# create or append to file to track truth data changes
# and ensure that PR merge into *-ref branch triggered testing workflow
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ release. Open the following URL in a browser:
* If you are creating a beta1 release, add development timeline
information with approximate dates for planned development cycles.

* For other development releaes, edit the actual release dates and planned
* For other development release, edit the actual release dates and planned
release dates for future development cycles, as needed.

* Commit changes and push to GitHub.
52 changes: 27 additions & 25 deletions docs/Users_Guide/existing_builds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -213,13 +213,14 @@ in the
.. dropdown:: HERA

| **NOAA MACHINE HERA**
| *Last updated: October 21, 2024*
| *Last updated: November 20, 2024*
| *Compiler and version: Intel oneAPI 2022.0.2*
* **METplus-6.0.0-beta6**
* **METplus-6.0.0-rc1**

* METplus-6.0.0-beta6 Installation
* METplus-6.0.0-rc1 Installation

* /contrib/METplus/METplus-6.0.0-beta6
* /contrib/METplus/METplus-6.0.0-rc1

* METplus-6.0 Sample Data

Expand All @@ -235,39 +236,39 @@ in the
module load intel/2022.1.2
module use /contrib/METplus/modulefiles
module load metplus/6.0.0-beta6
module load metplus/6.0.0-rc1
* **MET-12.0.0-beta6**
* **MET-12.0.0-rc1**

* MODULES:

.. code-block:: ini
module load intel/2022.1.2
module use -a /contrib/met/modulefiles/
module load met/12.0.0-beta6
module load met/12.0.0-rc1
* **METcalcpy-3.0.0-beta6 / METplotpy-3.0.0-beta6**
* **METcalcpy-3.0.0-rc1 / METplotpy-3.0.0-rc1**

* MODULES:

.. code-block:: ini
module load intel/2022.1.2
module use /contrib/METcalcpy/modulefiles
module load metcalcpy/3.0.0-beta6
module load metcalcpy/3.0.0-rc1
module use /contrib/METplotpy/modulefiles
module load metplotpy/3.0.0-beta6
module load metplotpy/3.0.0-rc1
* **METdataio-3.0.0-beta6**
* **METdataio-3.0.0-rc1**

* MODULES:

.. code-block:: ini
module load intel/2022.1.2
module use /contrib/METdataio/modulefiles
module load metdataio/3.0.0-beta6
module load metdataio/3.0.0-rc1
.. dropdown:: HERCULES

Expand Down Expand Up @@ -390,13 +391,14 @@ in the
.. dropdown:: JET

| **NOAA MACHINE JET**
| *Last updated: October 23, 2024*
| *Last updated: November 20, 2024*
| *Compiler and version: Intel oneAPI 2022.0.2*
* **METplus-6.0.0-beta6**
* **METplus-6.0.0-rc1**

* METplus-6.0.0-beta6 Installation
* METplus-6.0.0-rc1 Installation

* /contrib/met/METplus/METplus-6.0.0-beta6
* /contrib/met/METplus/METplus-6.0.0-rc1

* METplus-6.0 Sample Data

Expand All @@ -413,11 +415,11 @@ in the
module load wgrib2/3.1.2_wmo
module load R/4.0.2
module use /contrib/met/modulefiles
module load met/12.0.0-beta6
module load met/12.0.0-rc1
module use /contrib/met/METplus/modulefiles
module load metplus/6.0.0-beta6
module load metplus/6.0.0-rc1
* **METv12.0.0-beta6**
* **METv12.0.0-rc1**

* MODULES:

Expand All @@ -426,29 +428,29 @@ in the
module load intel/2022.1.2
module load contrib
module use /contrib/met/modulefiles
module load met/12.0.0-beta6
module load met/12.0.0-rc1
* **METcalcpy-3.0.0-beta6 / METplotpy-3.0.0-beta6**
* **METcalcpy-3.0.0-rc1 / METplotpy-3.0.0-rc1**

* MODULES:

.. code-block:: ini
module load intel/2022.1.2
module use /contrib/met/METcalcpy/modulefiles
module load metcalcpy/3.0.0-beta6
module load metcalcpy/3.0.0-rc1
module use /contrib/met/METplotpy/modulefiles
module load metplotpy/3.0.0-beta6
module load metplotpy/3.0.0-rc1
* **METdataio-3.0.0-beta6**
* **METdataio-3.0.0-rc1**

* MODULES:

.. code-block:: ini
module load intel/2022.1.2
module use /contrib/met/METdataio/modulefiles
module load metdataio/3.0.0-beta6
module load metdataio/3.0.0-rc1
.. dropdown:: GAEA

Expand Down
4 changes: 1 addition & 3 deletions docs/Users_Guide/release-notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ is broken down into the following development cycles for each component:
4. **Beta4** releases for the METplus components occurred around 2024-04-17.
5. **Beta5** releases for the METplus components occurred around 2024-07-10.
6. **Beta6** releases for the METplus components occurred around 2024-10-18.
7. **Release Candidate 1** releases are tentatively scheduled for 2024-11-13.
7. **Release Candidate 1** for the METplus components occurred around 2024-11-14.
8. **Official Release** releases are tentatively scheduled for 2024-12-11.

.. include:: existing_builds.rst
Expand Down Expand Up @@ -62,8 +62,6 @@ METplus Version 6.0.0 RC 1 Release Notes (2024-11-13)

.. dropdown:: Bugfix

* Check the return status of the "make clean html" command in build_documentation.
(`#2034 <https://github.com/dtcenter/METplus/issues/2034>`_)
* Fix StatAnalysis to set `fcst_lev` config variable instead of `fcst_level`
(`#2742 <https://github.com/dtcenter/METplus/issues/2742>`_)
* Fix PCPCombine derive mode to properly set field info wrt valid time
Expand Down

0 comments on commit d6d462b

Please sign in to comment.