Skip to content

Commit

Permalink
Added hours to lead times
Browse files Browse the repository at this point in the history
  • Loading branch information
CPKalb committed Dec 18, 2024
1 parent a476f56 commit 022c602
Show file tree
Hide file tree
Showing 11 changed files with 17 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
#
# **Increment between beginning and end times (VALID_INCREMENT):** 1 day
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 24H
# **Sequence of forecast leads to process (LEAD_SEQ):** 24 hours
#
# This use case does not loop, but the 2 UserScripts calls are run once for
# all valid times of the forecast and observations. The first UserScript creates a file list
Expand Down Expand Up @@ -129,7 +129,7 @@
# ---------------------
#
# 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, i.e
# then it loads any configuration files passed to METplus via the command line, i.e.
# parm/use_cases/model_applications/s2s_mid_lat/UserScript_fcstGFS_obsERA_Blocking.conf
#
# .. highlight:: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#
# **Increment between beginning and end times (VALID_INCREMENT):** 1 day
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 24H
# **Sequence of forecast leads to process (LEAD_SEQ):** 24 hours
#
# This use case does not loop, but the UserScript and both calls to Stat-Analysis are
# each run once. The UserScript runs the weather regime driver script. The weather regime
Expand All @@ -108,7 +108,7 @@
# ---------------------
#
# 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, i.e
# then it loads any configuration files passed to METplus via the command line, i.e.
# parm/use_cases/model_applications/s2s_mid_lat/UserScript_fcstGFS_obsERA_WeatherRegime.conf
#
# .. highlight:: bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
UserScript: Calculate Blocking for the ERA and possibly RegridDataPlane and PcpCombine
UserScript: Calculate Blocking for the ERA
======================================================================================
model_applications/s2s_mid_lat/UserScript_obsERA_obsOnly_Blocking.py
Expand Down Expand Up @@ -94,7 +94,7 @@
#
# **Increment between beginning and end times (VALID_INCREMENT):** 1 day
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 0
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 hour
#
# This use case does not loop. It runs UserScript once over the entire time period. The
# UserScript runs the blocking driver script which performs the blocking calculation. This
Expand Down Expand Up @@ -122,7 +122,7 @@
# ---------------------
#
# 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, i.e
# then it loads any configuration files passed to METplus via the command line, i.e.
# parm/use_cases/model_applications/s2s_mid_lat/UserScript_obsERA_obsOnly_Blocking.conf
#
# .. highlight:: bash
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""
UserScript: Calculate Weather Regimes for ERA and possibly RegridDataPlane and PcpCombine
UserScript: Calculate Weather Regimes for ERA
=========================================================================================
model_applications/s2s_mid_lat/UserScript_obsERA_obsOnly_WeatherRegime.py
Expand Down Expand Up @@ -76,7 +76,7 @@
#
# **Increment between beginning and end times (VALID_INCREMENT):** 1 day
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 24
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 hour
#
# This use case does not loop, but the UserScript that runs the weather regime driver script
# is run once over the entire time period. The weather regime driver script performs the weather
Expand All @@ -101,7 +101,7 @@
# ---------------------
#
# 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, i.e
# then it loads any configuration files passed to METplus via the command line, i.e.
# parm/use_cases/model_applications/s2s_mid_lat/UserScript_obsERA_obsOnly_WeatherREgime.conf
#
# .. highlight:: bash
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
#
# **Increment between beginning and end times (VALID_INCREMENT):** 1 day
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 0
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 hour
#
# 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#
# **Increment between beginning and end times (VALID_INCREMENT):** 1 day
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 0
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 hour
#
# This use case does not loop, but the UserScript to create and EOF filelist is run once and the OMI driver script is
# run once. The EOF filelist is done separately since the EOF files are needed for each day of the year while the OMI
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
#
# **Increment between beginning and end times (INIT_INCREMENT):** 1 day
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 0
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 hour
#
# The UserScript that creates a filelist is run once for each valid time, while the UserScript to create
# a phase diagram is run only once. It creates a phase diagram plot using the input files. Variables for
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
#
# **Increment between beginning and end times (INIT_INCREMENT):** 1 day
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 0
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 hour
#
# # The UserScript calls do not loop, but are each run once. The first call creates a list of
# the mean daily annual data files for OLR, U850, and U200. It is done separately since the mean
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
#
# **Increment between beginning and end times (INIT_INCREMENT):** 30 days
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 24
# **Sequence of forecast leads to process (LEAD_SEQ):** 24 hours
#
# This use case does not loop. The two calls to UserScript are run once. Series-
# Analysis is also run once. The first call to UserScript runs zonal_mean_driver.py.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
#
# **Increment between beginning and end times (VALID_INCREMENT):** 30 days
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 - 384h at 24h intervals
# **Sequence of forecast leads to process (LEAD_SEQ):** 0 - 384 hours at 24 hour intervals
#
# This use case loops over lead times for the first UserScript and Stat-Analysis,
# and the second UserScript runs once over the entire time period. The first UserScript
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@
# ---------------------
#
# 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, i.e
# then it loads any configuration files passed to METplus via the command line, i.e.
# parm/use_cases/model_applications/s2s_stratosphere/UserScript_fcstGFS_obsERA_StratosphereQBO.conf
#
# .. highlight:: bash
Expand Down

0 comments on commit 022c602

Please sign in to comment.