Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
esm-architecture-analysis-replication-package
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
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
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
oceandsl
esm-architecture-analysis-replication-package
Commits
751cd29f
Commit
751cd29f
authored
1 year ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Updated readme.
parent
6f944c31
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
models/REVISIONS-README.md
+13
-0
13 additions, 0 deletions
models/REVISIONS-README.md
with
13 additions
and
0 deletions
models/REVISIONS-README.md
+
13
−
0
View file @
751cd29f
...
...
@@ -91,3 +91,16 @@ Alternatively, you can generate graphics with the `mvis` tool
on commandline using different selection schemes. See the documentation for details or just test out
the different selectors.
## Compare metrics of different architectures
For each architecture, the recovery produces a
`model-complexity.csv`
file with multiple metrics.
To compare them, you have to read all the different
`model-complexity.csv`
files. However, we
provide a small tool which can do this for you. Please use for this purpose:
```
${TOOLS_DIR}/aggregate-metrics -i "${REPLICATION_DIR}/data/mitgcm/checkpoint60" "${REPLICATION_DIR}/data/mitgcm/checkpoint61t" -o summary.csv
```
The resulting
`summary.csv`
contains all the data in one table which can then be processed
by R or other suitable statistics tools.
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