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

added a line to demonstrate the analysis step after the main pipeline is finished

parent 9f4a9b53
No related branches found
No related tags found
No related merge requests found
...@@ -64,6 +64,15 @@ EnsembleSmootherPipeline(DaCycle,PlatForm, DaSystem, Samples,StateVector,ObsOper ...@@ -64,6 +64,15 @@ EnsembleSmootherPipeline(DaCycle,PlatForm, DaSystem, Samples,StateVector,ObsOper
########################################################################################## ##########################################################################################
################### All done ################### All done, extra stuff can be added next, such as analysis
########################################################################################## ##########################################################################################
msg = header+"Starting analysis"+footer ; logging.info(msg)
from da.analysis.expand_fluxes import SaveWeeklyAvg1x1Data
savedas = SaveWeeklyAvg1x1Data(DaCycle)
sys.exit(0)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment