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
Merge requests
!3
Update mitgcm/README.md
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Update mitgcm/README.md
rju-main-patch-47656
into
main
Overview
0
Commits
1
Changes
1
Merged
Reiner Jung
requested to merge
rju-main-patch-47656
into
main
3 years ago
Overview
0
Commits
1
Changes
1
Expand
0
0
Merge request reports
Compare
main
main (base)
and
latest version
latest version
3ab01905
1 commit,
3 years ago
1 file
+
6
−
6
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
mitgcm/README.md
+
6
−
6
Options
@@ -38,7 +38,7 @@ git clone https://git.se.informatik.uni-kiel.de/oceandsl/ecsa-mitgcm.git
Clone the
*oceandsl-java-tools*
or retrieve them from the replication
package.
```
git clone https://git.se.informatik.uni-kiel.de/oceandsl/oceandsl-
java-
tools
git clone https://git.se.informatik.uni-kiel.de/oceandsl/oceandsl-tools
.git
```
Clone the
*mitgcm*
repository.
@@ -48,25 +48,25 @@ git clone https://github.com/MITgcm/MITgcm.git
Clone the
*kieker-lang-pack-c*
repository.
```
git clone https://github.com/kieker-monitoring/kieker-lang-pack-c
git clone https://github.com/kieker-monitoring/kieker-lang-pack-c
.git
```
## Java Tools
Building the Java tools should be straight forward. Enter:
```
cd oceandsl-
java-
tools
cd oceandsl-tools
./gradlew clean build
./assemble-tools.sh
cd ..
```
Install both tools as follows:
```
tar -xpf oceandsl-java-tools/tools/create-architecture-model/build/distributions/create-architecture-model.tar
tar -xpf oceandsl-java-tools/tools/pp-static-log/build/distributions/pp-static-log.tar
tar -xpf oceandsl-tools/build/oceandsl-tools.tgz
```
This creates
two
director
ies
in your experiments folder containing
This creates
a
director
y
in your experiments folder containing
the respective tools in a bin folder.
## Install Kieker
Loading