ifDaCycle.da_settings['time.restart']:# If this is a restart from a previous cycle, the TM5 model should do a restart
ifDaCycle['time.restart']:# If this is a restart from a previous cycle, the TM5 model should do a restart
NewItems['istart']=3
NewItems['istart']=3
ifDaCycle.da_settings['time.sample.window']!=0:# If this is a restart from a previous time step wihtin the filter lag, the TM5 model should do a restart
ifDaCycle['time.sample.window']!=0:# If this is a restart from a previous time step wihtin the filter lag, the TM5 model should do a restart
NewItems['istart']=3
NewItems['istart']=3
# If neither one is true, simply take the istart value from the tm5.rc file that was read
# If neither one is true, simply take the istart value from the tm5.rc file that was read
...
@@ -127,7 +127,7 @@ class TM5ObservationOperator(ObservationOperator):
...
@@ -127,7 +127,7 @@ class TM5ObservationOperator(ObservationOperator):
# Copy the pre-compiled MPI wrapper to the execution directory
# Copy the pre-compiled MPI wrapper to the execution directory