diff --git a/srcPython/postAether.py b/srcPython/postAether.py index deeeb228..0282138e 100755 --- a/srcPython/postAether.py +++ b/srcPython/postAether.py @@ -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 ...')