Skip to content

Commit

Permalink
Per #2891, updating orion information
Browse files Browse the repository at this point in the history
  • Loading branch information
jprestop committed Feb 11, 2025
1 parent 0297d5a commit 9e0a312
Showing 1 changed file with 12 additions and 11 deletions.
23 changes: 12 additions & 11 deletions docs/Users_Guide/existing_builds.rst
Original file line number Diff line number Diff line change
Expand Up @@ -332,33 +332,34 @@ in the
.. dropdown:: ORION

| **NOAA MACHINE ORION (MANAGED BY MSU)**
| *Last updated: October 30, 2024*
| *Last updated: February 11, 2025*
| *Compiler and version: Intel oneAPI 2022.2.1*
* **METplus-6.0.0-beta6**
* **METplus-6.0.0**

* METplus-6.0 Sample Data

* /work/noaa/ovp/jprestop/METplus/METplus-6.0_sample_data

* To use METplus run: Users should create a file like /work/noaa/ovp/user_name/METplus/orion.role-ovp.conf
* To use METplus run: Users should create a file like /work/noaa/ovp/jprestop/METplus/orion.role-ovp.conf
to set a personalized INPUT_BASE and OUTPUT_BASE.

.. code-block:: ini
module load contrib
module load metplus/6.0.0-beta6
module load metplus/6.0.0
* **MET-12.0.0-beta6**
* **MET-12.0.0**

* MODULES:

.. code-block:: ini
module load contrib
module load intel-oneapi-compilers/2022.2.1
module load met/12.0.0-beta6
module load met/12.0.0
* **METcalcpy-3.0.0-beta6 / METplotpy-3.0.0-beta6**
* **METcalcpy-3.0.0 / METplotpy-3.0.0**

* MODULES:

Expand All @@ -367,8 +368,8 @@ in the
module load contrib
module load intel-oneapi-compilers/2022.2.1
module use /apps/contrib/modulefiles
module load metcalcpy/3.0.0-beta6
module load metplotpy/3.0.0-beta6
module load metcalcpy/3.0.0
module load metplotpy/3.0.0
* PIP INSTALL

Expand All @@ -381,7 +382,7 @@ in the
python -m pip install --user netcdf4
python -m pip install --user h5netcdf
* **METdataio-3.0.0-beta6**
* **METdataio-3.0.0**

* MODULES:

Expand All @@ -390,7 +391,7 @@ in the
module load contrib
module load intel-oneapi-compilers/2022.2.1
module use /apps/contrib/modulefiles
module load metdataio/3.0.0-beta6
module load metdataio/3.0.0
.. dropdown:: JET

Expand Down

0 comments on commit 9e0a312

Please sign in to comment.