Skip to content

Commit

Permalink
updating for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagoodrich authored Nov 4, 2024
1 parent 676946b commit 4e669be
Showing 1 changed file with 83 additions and 49 deletions.
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
"""
MODE: CESM and GPCP Asian Monsoon Precipitation
============================================================================
model_applications/climate/\
MODE_fcstCESM_obsGPCP_\
AsianMonsoonPrecip.conf
model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.conf
"""
##############################################################################
# .. contents::
# :depth: 1
# :local:
# :backlinks: none

##############################################################################
# Scientific Objective
Expand All @@ -15,13 +20,23 @@
# output statistics. This was developed as part of the NCAR System for
# Integrated Modeling of the Atmosphere (SIMA) project.

##############################################################################
# Version Added
# -------------
#
# METplus version 3.1

##############################################################################
# Datasets
# --------
#
# * Forecast dataset: CESM Daily Precipitation
# * Observation dataset: GPCP Daily Precipitation
# **Forecast**: CESM Daily Precipitation
#
# **Observation**: GPCP Daily Precipitation
#
# **Climatology:** None
#
# **Location:** [UPDATE_SECTION_CONTENT]

##############################################################################
# METplus Components
Expand All @@ -34,6 +49,13 @@
# METplus Workflow
# ----------------
#
# [UPDATE_DESCRIPTION]
#
# **Beginning time (INIT_BEG):** 2014060100
# **End time (INIT_END):** 2014060200
# **Increment between beginning and end times (INIT_INCREMENT):** 86400
# **Sequence of forecast leads to process (LEAD_SEQ):** None
#
# The mode tool is run for each time. This example loops by model
# initialization time. It processes 4 valid times, listed below.
#
Expand All @@ -58,8 +80,8 @@
# ---------------------
#
# 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/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.conf
# then it loads any configuration files passed to METplus via the command line,
# parm/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.conf
#
# .. highlight:: bash
# .. literalinclude:: ../../../../parm/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.conf
Expand All @@ -78,9 +100,22 @@
#
# .. note:: See the :ref:`MODE MET Configuration<mode-met-conf>` section of the User's Guide for more information on the environment variables used in the file below:
#
# .. dropdown:: MODEConfig_wrapped
#
# .. highlight:: bash
# .. literalinclude:: ../../../../parm/met_config/MODEConfig_wrapped

##############################################################################
# Python Embedding
# ----------------
#
# This use case does not use Python embedding.

##############################################################################
# User Scripting
# --------------
# [UPDATE_SECTION_CONTENT]

##############################################################################
# Running METplus
# ---------------
Expand All @@ -89,13 +124,9 @@
#
# 1) Passing in MODE_fcstCESM_obsGPCP_ConusPrecip.conf then a user-specific system configuration file::
#
# run_metplus.py -c /path/to/METplus/parm/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.conf -c /path/to/user_system.conf
# run_metplus.py /path/to/METplus/parm/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.conf /path/to/user_system.conf
#
# 2) Modifying the configurations in parm/metplus_config, then passing in MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.conf::
#
# run_metplus.py -c /path/to/METplus/parm/use_cases/model_applications/climate/MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.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:
# 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
Expand All @@ -109,6 +140,8 @@
# MET_INSTALL_DIR = /path/to/met-X.Y
#
# **NOTE:** All of these items must be found under the [dir] section.
#
# # See :ref:`running-metplus` for more information.

##############################################################################
# Expected Output
Expand All @@ -119,41 +152,42 @@
# 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 model_applications/climate/CESM_MODE (relative to **OUTPUT_BASE**)
# and will contain the following files:
#
# 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T1_cts.txt
# 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T1_obj.nc
# 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T1_obj.txt
# 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T1.ps
# 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T2_cts.txt
# 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T2_obj.nc
# 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T2_obj.txt
# 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T2.ps
# 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T1_cts.txt
# 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T1_obj.nc
# 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T1_obj.txt
# 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T1.ps
# 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T2_cts.txt
# 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T2_obj.nc
# 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T2_obj.txt
# 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T2.ps
# 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T1_cts.txt
# 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T1_obj.nc
# 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T1_obj.txt
# 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T1.ps
# 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T2_cts.txt
# 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T2_obj.nc
# 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T2_obj.txt
# 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T2.ps
# 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T1_cts.txt
# 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T1_obj.nc
# 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T1_obj.txt
# 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T1.ps
# 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T2_cts.txt
# 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T2_obj.nc
# 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T2_obj.txt
# 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T2.ps
# Output for this use case will be found in
# {OUTPUT_BASE}/model_applications/climate/CESM_MODE
# and will contain the following files::
#
# * 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T1_cts.txt
# * 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T1_obj.nc
# * 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T1_obj.txt
# * 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T1.ps
# * 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T2_cts.txt
# * 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T2_obj.nc
# * 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T2_obj.txt
# * 2014_06_01_000000/mode_000000L_20140602_000000V_000000A_R1_T2.ps
# * 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T1_cts.txt
# * 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T1_obj.nc
# * 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T1_obj.txt
# * 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T1.ps
# * 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T2_cts.txt
# * 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T2_obj.nc
# * 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T2_obj.txt
# * 2014_06_01_000000/mode_000000L_20140603_000000V_000000A_R1_T2.ps
# * 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T1_cts.txt
# * 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T1_obj.nc
# * 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T1_obj.txt
# * 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T1.ps
# * 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T2_cts.txt
# * 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T2_obj.nc
# * 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T2_obj.txt
# * 2014_06_02_000000/mode_000000L_20140603_000000V_000000A_R1_T2.ps
# * 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T1_cts.txt
# * 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T1_obj.nc
# * 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T1_obj.txt
# * 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T1.ps
# * 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T2_cts.txt
# * 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T2_obj.nc
# * 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T2_obj.txt
# * 2014_06_02_000000/mode_000000L_20140604_000000V_000000A_R1_T2.ps

##############################################################################
# Keywords
Expand All @@ -171,4 +205,4 @@
#
#
# sphinx_gallery_thumbnail_path = '_static/climate-MODE_fcstCESM_obsGPCP_AsianMonsoonPrecip.png'
#

0 comments on commit 4e669be

Please sign in to comment.