فهرست منبع

Mettre à jour 'README.md'

Pierre-Yves Barriat 7 سال پیش
والد
کامیت
4e44bcd216
1فایلهای تغییر یافته به همراه25 افزوده شده و 0 حذف شده
  1. 25 0
      README.md

+ 25 - 0
README.md

@@ -36,6 +36,31 @@ configure_nemo()
 }
 ```
 
+## Getting started
+
+NEMO & XIOS must be compiled: see [How to compile NEMO](http://www.climate.be:3000/TECLIM/Coral/wiki/NEMO-compilation)
+
+### Create a NEMO config experiment
+
+```bash
+cd $HOME/modeles/nemo/3.6/CONFIG
+# Create new experiment
+./makenemo -n ORCA1_LIM3_REF -d "OPA_SRC LIM_SRC_3" -m myARCHfile -j0
+# Check your CPP keys
+vi ORCA1_LIM3_REF/cpp_ORCA1_LIM3_REF.fcm
+# Compile
+./makenemo -n ORCA1_LIM3_REF -m myARCHfile -j4
+```
+
+### Create a Coral instance
+
+```bash
+cd ORCA1_LIM3_REF
+mkdir CORAL00
+cd CORAL00
+coral init
+```
+
 ## Acknowledgments
 
 - Thanks [@dfr](http://www.climate.be:3000/dfr) for initializing this project.