From 11929a7d828334051bb5c7a5728a4a3a581cf0a6 Mon Sep 17 00:00:00 2001 From: Christina Kalb Date: Tue, 17 Dec 2024 14:52:57 -0700 Subject: [PATCH] Update docs/use_cases/model_applications/s2s_mjo/UserScript_obsERA_obsOnly_RMM.py Co-authored-by: Julie Prestopnik --- .../model_applications/s2s_mjo/UserScript_obsERA_obsOnly_RMM.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/use_cases/model_applications/s2s_mjo/UserScript_obsERA_obsOnly_RMM.py b/docs/use_cases/model_applications/s2s_mjo/UserScript_obsERA_obsOnly_RMM.py index c5a223605..a77ee1d24 100644 --- a/docs/use_cases/model_applications/s2s_mjo/UserScript_obsERA_obsOnly_RMM.py +++ b/docs/use_cases/model_applications/s2s_mjo/UserScript_obsERA_obsOnly_RMM.py @@ -143,7 +143,7 @@ # OLR is then filtered for 20 - 96 days, and regressed onto the daily EOFs. Finally, it's normalized # and these normalized components are plotted on a phase diagram and timeseries plot. # -# The anomalies are created using a harmonic analysis for OLR, U850, and U200 with the python script +# The anomalies are created using a harmonic analysis for OLR, U850, and U200 with the Python script # compute_harmonic_anomalies.py. Input to the harmonic analysis script include a text file containing the # list of input files, the daily mean variable name, mean daily average varable name, output directory and output file # basename. These are defined in the [harmonic_anomalies_olr], [harmonic_anomalies_u850], and harmonic_anomalies_u200]