Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions docs/Contributors_Guide/noaa_install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -277,6 +277,12 @@ package. For example, to get the latest tar files package, run:

wget https://dtcenter.ucar.edu/dfiles/code/METplus/MET/installation/tar_files.latest.tgz

.. note::

The tarfile above is compatible with the latest official release. If you are installing a
betaN or rcN release, use the URL
https://dtcenter.ucar.edu/dfiles/code/METplus/MET/installation/tar_files.met-base-develop.tgz.

Unpack the tar files package and remove the .tgz file:

.. code-block::
Expand Down
4 changes: 2 additions & 2 deletions metplus/component_versions.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'metcalcpy': '13.0.0',
'metdataio': '13.0.0',
'metviewer': '13.0.0',
'metexpress': None,
'metexpress': '13.0.0',
'metbaseimage': '3.5.5',
},
# NOTE: 7.0 will be removed once 13.0 has been tested with the next beta release
Expand All @@ -42,7 +42,7 @@
'metcalcpy': '3.2.0',
'metdataio': '3.2.0',
'metviewer': '6.2.4',
'metexpress': '6.2.8',
'metexpress': '6.2.10',
'metbaseimage': '3.4.10',
},
'6.1': {
Expand Down