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

debugging optimizer

parent a113dc67
No related branches found
No related tags found
No related merge requests found
...@@ -226,7 +226,7 @@ def SampleOneCycle(DaCycle,Samples,StateVector, ObservationOperator,lag): ...@@ -226,7 +226,7 @@ def SampleOneCycle(DaCycle,Samples,StateVector, ObservationOperator,lag):
filename = os.path.join(DaCycle['dir.output'],'samples.%03d.nc'%Member.membernumber) filename = os.path.join(DaCycle['dir.output'],'samples.%03d.nc'%Member.membernumber)
dummy = Samples.AddSimulations(filename,silent) dummy = Samples.AddSimulations(filename,silent)
Member.ModelSample = Samples Member.ModelSample = Samples
print Member.ModelSample print Member.ModelSample.getlength()
silent=True silent=True
StateVector.nobs += Samples.getlength() StateVector.nobs += Samples.getlength()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment