From 5127a7cde5f6d6f08d1c1adac6b09a413fdfb2a8 Mon Sep 17 00:00:00 2001 From: allibco Date: Wed, 4 Oct 2023 14:08:32 -0600 Subject: [PATCH] update for deleted arg from sumfile mods --- pyCECT.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pyCECT.py b/pyCECT.py index 3ca7097..b1f4cd4 100755 --- a/pyCECT.py +++ b/pyCECT.py @@ -346,8 +346,8 @@ def main(argv): countgm = np.zeros(len(ifiles), dtype=np.int32) # Calculate the new run global mean - mean3d, mean2d, varlist = pyEnsLib.generate_global_mean_for_summary( - ifiles, var_name3d, var_name2d, is_SE, opts_dict['pepsi_gm'], opts_dict + mean3d, mean2d = pyEnsLib.generate_global_mean_for_summary( + ifiles, var_name3d, var_name2d, is_SE, opts_dict ) means = np.concatenate((mean3d, mean2d), axis=0) # end cam