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

added diagnostic output from optimizer

parent 188f81af
Branches
No related tags found
No related merge requests found
......@@ -165,7 +165,7 @@ def SampleState(DaCycle,Samples,StateVector, ObservationOperator):
# Optionally, post-processing of the model output can be added that deals for instance with
# sub-sampling of time series, vertical averaging, etc.
for n in range(nlag): print StateVector.EnsembleMembers[n][0].ModelSample.Data.getvalues('obs'), allobs
for n in range(nlag): print StateVector.EnsembleMembers[n][0].ModelSample.Data.getvalues('obs')
return None
def SampleOneCycle(DaCycle,Samples,StateVector, ObservationOperator,lag):
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment