Index: /trunk/LMDZ.MARS/changelog.txt
===================================================================
--- /trunk/LMDZ.MARS/changelog.txt	(revision 3885)
+++ /trunk/LMDZ.MARS/changelog.txt	(revision 3886)
@@ -4941,2 +4941,6 @@
     - bringing the old 'imicro' time subsampling back again for "simpleclouds" subroutine (which was deleted in r2966 to implement an adaptative timestep within the "improvedclouds" subroutine).
 Resuls are now consistent in 1D with code versions before r2966).
+
+== 12/08/2025 == EM
+Fix newstart, now that initracer is a module.
+ 
Index: /trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F
===================================================================
--- /trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F	(revision 3885)
+++ /trunk/LMDZ.MARS/libf/dynphy_lonlat/phymars/newstart.F	(revision 3886)
@@ -41,4 +41,5 @@
       use phyredem, only: physdem0, physdem1
       use iostart, only: open_startphy
+      use initracer_mod, only: initracer
       use dimradmars_mod, only: albedo, 
      & ini_dimradmars_mod_slope_var,end_dimradmars_mod_slope_var
