Skip to content

Commit

Permalink
issue #2406 added links to METplus doc sections
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Feb 2, 2024
1 parent 6eb2ff2 commit 8d8cb53
Showing 1 changed file with 12 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
UserScript: Reformat MET .stat ECNT data, Aggregate based on model members and times, and generate a spread skill plot
UserScript: Reformat MET .stat ECNT data, calculate aggregation statistics, and generate a spread skill plot
======================================================================================================================
model_applications/
Expand All @@ -15,7 +15,7 @@
# This use case illustrates how to use MET .stat output (using the ECNT linetype data) to generate a
# spread skill plot using a subset of the METplus Analysis Tools (METdataio, METcalcpy,
# and METplotpy). The METdataio METreformat module extracts the ECNT linetype data and
# performs reformatting, the METcalcpy pre-processing module performs aggregation, and the
# performs reformatting, the METcalcpy agg-stat module performs aggregation, and the
# METplotpy line plot is used to generate the spread skill plot.
#

Expand All @@ -29,12 +29,17 @@
# **Input**: MET .stat files from MET ensemble-stat tool for RRFS for 20220506
#
# **Location**: All the input data required for this use case can be found in the met_test sample data tarball
# (**sample_data-short_range.tgz**). The
# (**sample_data-short_range.tgz**).
#
# Click here to see the METplus releases page and download sample data for the appropriate
# release: https://github.com/dtcenter/METplus/releases
# This tarball should be unpacked into the directory that you will set the value of INPUT_BASE.
# See Running METplus section for more information.
#
# See `Running METplus <https://metplus.readthedocs.io/en/develop/Users_Guide/getting_started.html#running-metplus>`_
# section for more information.
#
# **This tarball should be unpacked into the directory corresponding to the value of INPUT_BASE** in the
# `User Configuration File <https://metplus.readthedocs.io/en/develop/Users_Guide/systemconfiguration.html#user-configuration-file>`_
# section.
#

#############################################################################
Expand Down Expand Up @@ -85,7 +90,8 @@
# The METDATAIO_BASE is the full path to where the METdataio code was cloned, the METCALCPY_BASE is the full path
# to the location of the METcalcpy code, and the METPLOTPY_BASE is the full path to the location of the
# METplotpy code. In addition, define the OUTPUT_BASE, INPUT_BASE, and MET_INSTALL_DIR settings in the user
# configuration file.
# configuration file. For instructions on how to set up the user configuration file, refer to the `User ConfigurationFile
# <https://metplus.readthedocs.io/en/develop/Users_Guide/systemconfiguration.html#user-configuration-file>`_ section.
#


Expand Down

0 comments on commit 8d8cb53

Please sign in to comment.