Skip to content

Commit

Permalink
update for deleted arg from sumfile mods
Browse files Browse the repository at this point in the history
  • Loading branch information
allibco committed Oct 4, 2023
1 parent 72b24fe commit 5127a7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pyCECT.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5127a7c

Please sign in to comment.