Skip to content

Commit

Permalink
Issue #1852 updates
Browse files Browse the repository at this point in the history
  • Loading branch information
bikegeek committed Oct 16, 2022
1 parent e5fd977 commit 89c6b38
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
# Datasets
# --------
#
# * Forecast dataset: FV3 Model member data
# * Grid specification: Grid specification data
# | **Forecast dataset: FV3 Model member data
# | **Grid specification: Grid specification data
#
# | **Location:** All of the input data required for this use case can be found in the met_test sample data tarball. Click here to the METplus releases page and download sample data for the appropriate release: https://github.com/dtcenter/METplus/releases
# | The tarball should be unpacked into the directory that you will set the value of INPUT_BASE. See `Running METplus`_ section for more information.
#

##############################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,21 +20,25 @@
# time window and the expected change due to physics parameterizations and dynamics
# tendencies. One can plpt a single tendency component at multiple pressure levels or
# plot all tendency components at a single pressure level. This use case illustrates
# how to generate the vertical profile plot.
# how to generate the vertical cross section plot.

##############################################################################
# Datasets
# --------
#
# * Forecast dataset: FV3 Model member data
# * Grid specification: Grid specification data
# | **Forecast dataset: FV3 Model member data
# | **Grid specification: Grid specification data
#
# | **Location:** All of the input data required for this use case can be found in the met_test sample data tarball. Click here to the METplus releases page and download sample data for the appropriate release: https://github.com/dtcenter/METplus/releases
# | The tarball should be unpacked into the directory that you will set the value of INPUT_BASE. See `Running METplus`_ section for more information.
#


##############################################################################
# METplus Components
# ------------------
#
# This use case runs the METplotpy vert_profile_fv3.py script to generate the plan views.
# This use case runs the METplotpy cross_section_vert.py script to generate the plan views.
#

##############################################################################
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,13 +29,16 @@
# * Forecast dataset: FV3 Model member data
# * Grid specification: Grid specification data
# * Mid-CONUS Shapefiles: (uncompress and place under shapefile/MID_CONUS directory under the appropriate METPLUS_DATA directory)
#
# * MID_CONUS.cpg
# * MID_CONUS.dbf
# * MID_CONUS.poly
# * MID_CONUS.prj
# * MID_CONUS.shp
# * MID_CONUS.shx
#
# | **Location:** All of the input data required for this use case can be found in the met_test sample data tarball. Click here to the METplus releases page and download sample data for the appropriate release: https://github.com/dtcenter/METplus/releases
# | The tarball should be unpacked into the directory that you will set the value of INPUT_BASE. See `Running METplus`_ section for more information.
#

##############################################################################
Expand Down

0 comments on commit 89c6b38

Please sign in to comment.