-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature 2628 documentation updates #2817
base: develop
Are you sure you want to change the base?
Changes from all commits
de96807
d6b2c18
8c96164
c3a6554
e2d8006
bcda8a6
7a66b37
4fefd85
9cbd7cf
a414cdf
52f4d0f
2d120f6
f641111
277eeb1
85d2a6e
0201fab
5c74b08
fc8ef97
21367a2
e63d9ed
adec0ac
74e2c0e
5488bd4
95dcc39
eeef9c7
b25453f
f83f9c5
a38da1b
92a87d0
3e5cf22
1fd9852
f3599e0
d0e4d73
803898d
22820cf
8c431ea
8f37f4c
2187ddf
13c3618
fc588bd
d4ed978
7b4651d
bf1d03c
91aa464
5f8544b
4367026
c7a53ed
e9ee7dc
8dd90d1
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,129 +1,181 @@ | ||||||
""" | ||||||
UserScript: Make OMI plot from calculated MJO indices | ||||||
===================================================== | ||||||
UserScript: Make GFS and ERA OMI plot from calculated MJO indices | ||||||
================================================================= | ||||||
|
||||||
model_applications/ | ||||||
s2s_mjo/ | ||||||
UserScript_fcstGFS_obsERA_OMI.py | ||||||
model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI.py | ||||||
|
||||||
""" | ||||||
|
||||||
############################################################################## | ||||||
# .. contents:: | ||||||
# :depth: 1 | ||||||
# :local: | ||||||
# :backlinks: none | ||||||
|
||||||
############################################################################## | ||||||
# Scientific Objective | ||||||
# -------------------- | ||||||
# | ||||||
# To use Outgoing Longwave Radiation (OLR) to compute the OLR based MJO Index (OMI). Specifically, OMI is computed using OLR data between 20N and 20S. The OLR data are then projected onto Empirical Orthogonal Function (EOF) data that is computed for each day of the year, latitude, and longitude. The OLR is then filtered for 20 - 96 days, and regressed onto the daily EOFs. Finally, it's normalized and these normalized components are plotted on a phase diagram. Separate phase diagrams are created for the model and observations. | ||||||
# The Madden-Julian Oscillation (MJO) is the largest element of intraseasonal variability in the | ||||||
# tropics and is characterized by eastward moving regions of enhanced and suppressed rainfall. These | ||||||
# phases are typically grouped into numbers 1 - 8 based on the geographic location of the enhanced and | ||||||
# suppressed rainfall. The MJO affects global weather including summer monsoons, tropical cyclone | ||||||
# development, and sudden stratospheric warming events, and has teloconnections to mid latitude weather | ||||||
# systems. | ||||||
# | ||||||
# This use case uses outgoing longwave radiation (OLR) to compute the OLR based MJO Index (OMI), which is | ||||||
# a convective index of the MJO. OMI is computed separately for the model and observations and then displayed | ||||||
# on phase diagrams to evaluate the model reprentation of this important oscillation. The code for computing OMI | ||||||
# came from Maria Gehne at PSL. | ||||||
|
||||||
############################################################################## | ||||||
# Datasets | ||||||
# -------- | ||||||
# Version Added | ||||||
# ------------- | ||||||
# | ||||||
# * Forecast dataset: GFS Model Outgoing Longwave Radiation | ||||||
# * Observation dataset: ERA Reanlaysis Outgoing Longwave Radiation. | ||||||
# METplus version 4.1.0 | ||||||
|
||||||
############################################################################## | ||||||
# External Dependencies | ||||||
# --------------------- | ||||||
# | ||||||
# You will need to use a version of Python 3.6+ that has the following packages installed:: | ||||||
# | ||||||
# * numpy | ||||||
# * netCDF4 | ||||||
# * datetime | ||||||
# * xarray | ||||||
# * matplotlib | ||||||
# * scipy | ||||||
# * pandas | ||||||
# Datasets | ||||||
# -------- | ||||||
# | ||||||
# If the version of Python used to compile MET did not have these libraries at the time of compilation, you will need to add these packages or create a new Python environment with these packages. | ||||||
# **Forecast:** GFS Model Outgoing Longwave Radiation, 2017 - 2018. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
# | ||||||
# If this is the case, you will need to set the MET_PYTHON_EXE environment variable to the path of the version of Python you want to use. If you want this version of Python to only apply to this use case, set it in the [user_env_vars] section of a METplus configuration file.: | ||||||
# **Observation:** ERA Reanlaysis Outgoing Longwave Radiation, 2017 - 2018. | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
# | ||||||
# [user_env_vars] | ||||||
# MET_PYTHON_EXE = /path/to/python/with/required/packages/bin/python | ||||||
# **EOFs:** Observed OMI EOF1 and EOF2 patterns from the PSL Website (https://psl.noaa.gov/mjo/mjoindex/) | ||||||
# | ||||||
# **Location:** All of the input data required for this use case can be | ||||||
# found in a sample data tarball. Each use case category will have | ||||||
# one or more sample data tarballs. It is only necessary to download | ||||||
# the tarball with the use case’s dataset and not the entire collection | ||||||
# of sample data. Click here to access 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 :ref:`running-metplus` section for more information. | ||||||
|
||||||
############################################################################## | ||||||
# METplus Components | ||||||
# ------------------ | ||||||
# | ||||||
# This use case runs the OMI driver which computes OMI and creates a phase diagram. Inputs to the OMI driver include netCDF files that are in MET's netCDF version. In addition, a txt file containing the listing of these input netCDF files is required, as well as text file listings of the EOF1 and EOF2 files. These text files can be generated using the USER_SCRIPT_INPUT_TEMPLATES in the [create_eof_filelist] and [script_omi] sections. Some optional pre-processing steps include using regrid_data_plane to either regrid your data or cut the domain to 20N - 20S. | ||||||
# This use case calls UserScript twice, first to create a list of EOF files and then to run | ||||||
# the OMI calculation. In addition, there are three optional pre-processing steps, PCP-Combine | ||||||
# and two calls to Regrid-Data-Plane. | ||||||
# | ||||||
# This use case requires METcalcpy, METplotpy, and METdataio to run. The METcalcpy scripts accessed include the following: | ||||||
# | ||||||
# * metcalcpy/contributed/rmm_omi/compute_mjo_indices.py | ||||||
# | ||||||
# The METplotpy scripts accessed include the following: | ||||||
# | ||||||
# * metplotpy/contributed/mjo_rmm_omi/plot_mjo_indioces.py | ||||||
# | ||||||
# The METdataio scripts accessed include the following: | ||||||
# | ||||||
# * METreadnc/util/read_netcdf.py | ||||||
|
||||||
############################################################################## | ||||||
# METplus Workflow | ||||||
# ---------------- | ||||||
# | ||||||
# The OMI driver script python code is run for each lead time on the forecast and observations data. This example loops by valid time for the model pre-processing, and valid time for the other steps. This version is set to only process the OMI calculation and creating a text file listing of the EOF files, omitting the creation of daily means for the model and the regridding pre-processing steps. However, the configurations for pre-processing are available for user reference. | ||||||
# | ||||||
# **Beginning time (VALID_BEG):** 01-01-2017 | ||||||
# | ||||||
# **End time (VALID_END):** 12-31-2018 | ||||||
# | ||||||
# **Increment between beginning and end times (VALID_INCREMENT):** 1 day | ||||||
# | ||||||
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 | ||||||
# | ||||||
# This use case does not loop, but the UserScript to create and EOF filelist is run once and the UserScript which | ||||||
# runs the OMI driver script is also run once for both the model and observations across the entire time period. | ||||||
# The EOF filelist is created separately since the EOF files are needed for each day of the year while the OMI | ||||||
# calculation is on a separate time frame. | ||||||
# | ||||||
# The 3 optional pre-processing steps loop by valid time when they are turned on. The steps include using PcpCombine to | ||||||
# compute daily averages for the model, and using RegridDataPlane for both the model and observations to cut the grid down | ||||||
# to -20 to 20 latitude. These omitted steps can be turned back on by using the PROCESS_LIST that is commented out: | ||||||
# | ||||||
# PROCESS_LIST = PcpCombine(daily_mean_fcst), RegridDataPlane(regrid_obs_olr), RegridDataPlane(regrid_fcst_olr), UserScript(create_eof_filelist), UserScript(script_omi) | ||||||
# | ||||||
# Settings for the optional pre-processing steps can be found in the respective sections of the configuration, | ||||||
# daily_mean_fcst, regrid_obs_olr, and regrid_fcst_olr. Data is not provided in the tarball to run these steps, | ||||||
# but the configurations are provided for reference on how to set up these calculations. | ||||||
# | ||||||
# The Phase diagram plots are created over a different time frame than the | ||||||
# calculation, 01-01-2017 to 03-31-2017 for both plots. | ||||||
|
||||||
############################################################################## | ||||||
# 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 | ||||||
# then it loads any configuration files passed to METplus via the command line, | ||||||
# i.e. parm/use_cases/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI.conf. | ||||||
# The file UserScript_fcstGFS_obsERA_OMI/OMI_driver.py runs the python program and | ||||||
# UserScript_fcstGFS_obsERA_OMI.conf sets the variables for all steps of the OMI use case. | ||||||
# | ||||||
# .. highlight:: bash | ||||||
# .. literalinclude:: ../../../../parm/use_cases/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI.conf | ||||||
|
||||||
############################################################################## | ||||||
# MET Configuration | ||||||
# --------------------- | ||||||
# | ||||||
# METplus sets environment variables based on the values in the METplus configuration file. | ||||||
# These variables are referenced in the MET configuration file. **YOU SHOULD NOT SET ANY OF THESE ENVIRONMENT VARIABLES YOURSELF! THEY WILL BE OVERWRITTEN BY METPLUS WHEN IT CALLS THE MET TOOLS!** If there is a setting in the MET configuration file that is not controlled by an environment variable, you can add additional environment variables to be set only within the METplus environment using the [user_env_vars] section of the METplus configuration files. See the 'User Defined Config' section on the 'System Configuration' page of the METplus User's Guide for more information. | ||||||
# ----------------- | ||||||
# | ||||||
# There are no MET configuration files used in this use case. | ||||||
|
||||||
############################################################################## | ||||||
# Python Embedding | ||||||
# ---------------- | ||||||
# | ||||||
# This use case does not use python embedding. | ||||||
|
||||||
############################################################################## | ||||||
# Python Scripts | ||||||
# Python Scripting | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
# ---------------- | ||||||
# | ||||||
# The OMI driver script orchestrates the calculation of the MJO indices and | ||||||
# the generation of a phase diagram OMI plot: | ||||||
# parm/use_cases/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI/OMI_driver.py: | ||||||
# This use case runs the OMI driver which computes OMI and creates a phase diagram. Inputs to the | ||||||
# OMI driver include netCDF files formatted in MET's netCDF version. In addition, a txt file containing | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
# the listing of these input netCDF files is required, as well as text file listings of the EOF1 and | ||||||
# EOF2 files. These text files can be generated using the USER_SCRIPT_INPUT_TEMPLATES in the | ||||||
# [create_eof_filelist] and [script_omi] sections. Variables for the OMI calculation are set in the | ||||||
# [user_env_vars] section of the .conf file. | ||||||
# | ||||||
# For the OMI calculation, the OLR data are projected onto Empirical Orthogonal Function (EOF) | ||||||
# data that is computed for each day of the year, latitude, and longitude. The OLR is then filtered | ||||||
# for 20 - 96 days, and regressed onto the daily EOFs. Finally, it's normalized and these normalized | ||||||
# components are plotted on a phase diagram. The OMI driver script orchestrates the calculation of the | ||||||
# MJO indices and the generation of a phase diagram OMI plot. Separate phase diagrams are created for | ||||||
# the model and observations. | ||||||
# | ||||||
# .. highlight:: python | ||||||
# .. literalinclude:: ../../../../parm/use_cases/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI/OMI_driver.py | ||||||
# .. dropdown:: parm/use_cases/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI/OMI_driver.py | ||||||
# | ||||||
# .. highlight:: python | ||||||
# .. literalinclude:: ../../../../parm/use_cases/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI/OMI_driver.py | ||||||
|
||||||
############################################################################## | ||||||
# Running METplus | ||||||
# --------------- | ||||||
# | ||||||
# This use case is run in the following ways: | ||||||
# | ||||||
# 1) Passing in UserScript_fcstGFS_obsERA_OMI.conf then a user-specific system configuration file:: | ||||||
# | ||||||
# run_metplus.py -c /path/to/METplus/parm/use_cases/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI.conf -c /path/to/user_system.conf | ||||||
# Pass the use case configuration file to the run_metplus.py script along with any | ||||||
# user-specific system configuration files if desired:: | ||||||
# | ||||||
# 2) Modifying the configurations in parm/metplus_config, then passing in UserScript_fcstGFS_obsERA_OMI.py:: | ||||||
# | ||||||
# run_metplus.py -c /path/to/METplus/parm/use_cases/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI.conf | ||||||
# | ||||||
# The following variables must be set correctly: | ||||||
# | ||||||
# * **INPUT_BASE** - Path to directory where sample data tarballs are unpacked (See Datasets section to obtain tarballs). This is not required to run METplus, but it is required to run the examples in parm/use_cases | ||||||
# * **OUTPUT_BASE** - Path where METplus output will be written. This must be in a location where you have write permissions | ||||||
# * **MET_INSTALL_DIR** - Path to location where MET is installed locally | ||||||
# | ||||||
# Example User Configuration File:: | ||||||
# | ||||||
# [dir] | ||||||
# INPUT_BASE = /path/to/sample/input/data | ||||||
# OUTPUT_BASE = /path/to/output/dir | ||||||
# MET_INSTALL_DIR = /path/to/met-X.Y | ||||||
# run_metplus.py /path/to/METplus/parm/use_cases/model_applications/s2s_stratosphere/UserScript_fcstGFS_obsERA_OMI.conf /path/to/user_system.conf | ||||||
# | ||||||
# See :ref:`running-metplus` for more information. | ||||||
|
||||||
############################################################################## | ||||||
# Expected Output | ||||||
# --------------- | ||||||
# | ||||||
# 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 model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI. This may include the regridded data and daily averaged files. In addition, the phase diagram plots will be generated and the output location can be specified as OMI_PLOT_OUTPUT_DIR. If it is not specified, plots will be sent to model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI/plots (relative to **OUTPUT_BASE**). | ||||||
# A successful run will output the following both to the screen and to the logfile:: | ||||||
# | ||||||
# 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 {OUTPUT_BASE}/model_applications/s2s_mjo/UserScript_fcstGFS_obsERA_OMI/plots. Phase | ||||||
# diagram plots will be generated and will include 2 files:: | ||||||
# | ||||||
# * fcst_OMI_comp_phase.png | ||||||
# * obs_OMI_comp_phase.png | ||||||
# | ||||||
# If the pre-processing steps are turned on, the output will include the regridded data and daily averaged files. | ||||||
|
||||||
############################################################################## | ||||||
# Keywords | ||||||
|
@@ -141,4 +193,3 @@ | |||||
# Navigate to :ref:`quick-search` to discover other similar use cases. | ||||||
# | ||||||
# sphinx_gallery_thumbnail_path = '_static/s2s_mjo-UserScript_fcstGFS_obsERA_OMI.png' | ||||||
# |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.