Index: /trunk/LMDZ.GENERIC/README
===================================================================
--- /trunk/LMDZ.GENERIC/README	(revision 1324)
+++ /trunk/LMDZ.GENERIC/README	(revision 1325)
@@ -1043,2 +1043,4 @@
 done in LMDZ.COMMON.
 
+== 18/08/2014 == JL
+- fixed variable type declaration bug in ave_stelspec
Index: /trunk/LMDZ.GENERIC/libf/phystd/ave_stelspec.F90
===================================================================
--- /trunk/LMDZ.GENERIC/libf/phystd/ave_stelspec.F90	(revision 1324)
+++ /trunk/LMDZ.GENERIC/libf/phystd/ave_stelspec.F90	(revision 1325)
@@ -36,8 +36,8 @@
       integer Nfine
       integer,parameter :: Nfineband=200
-      integer ifine
+      integer ifine,band
 
       real,allocatable,save :: lam(:),stel_f(:) 	!read by master
-      real band,lamm,lamp
+      real lamm,lamp
       real dl
 
