|
@@ -22,11 +22,19 @@ Once the job is submitted, you can simply run 'coral status' in the run director
|
|
|
|
|
|
## Requirements
|
|
## Requirements
|
|
|
|
|
|
-NEMO installed: see [How to install 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](http://www.climate.be:3000/TECLIM/Coral/wiki/NEMO-from-scratch)
|
|
|
|
|
|
## Install
|
|
## Install
|
|
|
|
|
|
-Clone the Coral repository (for instance in the EXTERNAL directory of your NEMO install) and update your shell startup script to source the 'setup-coral.sh' file to add 'coral' to your PATH variable.
|
|
|
|
|
|
+Clone the Coral repository (for instance in the EXTERNAL directory of your NEMO install) and update your shell startup script to source the 'setup-coral.sh' file to add 'coral' to your PATH variable.
|
|
|
|
+
|
|
|
|
+```bash
|
|
|
|
+configure_nemo()
|
|
|
|
+{
|
|
|
|
+ [...]
|
|
|
|
+ source $HOME/modeles/nemo/3.6/EXTERNAL/coral/setup-coral.sh
|
|
|
|
+}
|
|
|
|
+```
|
|
|
|
|
|
## Acknowledgments
|
|
## Acknowledgments
|
|
|
|
|