Skip to content

Commit

Permalink
revert changes to align w/v2.1.0 stable code
Browse files Browse the repository at this point in the history
  • Loading branch information
gspetro-NOAA committed Aug 10, 2023
1 parent 49c42af commit 0ea850a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/UsersGuide/source/BuildingRunningTesting/VXCases.rst
Original file line number Diff line number Diff line change
Expand Up @@ -110,28 +110,21 @@ where ``/path/to/ufs-srweather-app/ush`` is replaced by the actual path to the `
Then, edit the configuration file (``config.yaml``) to include the variables and values in the sample configuration excerpt below (variables not listed below do not need to be changed or removed). Users must be sure to substitute values in ``<>`` with values appropriate to their system.

.. note::
<<<<<<< HEAD:docs/UsersGuide/source/BuildingRunningTesting/VXCases.rst
Users working on a `Level 1 platform <https://github.com/ufs-community/ufs-srweather-app/wiki/Supported-Platforms-and-Compilers>`__ do not need to add or update the following variables: ``MET_INSTALL_DIR``, ``METPLUS_PATH``, ``MET_BIN_EXEC``, ``CCPA_OBS_DIR``, ``MRMS_OBS_DIR``, and ``NDAS_OBS_DIR``.
=======
Variables ``CCPA_OBS_DIR``, ``MRMS_OBS_DIR``, and ``NDAS_OBS_DIR`` are set in the ./ush/machine/<platform>.yaml configuration. Variables ``MET_INSTALL_DIR``, ``METPLUS_PATH``, ``MET_BIN_EXEC`` are set in modulefiles for met/xx.x.x and metplus/x.x.x, when the modules are loaded in ./modulefiles/tasks/<platform>/run_vx.local (run_vx.local.lua modulefile)
>>>>>>> f2abb865ce4e380e824dcd450e4a2ac511052bca:docs/UsersGuide/source/VXCases.rst

.. code-block:: console
user:
ACCOUNT: <my_account>
platform:
MODEL: FV3_GFS_v16_SUBCONUS_3km
<<<<<<< HEAD:docs/UsersGuide/source/BuildingRunningTesting/VXCases.rst
MET_INSTALL_DIR: /path/to/met/x.x.x # Example: MET_INSTALL_DIR: /contrib/met/10.1.1
METPLUS_PATH: /path/to/METplus/METplus-x.x.x # Example: METPLUS_PATH: /contrib/METplus/METplus-4.1.1
# Add MET_BIN_EXEC variable to config.yaml
MET_BIN_EXEC: bin
CCPA_OBS_DIR: /path/to/Indy-Severe-Weather/obs_data/ccpa/proc
MRMS_OBS_DIR: /path/to/Indy-Severe-Weather/obs_data/mrms/proc
NDAS_OBS_DIR: /path/to/Indy-Severe-Weather/obs_data/ndas/proc
=======
>>>>>>> f2abb865ce4e380e824dcd450e4a2ac511052bca:docs/UsersGuide/source/VXCases.rst
workflow:
EXPT_SUBDIR: <any_name_you_like>
DATE_FIRST_CYCL: '2019061500'
Expand Down

0 comments on commit 0ea850a

Please sign in to comment.