From c20fa0610fdf07be29ad55a58aca733faf414ed3 Mon Sep 17 00:00:00 2001 From: Wouter Peters <wouter.peters@wur.nl> Date: Fri, 27 Jul 2012 12:58:53 +0000 Subject: [PATCH] latest updates to do proper restart with private TM5 rcfile --- da/tm5/observationoperator.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/da/tm5/observationoperator.py b/da/tm5/observationoperator.py index c8d6cbb9..bf8feff2 100755 --- a/da/tm5/observationoperator.py +++ b/da/tm5/observationoperator.py @@ -183,12 +183,6 @@ class TM5ObservationOperator(ObservationOperator): DaPlatForm = self.DaCycle.DaPlatForm -# First reload the original tm5.rc file to get unmodified settings - - dummy = self.LoadRc(self.RcFileName) # load the specified rc-file - dummy = self.ValidateRc() # validate the contents - - # Write a modified TM5 model rc-file in which run/break times are defined by our da system NewItems = { -- GitLab