From 89c6b38bb1cb7156415984d60807ce8a7acbdc13 Mon Sep 17 00:00:00 2001 From: bikegeek Date: Sat, 15 Oct 2022 22:21:33 -0600 Subject: [PATCH] Issue #1852 updates --- ...ript_fcstFV3_fcstOnly_PhysicsTendency_Planview.py | 7 +++++-- ..._fcstOnly_PhysicsTendency_VerticalCrossSection.py | 12 ++++++++---- ...stFV3_fcstOnly_PhysicsTendency_VerticalProfile.py | 3 +++ 3 files changed, 16 insertions(+), 6 deletions(-) diff --git a/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.py b/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.py index ad6b668284..841fd95d8b 100644 --- a/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.py +++ b/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_Planview.py @@ -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. # ############################################################################## diff --git a/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalCrossSection.py b/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalCrossSection.py index b334e6fb99..a794cb00c6 100644 --- a/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalCrossSection.py +++ b/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalCrossSection.py @@ -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. # ############################################################################## diff --git a/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalProfile.py b/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalProfile.py index d095b9cdbb..92f7b9abe9 100644 --- a/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalProfile.py +++ b/docs/use_cases/model_applications/short_range/UserScript_fcstFV3_fcstOnly_PhysicsTendency_VerticalProfile.py @@ -29,6 +29,7 @@ # * 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 @@ -36,6 +37,8 @@ # * 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. # ##############################################################################