Skip to content

Commit

Permalink
fixes Julie suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
lisagoodrich committed Dec 13, 2024
1 parent 81b27bc commit 95988b5
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,13 @@
# METplus Workflow
# ----------------
#
# **Beginning time (VALID_BEG):** 20190201
# **Beginning time (VALID_BEG):** 20210305
#
# **End time (VALID_END):** 20190201
# **End time (VALID_END):** 20210305
#
# **Increment between beginning and end times (VALID_INCREMENT):** 86400
# **Increment between beginning and end times (VALID_INCREMENT):** 1M
#
# **Sequence of forecast leads to process (LEAD_SEQ):** None
# **Sequence of forecast leads to process (LEAD_SEQ):** 0
#
# GridStat is the only tool called in this example. This use case will pass in the two
# hemispheres via a custom loop list, with both the observation and forecast gridded data
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
#
# **End time (VALID_END):** 20210502
#
# **Increment between beginning and end times (VALID_INCREMENT):** 20210502
# **Increment between beginning and end times (VALID_INCREMENT):** 1M
#
# **Sequence of forecast leads to process (LEAD_SEQ):** 24
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,12 @@
# Datasets
# --------
#
# **Forecast:** [UPDATE_SECTION_CONTENT]
#
# **Observation:** [UPDATE_SECTION_CONTENT]
#
# **Climatology:** [UPDATE_SECTION_CONTENT]
#
# **Input:** Python Embedding script/file, HYCOM observation file, coordinate system weight files (optional)
#
# **Location:** All of the input data required for this use case can be
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,12 @@
# Datasets
# --------
#
# **Forecast:** [UPDATE_SECTION_CONTENT]
#
# **Observation:** [UPDATE_SECTION_CONTENT]
#
# **Climatology:** [UPDATE_SECTION_CONTENT]
#
# Relevant information about the datasets that would be beneficial include:
#
# * MODE Time Domain Forecast dataset: GFS
Expand All @@ -54,9 +60,9 @@
# METplus Workflow
# ----------------
#
# **Beginning time (INIT_BEG):** 021071200
# **Beginning time (INIT_BEG):** 2021071200
#
# **End time (INIT_END):** 021071212
# **End time (INIT_END):** 2021071212
#
# **Increment between beginning and end times (INIT_INCREMENT):** 6H
#
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,13 @@
# Datasets
# --------
#
# [UPDATE_SECTION_CONTENT]
#
# **Forecast:** ADeck modified-ATCF tropical cyclone data
#
# **Observation:** BDeck modified-ATCF "best-track" tropical cyclone data
#
# **Climatology:**
# **Climatology:** [UPDATE_SECTION_CONTENT]
#
# **Location:**
# **Location:** [UPDATE_SECTION_CONTENT]

##############################################################################
# METplus Components
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -47,13 +47,11 @@
# Datasets
# --------
#
# [UPDATE_SECTION_CONTENT]
# **Forecast:** [UPDATE_SECTION_CONTENT]
#
# **Forecast:**
# **Observation:** [UPDATE_SECTION_CONTENT]
#
# **Observation:**
#
# **Climatology:**
# **Climatology:** [UPDATE_SECTION_CONTENT]
#
# **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
Expand Down

0 comments on commit 95988b5

Please sign in to comment.