Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cp-dsl-replication
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
cp-dsl-replication
Commits
78346b3c
Commit
78346b3c
authored
3 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Updated README
parent
8dc1cb85
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
README.md
+35
-0
35 additions, 0 deletions
README.md
with
35 additions
and
0 deletions
README.md
+
35
−
0
View file @
78346b3c
...
...
@@ -51,3 +51,38 @@ Its installation is as follows:
Jupyter can be run in a docker container or setup natively on a machine.
Here, we describe the native Jupyter setup.
## MITgcm Project Setup
MITgcm is a Earth System Climate Model (ESCM) available from
`http://mitgcm.org/`
. The documentation can be found at
`https://mitgcm.readthedocs.io/en/latest/`
.
To setup the model, you have to can get the code with:
`git clone https://github.com/MITgcm/MITgcm.git`
Now you can select an example model. We recommend to use a mode from
the tutorial, e.g.,
`https://mitgcm.readthedocs.io/en/latest/examples/barotropic_gyre/barotropic_gyre.html`
Therefore, switch to
`verification/tutorial_barotropic_gyre/`
inside the
`MITgcm`
code base.
Before continuing with OceanDSL's CP-DSL, you can have a look at the
setup files in
`input`
and
`code`
sub-directories of the example.
For the CP-DSL, you must create a
`configuration.oconf`
file in the
examples model directory. Lets assume this should be done in Eclipse.
-
Open Eclipse with a clean workspace.
-
Create a new project that should reside in
`verification/tutorial_barotropic_gyre/`
-
You can now copy the
`barotropic_gyre.oconf`
file to the project.
-
Open the file in Eclipse. Eclipse might ask you to add the XText
nature, please do so. In case the
`barotropic_gyre.oconf`
is opened
in a plain text editor, choose
*Open with ...*
to select the right
editor.
-
You can no manipulate settings for the example.
-
Save the file. This generates the necessary configuration files.
-
You can now compile the project following the instructions in the
tutorial's README file.
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