Skip to content

Commit

Permalink
Issue #1852 more description for data and dependency on METplotpy wit…
Browse files Browse the repository at this point in the history
…h additional instructions
  • Loading branch information
bikegeek committed Oct 19, 2022
1 parent fb9bcf1 commit 172e4a2
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 13 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,22 @@
# are due to horizontal and vertical motion. The residual (which should be zero)
# is the difference between the actual change in the state variable over the
# requested time window and the expected change due to physics parameterizations
# and dynamics tendencies. One can plpt a single tendency component at multiple
# and dynamics tendencies. One can plot 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 plan views (horizontal cross
# sections).
# sections). The METplotpy source code is needed to generate the plot.
# Clone the METplotpy repository (https://github.com/dtcenter/METplotpy) under the same base
# directory as the METPLUS_BASE directory so that the METplus and
# METplotpy directories are under the same base directory (i.e. if the METPLUS_BASE directory is
# /home/username/working/METplus, then clone the METplotpy source
# code into the /home/username/working directory).

##############################################################################
# Datasets
# --------
#
# * Forecast dataset: FV3 Model member data
# * Grid specification: Grid specification data
# * Forecast dataset: FV3 3-D history file with physics and dynamics tendencies
# * Grid specification: FV3 2-D grid specification file with latitude and longitude of each grid point
#
# **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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,22 @@
# are due to horizontal and vertical motion. The residual (which should be zero)
# is the difference between the actual change in the state variable over the requested
# 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
# tendencies. One can plot 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 cross section plot.
# how to generate the vertical cross section plot. The METplotpy source code is needed to generate the plot.
# Clone the METplotpy repository (https://github.com/dtcenter/METplotpy) under the same base
# directory as the METPLUS_BASE directory so that the METplus and
# METplotpy directories are under the same base directory (i.e. if the METPLUS_BASE directory is
# /home/username/working/METplus, then clone the METplotpy source
# code into the /home/username/working directory).


##############################################################################
# Datasets
# --------
#
# | Forecast dataset: FV3 Model member data
# | Grid specification: Grid specification data
# | Forecast dataset: FV3 3-D history file with physics and dynamics tendencies
# | Grid specification: FV3 2-D grid specification file with latitude and longitude of each grid point
#
# | **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 @@ -18,17 +18,24 @@
# are due to horizontal and vertical motion. The residual (which should be zero)
# is the difference between the actual change in the state variable over the requested
# 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
# tendencies. One can plot 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 profile plot. The METplotpy source code is needed to generate the plot.
# Clone the METplotpy repository (https://github.com/dtcenter/METplotpy) under the same base
# directory as the METPLUS_BASE directory so that the METplus and
# METplotpy directories are under the same base directory (i.e. if the METPLUS_BASE directory is
# /home/username/working/METplus, then clone the METplotpy source
# code into the /home/username/working directory).



##############################################################################
# Datasets
# --------
#
# * 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)
# * Forecast dataset: FV3 3-D history file with physics and dynamics tendencies
# * Grid specification: FV3 2-D grid specification file with latitude and longitude of each grid point
# * Mid-CONUS Shapefiles:
#
# * MID_CONUS.cpg
# * MID_CONUS.dbf
Expand Down

0 comments on commit 172e4a2

Please sign in to comment.