Browse Source

Mettre à jour 'README.md'

Francois Massonnet 5 years ago
parent
commit
aba6b2e25f
1 changed files with 18 additions and 23 deletions
  1. 18 23
      README.md

+ 18 - 23
README.md

@@ -1,41 +1,36 @@
 November 2016
 Updated  November 2017
+Updated  March 2019 at UCL
 
 François Massonnet
-francois.massonnet@bsc.es/uclouvain.be
+francois.massonnet@uclouvain.be/bsc.es
 
-Everything available to set up the ensemble Kalman filter for NEMO and EC-Earth
+Everything available to set up the Ensemble Kalman filter (EnKF) for NEMO and EC-Earth
 
-|-----------------------------------------------------------------------|
-|ALL COMPILATIONS AND CREATION OF BINARY FILES SHOULD BE DONE ON THE HPC|
-|-----------------------------------------------------------------------|
 
-1/ Go to the HPC
+#### **!!! ALL COMPILATIONS AND CREATION OF BINARY FILES SHOULD BE DONE ON THE HPC !!!**
+#### 
 
-2/ Clone the git repository (some HPCs don't allow communication with the web, in this case clone locally and rsync the git project to HPC)
+1. **Go to the HPC**
 
->> git clone https://earth.bsc.es/gitlab/fmassonnet/EnKF-assimilation.git
+2. **Clone the git repository** (some HPCs don't allow communication with the web, in this case clone locally and rsync the git project to HPC)
 
-3/ Check-out the appropriate branch
->> git checkout develop-${HPC}
-where ${HPC} is for instance mn4
+```
+git clone https://gogs.elic.ucl.ac.be/fmasson/EnKF.git
+```
 
-The file enkf_modules_to_load.txt is a set of modules to be load at compilation and execution to make sure that all libraries are found
+3. **Compile the EnKF code**
 
-
-A/ Compilation of the EnKF code
--------------------------------
 The folder EnKF-MPI-TOPAZ is a modified copy of the source code found at NERSC (http://enkf.nersc.no/Code/NERSC_implementation/V2/)
 
-It has been modified as to work with NEMO and LIM, by F. Massonnet and C. König Beatty.
-
-___THE CODE SHOULD NOT BE MODIFIED___
-
+It has been modified as to work with NEMO and LIM, by F. Massonnet and C. König Beatty. The code itself should not be modified, unless there are good reasons to do so.
 
->> cd EnKF-MPI-TOPAZ
->> make clean
->> source ../enkf_modules_to_load.txt
->> make 
+```
+cd EnKF-MPI-TOPAZ
+make clean
+configure_ecearth
+make 
+```
 
 An executable EnKF should be produced. Try to run it to see if you get the following information message: