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

Propagate function needs the DaCycle to complete

parent 59aa6a46
No related branches found
No related tags found
No related merge requests found
......@@ -136,7 +136,7 @@ def JobInput(DaCycle, StateVector):
# Now propagate the ensemble by one cycle to prepare for the current cycle
dummy = StateVector.Propagate()
dummy = StateVector.Propagate(DaCycle)
return StateVector
......@@ -331,7 +331,7 @@ def RunForecastModel(DaCycle,ObsOperator):
status = ObsOperator.ValidateInput(DaCycle)
#status = ObsOperator.Run(DaCycle)
status = ObsOperator.Run(DaCycle)
dummy = ObsOperator.SaveData()
......
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