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

debugging optimizer

parent 606bac36
Branches
No related tags found
No related merge requests found
......@@ -222,7 +222,7 @@ def SampleOneCycle(DaCycle,Samples,StateVector, ObservationOperator,lag):
# Read forecast model samples that were written to NetCDF files by each member, also add the obs to the statevector
# Note that obs will only be added to the statevector is either this is the first step (restart=False), or lag==nlag
if lag == nlag-1 or DaCycle['time.restart']=True:
if lag == nlag-1 or DaCycle['time.restart']==True :
silent = False
members = StateVector.EnsembleMembers[lag]
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment