Index: /trunk/LMDZ.MARS/libf/phymars/surfini.F
===================================================================
--- /trunk/LMDZ.MARS/libf/phymars/surfini.F	(revision 316)
+++ /trunk/LMDZ.MARS/libf/phymars/surfini.F	(revision 317)
@@ -50,6 +50,6 @@
         
 #ifdef MESOSCALE
+         !write(*,*) "all qsurf to zero. dirty."
          do iq=1,nqmx
-         write(*,*) "all qsurf to zero. dirty."
          qsurf(ig,iq)=0.  !! on jette les inputs GCM
                           !! on regle juste watercaptag
Index: /trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py
===================================================================
--- /trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py	(revision 316)
+++ /trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/myplot.py	(revision 317)
@@ -21,5 +21,5 @@
 def whatkindfile (nc):
     if 'controle' in nc.variables:   typefile = 'gcm'
-    elif 'phisinit' in nc.variables: typefile = 'gcmex'
+    elif 'phisinit' in nc.variables: typefile = 'gcm' 
     elif 'vert' in nc.variables:     typefile = 'mesoapi'
     elif 'U' in nc.variables:        typefile = 'meso'
@@ -152,5 +152,5 @@
     if zetime is not None \
        and 'vert' not in nc.variables:
-       #### strangely enough this does not work for api or ncrcat results!
+        #### strangely enough this does not work for api or ncrcat results!
         zetimestart = getattr(nc, 'START_DATE')
         zeday = int(zetime[8]+zetime[9]) - int(zetimestart[8]+zetimestart[9])
@@ -254,4 +254,5 @@
 
 def getcoorddef ( nc ):   
+    import numpy as np
     ## getcoord2d for predefined types
     typefile = whatkindfile(nc)
@@ -260,5 +261,5 @@
         lon2d = dumpbdy(lon2d,6)
         lat2d = dumpbdy(lat2d,6)
-    elif typefile in ['gcm','gcmex']:
+    elif typefile in ['gcm']: 
         [lon2d,lat2d] = getcoord2d(nc,nlat="latitude",nlon="longitude",is1d=True)
     elif typefile in ['geo']:
@@ -495,4 +496,5 @@
              "Um":           "%.0f",\
              "ALBBARE":      "%.2f",\
+             "TAU":          "%.1f",\
                     }
     if whichvar not in fmtvar:
@@ -520,4 +522,5 @@
              "QSURFICE":     "hot_r",\
              "ALBBARE":      "spectral",\
+             "TAU":          "YlOrBr_r",\
                      }
 #W --> spectral ou jet
Index: /trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/winds.py
===================================================================
--- /trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/winds.py	(revision 316)
+++ /trunk/MESOSCALE/LMD_MM_MARS/SRC/PYTHON/winds.py	(revision 317)
@@ -196,5 +196,5 @@
     ### Save the figure in a file in the data folder or an user-defined folder
     if typefile in ['meso','mesoapi']:   prefix = getprefix(nc)   
-    elif typefile in ['gcm','gcmex']:    prefix = 'LMD_GCM_'
+    elif typefile in ['gcm']:            prefix = 'LMD_GCM_'
     else:                                prefix = ''
     ###
Index: /trunk/MESOSCALE_DEV/MANUAL/SRC/advance.tex
===================================================================
--- /trunk/MESOSCALE_DEV/MANUAL/SRC/advance.tex	(revision 316)
+++ /trunk/MESOSCALE_DEV/MANUAL/SRC/advance.tex	(revision 317)
@@ -130,6 +130,8 @@
 %%[set to 18 for newphys]
 
-%% attention init_TI n'est plus sÃparable... il faut run real.exe a cause du modele sous surface
+%% attention init_TI n'est plus separable... il faut run real.exe a cause du modele sous surface
 %% il faut ajouter init_Z0 ! ou il n'y a pas besoin de re executer real.exe
 
+%% si z0 n est pas dans le wrfinput on prend la valeur par defaut
+
 \clearemptydoublepage
