Skip to content

Commit

Permalink
BUG: crashes if trying to write std
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronjridley committed Nov 10, 2023
1 parent 772726c commit df231a0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions srcPython/postAether.py
Original file line number Diff line number Diff line change
Expand Up @@ -984,11 +984,11 @@ def write_and_plot_data(dataToWrite,
write_and_plot_data(ensembleData, fileInfo['ensembleFile'],
'_mean', iVar, iAlt, output_netcdf)

stdData = calc_std_of_ensembles(filesInfo,
ensembleIndexList,
ensembleData)
write_and_plot_data(stdData, fileInfo['ensembleFile'],
'_std', iVar, iAlt, output_netcdf)
#stdData = calc_std_of_ensembles(filesInfo,
# ensembleIndexList,
# ensembleData)
#write_and_plot_data(stdData, fileInfo['ensembleFile'],
# '_std', iVar, iAlt, output_netcdf)

if (args.rm):
print(' --> Removing files ...')
Expand Down

0 comments on commit df231a0

Please sign in to comment.