Skip to content
Snippets Groups Projects
Commit cd033915 authored by Peters, Wouter's avatar Peters, Wouter
Browse files

error in call to avg data removed

parent 409de678
No related branches found
No related tags found
No related merge requests found
......@@ -135,15 +135,16 @@ def analysis_pipeline(dacycle, platform, dasystem, samples, statevector, obsoper
except:
logging.error("Error in analysis of weekly tc fluxes, continuing analysis...")
try:
save_weekly_avg_agg_data(dacycle,region_aggregate='flux1x1')
save_weekly_avg_agg_data(dacycle,region_aggregate='transcom')
save_weekly_avg_agg_data(dacycle,region_aggregate='olson')
save_weekly_avg_agg_data(dacycle,region_aggregate='country')
except:
logging.error("Error in analysis of weekly aggregated fluxes, continuing analysis...")
try:
time_avg(dacycle,'flux1x1')
time_avg(dacycle,'transcom')
time_avg(dacycle,'olson')
time_avg(dacycle,'country')
except:
logging.error("Error in analysis of time averaged fluxes, continuing analysis...")
try:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment