Kaynağa Gözat

Mettre à jour 'README.md'

Pierre-Yves Barriat 7 yıl önce
ebeveyn
işleme
e63474a482
1 değiştirilmiş dosya ile 10 ekleme ve 2 silme
  1. 10 2
      README.md

+ 10 - 2
README.md

@@ -22,11 +22,19 @@ Once the job is submitted, you can simply run 'coral status' in the run director
 
 ## 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
 
-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