Skip to content

Commit

Permalink
Issue #1852
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Oct 16, 2022
1 parent 640b46a commit 70285cc
Showing 1 changed file with 14 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,7 @@
UserScript: Physics Tendency Planview plot
=========================================================================
model_applications/
short_range/
UserScript_fcstFV3_PhysicsTendency_Planview.conf
model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf
"""
##############################################################################
Expand Down Expand Up @@ -42,22 +40,22 @@
# ----------------
#
#
# | **Valid:** 2019-05-04
# |
# |
#
# | This use case does not loop but plots physics tendency data that has been
# | subsetted to one date: 2019-05-04.
# |


##############################################################################
# METplus Configuration
# ---------------------
#
# METplus first loads all of the configuration files found in parm/metplus_config,
# then it loads any configuration files passed to METplus via the command line
# with the -c option, i.e. -c parm/use_cases/model_applications/short_range/UserScript_fcstFV3_PhysicsTendency_Planview.conf
# i.e. parm/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf
#
# .. highlight:: bash
# .. literalinclude:: ../../../../parm/use_cases/model_applications/short_range/UserScript_fcstFV3__fcstOnly_PhysicsTendency_Planview.conf
# .. literalinclude:: ../../../../parm/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf
#

##############################################################################
# MET Configuration
Expand All @@ -79,11 +77,11 @@
#
# 1) Passing in UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf then a user-specific system configuration file::
#
# run_metplus.py -c /path/to/METplus/parm/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf /path/to/user_system.conf
# run_metplus.py /path/to/METplus/parm/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf /path/to/user_system.conf
#
# 2) Modifying the configurations in parm/metplus_config, then passing in UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf::
#
# run_metplus.py /path/to/METplus/parm/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf
# run_metplus.py /path/to/METplus/parm/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.conf
#
# The former method is recommended. Whether you add them to a user-specific configuration file or modify the metplus_config files, the following variables must be set correctly:
#
Expand All @@ -110,11 +108,11 @@
# INFO: METplus has successfully finished running.
#
# Refer to the value set for **OUTPUT_BASE** to find where the output data was generated.
# Output for this use case will be found in short_range/brightness_temperature
# (relative to **OUTPUT_BASE**) and will contain the following files:
# The following file will be created:
#
# physics_tendency_planview.png
#
#
# fvs_history.nc
# grid_spec.nc


##############################################################################
Expand All @@ -133,5 +131,5 @@
#
#
#
# sphinx_gallery_thumbnail_path = '_static/short_range-MODE_fcstFV3_obsGOES_BrightnessTemp.png'
# sphinx_gallery_thumbnail_path = '_static/short_range-UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.png'
#

0 comments on commit 70285cc

Please sign in to comment.