Skip to content
Snippets Groups Projects
Commit ade02975 authored by Ingrid Luijkx's avatar Ingrid Luijkx
Browse files

Small fix, dacycle -> self.dacycle

parent 00714a7d
No related branches found
No related tags found
No related merge requests found
...@@ -243,7 +243,7 @@ class TM5ObservationOperator(ObservationOperator): ...@@ -243,7 +243,7 @@ class TM5ObservationOperator(ObservationOperator):
# Define the name of the file that will contain the modeled output of each observation # Define the name of the file that will contain the modeled output of each observation
self.simulated_file = os.path.join(self.outputdir, 'flask_output.%s.nc' % dacycle['time.sample.stamp']) self.simulated_file = os.path.join(self.outputdir, 'flask_output.%s.nc' % self.dacycle['time.sample.stamp'])
def load_rc(self, name): def load_rc(self, name):
""" """
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment