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

started to implement the function to get model-data mismatch for each obs

parent c4d2ede6
No related branches found
No related tags found
No related merge requests found
......@@ -57,6 +57,12 @@ class Observation(object):
""" Add the simulation data to the Observation object.
"""
def AddModelDataMismatch(self, DaCycle):
"""
Get the model-data mismatch values for this cycle.
"""
def WriteSampleInfo(self, DaCycle):
"""
Write the information needed by the observation operator to a file. Return the filename that was written for later use
......
......@@ -154,6 +154,11 @@ class CtObservations(Observation):
return obsinputfile
def AddModelDataMismatch(self, DaCycle):
"""
Get the model-data mismatch values for this cycle.
"""
################### End Class CtObservations ###################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment