Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
yoctoyotta1024 committed Jan 19, 2024
1 parent f51f246 commit dc47a6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pySD/sdmout_src/ensembzarr.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
Author: Clara Bayley (CB)
Additional Contributors:
-----
Last Modified: Friday 12th January 2024
Last Modified: Friday 19th January 2024
Modified By: CB
-----
License: BSD 3-Clause "New" or "Revised" License
Expand Down Expand Up @@ -141,6 +141,7 @@ def write_stdvars_to_ensembzarr(ensembdataset, vars4ensemb,
stdname = ensembdataset+"/"+var+"_std"
stdvar = ensemble_data(lambda x : np.std(x, axis=0),
datasets, var)
stdvar = stdvar / np.sqrt(len(datasets))

zattrs = refset+"/"+var+"/.zattrs"
write_matchingarray_to_storage(stdname, stdvar,
Expand Down

0 comments on commit dc47a6f

Please sign in to comment.