From c07b09e01b5cf50bf765939fe5a60ee569cd6383 Mon Sep 17 00:00:00 2001
From: Ignacio Pisso <Ignacio.Pisso@nilu.no>
Date: Wed, 15 Jul 2015 11:31:51 +0200
Subject: [PATCH] from svn branch petra r38 | pesei | 2015-04-22 17:46:04 +0200
 (Wed, 22 Apr 2015) | 1 line Changed paths:    M
 /branches/petra/src/FLEXPART.f90

Update FLEXPART Version string
---
 src/FLEXPART.f90 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/FLEXPART.f90 b/src/FLEXPART.f90
index c2d9aabb..e84febbb 100644
--- a/src/FLEXPART.f90
+++ b/src/FLEXPART.f90
@@ -65,7 +65,7 @@ program flexpart
   call gasdev1(idummy,rannumb(maxrand),rannumb(maxrand-1))
 
   ! FLEXPART version string
-  flexversion='Version 9.2_beta.r3? (2015-02-25)'
+  flexversion='Version 9.2_beta.r37 (2015-04-22)'
   verbosity=0
 
   ! Read the pathnames where input/output files are stored
-- 
GitLab