Index: LMDZ6/trunk/libf/phylmd/cvltr_scav.f90
===================================================================
--- LMDZ6/trunk/libf/phylmd/cvltr_scav.f90	(revision 5556)
+++ LMDZ6/trunk/libf/phylmd/cvltr_scav.f90	(revision 5557)
@@ -12,5 +12,4 @@
      zmfd1a,zmfphi2,zmfdam)
   !
-USE chem_mod_h
   USE yoecumf_mod_h
   USE conema3_mod_h
Index: LMDZ6/trunk/libf/phylmd/readaerosol_interp.f90
===================================================================
--- LMDZ6/trunk/libf/phylmd/readaerosol_interp.f90	(revision 5556)
+++ LMDZ6/trunk/libf/phylmd/readaerosol_interp.f90	(revision 5557)
@@ -13,5 +13,5 @@
 ! 4) Test for negative mass values
 
-USE chem_mod_h
+!USE chem_mod_h
     USE clesphys_mod_h
   USE ioipsl
@@ -190,5 +190,5 @@
         ENDIF
      ELSE  IF (aer_type == 'mix2') THEN
-        ! Special case using a mix of decenal sulfate file and natrual aerosols
+        ! Special case using a mix of decenal sulfate file and natural aerosols
         IF (name_aero(id_aero) == 'SO4') THEN
            filename='so4.run '
@@ -199,5 +199,5 @@
         ENDIF
      ELSE  IF (aer_type == 'mix3') THEN
-        ! Special case using a mix of annual sulfate file and natrual aerosols
+        ! Special case using a mix of annual sulfate file and natural aerosols
         IF (name_aero(id_aero) == 'SO4') THEN
            filename='aerosols'
