Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
CTDAS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Tsurata, Aki
CTDAS
Commits
4514d5a4
Commit
4514d5a4
authored
14 years ago
by
Peters, Wouter
Browse files
Options
Downloads
Patches
Plain Diff
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
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
da/baseclasses/obs.py
+6
-0
6 additions, 0 deletions
da/baseclasses/obs.py
da/ct/obs.py
+5
-0
5 additions, 0 deletions
da/ct/obs.py
with
11 additions
and
0 deletions
da/baseclasses/obs.py
+
6
−
0
View file @
4514d5a4
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
da/ct/obs.py
+
5
−
0
View file @
4514d5a4
...
...
@@ -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 ###################
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment