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

debugging optimizer

parent 60c7edd3
Branches
No related tags found
No related merge requests found
......@@ -161,6 +161,7 @@ def SampleState(DaCycle,Samples,StateVector, ObservationOperator):
msg = header+".....Ensemble Kalman Filter at lag %d"% (int(lag)+1,) ; logging.info(msg)
SampleOneCycle(DaCycle,Samples,StateVector, ObservationOperator,lag)
print StateVector.EnsembleMembers[lag][0].ModelSample.Data.getvalues('obs')
# Optionally, post-processing of the model output can be added that deals for instance with
# sub-sampling of time series, vertical averaging, etc.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment