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
8769584b
Commit
8769584b
authored
3 years ago
by
Reiner Jung
Browse files
Options
Downloads
Patches
Plain Diff
Minor polishing on documentation
parent
f7188f17
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
README.md
+11
-11
11 additions, 11 deletions
README.md
with
11 additions
and
11 deletions
README.md
+
11
−
11
View file @
8769584b
...
...
@@ -46,13 +46,13 @@ Before you can install the CP-DSL in Eclipse you need to install Eclipse.
-
Download Eclipse from the Eclipse website https://www.eclipse.org/downloads/
-
Click on the Download button for
*Get Eclipse IDE 2021‑12*
, this directs you
to a download page for the current version of Eclipse. As of today this is
the 2021-12 edition. Howver, CP-DSL should also work with previous and
the 2021-12 edition. How
e
ver, CP-DSL should also work with previous and
later versions of Eclipse.
-
Click on the Download button for the current version. This should start the
download and show the donate page, which can be ignored.
-
Wait until the download is complete.
-
Depending on your platform you may have zip, dmg or tar.gz archive.
-
Upack the archive and run the installer within the archive. On Linux this
-
U
n
pack the archive and run the installer within the archive. On Linux this
can be done with:
-
`tar -xvzpf eclipse-inst-jre-linux64.tar.gz`
(unpack archive)
-
`eclipse-installer/eclipse-inst`
(run installer)
...
...
@@ -103,7 +103,7 @@ plugins and Java. Please note, we provide Debian/Ubuntu compatible installation
commands in our documentation. The correct command for your distribution or
operating system may differ.
### P
r
equisites
### Pe
r
quisites
-
Install the Vim LSP plugin from
`https://github.com/prabirshrestha/vim-lsp`
-
Install Java preferably Java 11.
...
...
@@ -128,15 +128,15 @@ operating system may differ.
This will start the LSP. Otherwise the LSP stays inactive.
-
You can check the status that the LS is available with
`:LspStatus`
.
In case the status is offline or exited, some error might have occured.
In case the status is offline or exited, some error might have occur
r
ed.
One option is that the wrong java version is used. You can check this on
command line with
`java -version`
.
In case the status is online, you are ready to go. Context help is available
with CTRL-Space, similar
i
ly to Eclipse.
with CTRL-Space, similarly to Eclipse.
**Notes:**
-
Vim only provides editing capabilites. Compilation must be performed
-
Vim only provides editing capabilit
i
es. Compilation must be performed
by a command-line compiler.
## Jupyter Setup
...
...
@@ -151,7 +151,7 @@ issue and provide an update of the replication package.
-
LSP for Jupyter
`https://github.com/krassowski/jupyterlab-lsp`
-
JuypterLab
Jupyter can be run in a docker container or
setup native
ly on a machine.
Jupyter can be run in a docker container or
direct
ly on a machine.
For this use the docker setup. However, to run the system in your own
Jupyter installation, you can follow the steps below.
...
...
@@ -213,7 +213,7 @@ Create the `kernel.json` file an fill it with following content:
```
Place the file in your
`share/jupyter/kernels/oconf/`
directory.
Please adapt
`path/to/`
to the location of the
j
upyter kernel directory.
Please adapt
`path/to/`
to the location of the
J
upyter kernel directory.
# Setup of Scientific Models
...
...
@@ -238,7 +238,7 @@ example configurations, we provide in the projects/MITgcm directory.
See below in
**Using Eclipse**
how to import the project and generate code.
The generated code has then to be moved to the prepared configuration
directories. Alternativly, you set the Eclipse output directory to your
directories. Alternativ
e
ly, you set the Eclipse output directory to your
MITgcm verification directory.
## UVic Project Setup
...
...
@@ -283,7 +283,7 @@ steps are identical for the MITgcm setup. Differences will be noted below.
-
Startup Eclipse with the installed CP-DSL (see above)
-
Click on
*File*
>
*Import...*
-
This opens the
*Import Wizard*
-
Click on the arrow or plus sign inf
orm
t of the entry
*General*
-
Click on the arrow or plus sign inf
ron
t of the entry
*General*
-
Select
*Existing Projects into Workspace*
-
Click
*Next>*
-
This opens the
*Import Projects*
dialog
...
...
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