From 1dc4e98f23e58e382e03e6cbd13c8358c8059b6e Mon Sep 17 00:00:00 2001 From: Julie Prestopnik Date: Mon, 4 Nov 2024 14:35:28 -0700 Subject: [PATCH] Per #2741, resolving error --- .../EnsembleStat_fcstICAP_obsMODIS_aod.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/docs/use_cases/model_applications/air_quality_and_comp/EnsembleStat_fcstICAP_obsMODIS_aod.py b/docs/use_cases/model_applications/air_quality_and_comp/EnsembleStat_fcstICAP_obsMODIS_aod.py index 8afa758c0..00138be53 100644 --- a/docs/use_cases/model_applications/air_quality_and_comp/EnsembleStat_fcstICAP_obsMODIS_aod.py +++ b/docs/use_cases/model_applications/air_quality_and_comp/EnsembleStat_fcstICAP_obsMODIS_aod.py @@ -57,8 +57,11 @@ # ---------------- # # **Beginning time (INIT_BEG):** 201608150000 +# # **End time (INIT_END):** 201608150000 +# # **Increment between beginning and end times (INIT_INCREMENT):** 06H +# # **Sequence of forecast leads to process (LEAD_SEQ):** 12H # # EnsembleStat is the only tool called in this example. It processes a single run time with seven ensemble members, @@ -153,7 +156,7 @@ # Pass the use case configuration file to the run_metplus.py script along # with any user-specific system configuration files if desired:: # -# run_metplus.py /path/to/METplus/parm/use_cases/model_applications/air_quality_and_comp/EnsembleStat_fcstICAP_obsMODIS_aod.conf /path/to/user_system.conf +# run_metplus.py /path/to/METplus/parm/use_cases/model_applications/air_quality_and_comp/EnsembleStat_fcstICAP_obsMODIS_aod.conf /path/to/user_system.conf # # See :ref:`running-metplus` for more information. @@ -162,6 +165,7 @@ # --------------- # # 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.