From 29b0879ac81def42a4f05a4027844ee2010ceb75 Mon Sep 17 00:00:00 2001
From: Juan Escobar <juan.escobar@aero.obs-mip.fr>
Date: Fri, 25 Apr 2014 15:35:31 +0000
Subject: [PATCH] Juan 25/04/2014: upgrade to MNH-5-1-2

---
 A-INSTALL | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/A-INSTALL b/A-INSTALL
index a98e44c9c..5b5a03de4 100644
--- a/A-INSTALL
+++ b/A-INSTALL
@@ -940,6 +940,19 @@ export MNH_FOREFIRE=1.0
 make
 etc ...
 
+#
+# The FOREFIRE API package himself must be compiled independently from MesoNH
+# The git repository is here https://github.com/forefireAPI/firefront/tree/2014.01
+# it could be cloned by
+
+git clone -b 2014.01 https://github.com/forefireAPI/firefront.git
+
+# it depend on netcdf and scons for is compilation
+# the "libForeFIre.so" generate must by referenced in the LD_LIBRARY_PATH
+# or move/linked to the 'exe' directory of MesoNH
+#    
+
+
 # see c) for cleaning previously version if needed
 
 # c) cleaning previous compiled version
-- 
GitLab