From 80bc69d7a6c8446546dcd10d003f300623daddb8 Mon Sep 17 00:00:00 2001
From: POLCHER Jan <jan.polcher@lmd.jussieu.fr>
Date: Wed, 12 Jun 2019 15:48:15 +0000
Subject: [PATCH] Update README.md

---
 README.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index bebb7a7..28d14bf 100644
--- a/README.md
+++ b/README.md
@@ -2,9 +2,9 @@ In ORCHIDEE the graph of the water routing through rivers was generated on the f
 
 This solution is not ideal for various reasons :
 
-    It is difficult to parallelize as in ORCHIDEE the domain decomposition does not foresee exchange of halos.
-    The routing graph produced in ORCHIDEE could not easily be verified before a simulation is launched.
-    We plan evolution of the routing scheme which will require a large number of extra information (floodplains, dams, adduction networks, ...) and it will be complicated to add this within the full model.
+- It is difficult to parallelize as in ORCHIDEE the domain decomposition does not foresee exchange of halos.
+- The routing graph produced in ORCHIDEE could not easily be verified before a simulation is launched.
+- We plan evolution of the routing scheme which will require a large number of extra information (floodplains, dams, adduction networks, ...) and it will be complicated to add this within the full model.
 
 This pre-processor should be able to generate the full information needed by ORCHIDEE to route the water 
 to the ocean or return it to evaporative processes. It required the grid of the model and the land/sea mask. All the rest should be ancillary information.
-- 
GitLab