From ec8a1bbe1066f93bf1e6ce1fba1d01617298d5c9 Mon Sep 17 00:00:00 2001 From: Christina Kalb Date: Tue, 5 Nov 2024 21:03:49 -0700 Subject: [PATCH] Update GridStat_fcstCESM_obsGFS_ConusTemp.py Added some information to the use case --- .../climate/GridStat_fcstCESM_obsGFS_ConusTemp.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/use_cases/model_applications/climate/GridStat_fcstCESM_obsGFS_ConusTemp.py b/docs/use_cases/model_applications/climate/GridStat_fcstCESM_obsGFS_ConusTemp.py index c364b36eb..11e85aa6a 100644 --- a/docs/use_cases/model_applications/climate/GridStat_fcstCESM_obsGFS_ConusTemp.py +++ b/docs/use_cases/model_applications/climate/GridStat_fcstCESM_obsGFS_ConusTemp.py @@ -54,7 +54,7 @@ # # **End time (INIT_END):** 2014080200 # -# **Increment between beginning and end times (INIT_INCREMENT):** 86400 +# **Increment between beginning and end times (INIT_INCREMENT):** 1 day (86400 seconds) # # **Sequence of forecast leads to process (LEAD_SEQ):** 6, 12 # @@ -64,13 +64,13 @@ # | **Valid:** 2014-08-01_06Z # | **Forecast lead:** 06 # -# | **Init:** 2014-08-01_12Z +# | **Valid:** 2014-08-01_12Z # | **Forecast lead:** 12 # -# | **Init:** 2014-08-02_06Z +# | **Valid:** 2014-08-02_06Z # | **Forecast lead:** 06 # -# | **Init:** 2014-08-02_12Z +# | **Valid:** 2014-08-02_12Z # | **Forecast lead:** 12 ############################################################################## @@ -110,7 +110,7 @@ ############################################################################## # User Scripting # -------------- -# [UPDATE_SECTION_CONTENT] +# This use case does not use additional scripts. ##############################################################################