|
@@ -6,8 +6,8 @@ Coral is a collaborative job submission script manager for the NEMO (Nucleus fo
|
|
|
## Overview
|
|
|
|
|
|
- Run 'coral -h' to get a list of Coral commands, and 'coral \<command\> -h' to get help for a specific \<command\>
|
|
|
-- Please see the [Documentation](http://www.climate.be/Coral/docs) for common usages and change log.
|
|
|
-- Having trouble? Get help with [Troubleshooting](http://www.climate.be/Coral/docs/troubleshooting.html)
|
|
|
+- Please see the [Documentation](https://www.elic.ucl.ac.be/Coral/docs) for common usages and change log.
|
|
|
+- Having trouble? Get help with [Troubleshooting](https://www.elic.ucl.ac.be/Coral/docs/troubleshooting.html)
|
|
|
|
|
|
## Features
|
|
|
|
|
@@ -22,7 +22,7 @@ Once the job is submitted, you can simply run 'coral status' in the run director
|
|
|
|
|
|
## Requirements
|
|
|
|
|
|
-NEMO & XIOS source code: see [How to get NEMO from scratch](http://www.climate.be:3000/TECLIM/Coral/wiki/NEMO-from-scratch)
|
|
|
+NEMO & XIOS source code: see [How to get NEMO from scratch](https://www.elic.ucl.ac.be/TECLIM/Coral/wiki/NEMO-from-scratch)
|
|
|
|
|
|
## Install
|
|
|
|
|
@@ -30,7 +30,7 @@ Clone the Coral repository (for instance in the EXTERNAL directory of your NEMO
|
|
|
|
|
|
```bash
|
|
|
cd $HOME/modeles/nemo/3.6/EXTERNAL
|
|
|
-git clone ssh://egit/TECLIM/Coral.git coral
|
|
|
+git clone ssh://git@www.climate.be:3022/TECLIM/Coral.git coral
|
|
|
```
|
|
|
|
|
|
and update your shell startup script to source the 'setup-coral.sh' file to add 'coral' to your PATH variable.
|
|
@@ -45,7 +45,7 @@ configure_nemo()
|
|
|
|
|
|
## Getting started
|
|
|
|
|
|
-NEMO & XIOS must be compiled: see [How to compile NEMO](http://www.climate.be:3000/TECLIM/Coral/wiki/NEMO-compilation)
|
|
|
+NEMO & XIOS must be compiled: see [How to compile NEMO](https://www.elic.ucl.ac.be/TECLIM/Coral/wiki/NEMO-compilation)
|
|
|
|
|
|
### Create a NEMO config experiment
|
|
|
|
|
@@ -68,7 +68,7 @@ cd CORAL00
|
|
|
coral -h
|
|
|
coral init -h
|
|
|
coral list
|
|
|
-coral init elic_gnu
|
|
|
+coral init lemaitre3
|
|
|
```
|
|
|
|
|
|
### Benchmarks
|
|
@@ -96,12 +96,12 @@ coral init elic_gnu
|
|
|
|
|
|
## Acknowledgments
|
|
|
|
|
|
-- Thanks [@dfr](http://www.climate.be:3000/dfr) for initializing this project.
|
|
|
+- Thanks [@dfr](https://www.elic.ucl.ac.be/dfr) for initializing this project.
|
|
|
|
|
|
## Contributors
|
|
|
|
|
|
-- [@dfr](http://www.climate.be:3000/dfr), [@pbarriat](http://www.climate.be:3000/pbarriat).
|
|
|
+- [@dfr](https://www.elic.ucl.ac.be/dfr), [@pbarriat](https://www.elic.ucl.ac.be/pbarriat).
|
|
|
|
|
|
## License
|
|
|
|
|
|
-This project is under the Creative Commons CC0 1.0 Universal License. See the [LICENSE](http://www.climate.be:3000/pbarriat/Coral/src/master/LICENSE) file for the full license text.
|
|
|
+This project is under the Creative Commons CC0 1.0 Universal License. See the [LICENSE](https://www.elic.ucl.ac.be/pbarriat/Coral/src/master/LICENSE) file for the full license text.
|