From 936252ef64e0f42b38a86e59ffeff87af6d0681c Mon Sep 17 00:00:00 2001 From: mfwehner Date: Fri, 10 Aug 2018 12:40:51 -0700 Subject: [PATCH] Update make_extrema_longrun_pentad.py --- .../devel/extremes/original/make_extrema_longrun_pentad.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/python/devel/extremes/original/make_extrema_longrun_pentad.py b/src/python/devel/extremes/original/make_extrema_longrun_pentad.py index bb611adf2..173aa606e 100644 --- a/src/python/devel/extremes/original/make_extrema_longrun_pentad.py +++ b/src/python/devel/extremes/original/make_extrema_longrun_pentad.py @@ -4,7 +4,7 @@ # example execute line: # python make_extrema_longrun_pentad.py var model_scenario_realization var_file lat_name # Where: -# var is the variable name +# var is the variable name. This almost always going to be daily accumulated precipitation (pr). # model_scenario_realization is a descriptor for the output file # var_file is the input file of daily data. An xml file constructed with cdscan works here. # lat_name is the name of the latitude dimension @@ -71,6 +71,7 @@ time=MV.zeros((y2-y0+1),MV.float) # Calculate annual extrema +# Note to Peter G. From here to line 123 could be deleted or commented out to save time. We don't really need the annual maxima. print("starting annual") y1=y0 m1=1 # January