Index: /trunk/LMDZ.MARS/changelog.txt
===================================================================
--- /trunk/LMDZ.MARS/changelog.txt	(revision 3733)
+++ /trunk/LMDZ.MARS/changelog.txt	(revision 3734)
@@ -4805,2 +4805,5 @@
 == 22/04/2025 == JBC
 Fixing a sanity check for the prescribtion of the atmospheric water profile in 1D and making comments more explicit.
+
+== 22/04/2025 == JBC
+Addition of a warning message for the user to tell that tracers are set to 0 if no input profile is found in 1D.
Index: /trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90
===================================================================
--- /trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90	(revision 3733)
+++ /trunk/LMDZ.MARS/libf/phymars/dyn1d/init_testphys1d_mod.F90	(revision 3734)
@@ -817,5 +817,4 @@
     endif
 endif
-print*, 'looooooooooool', q(1,1,igcm_h2o_vap)
 
 END SUBROUTINE init_testphys1d
Index: /trunk/LMDZ.MARS/libf/phymars/dyn1d/read_profile_mod.F90
===================================================================
--- /trunk/LMDZ.MARS/libf/phymars/dyn1d/read_profile_mod.F90	(revision 3733)
+++ /trunk/LMDZ.MARS/libf/phymars/dyn1d/read_profile_mod.F90	(revision 3734)
@@ -127,4 +127,7 @@
     else
       write(*,*)"File profile_"//trim(name_tracer(iq))//" not found!"
+      write(*,*)"q(traceur) and qsurf(traceur) are set to 0! Except:"
+      write(*,*)"    - q(co2) = 0.95"
+      write(*,*)"    - q(hdo) = q(h2o)*2*155.76e-6*5"
 !---------------------------------------------------------------------------------------------------------------------!
 ! 3.1.2.a. Some cases require a special initialization
Index: /trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90
===================================================================
--- /trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90	(revision 3733)
+++ /trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F90	(revision 3734)
@@ -150,5 +150,5 @@
                      time,psurf,u,v,temp,ndt,ptif,pks,dttestphys,zqsat,dq,dqdyn,day0,day,gru,grv,w, &
                      play,plev,latitude,longitude,cell_area,atm_wat_profile,atm_wat_tau)
-print*, 'yooooooooooooooooooo', q(1,1,igcm_h2o_vap)
+
 ! Write a "startfi" file
 ! ----------------------
@@ -163,5 +163,4 @@
                   totcloudfrac,wstar,watercap,perennial_co2ice)
 endif !(.not. therestartfi)
-print*, 'yooooooooooooooooooo', q(1,1,igcm_h2o_vap)
 
 !=======================================================================
