Index: trunk/LMDZ.PLUTO/changelog.txt
===================================================================
--- trunk/LMDZ.PLUTO/changelog.txt	(revision 3717)
+++ trunk/LMDZ.PLUTO/changelog.txt	(revision 3718)
@@ -1863,2 +1863,5 @@
 indexes changes with number of computing cores).
 
+== 09/04/2025 == EM
+Follow-up of reindexing of columns for restartfi files: In 1D one should also
+initialize the "ind_cell_glo" array.
Index: trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/kcm1d.F90
===================================================================
--- trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/kcm1d.F90	(revision 3717)
+++ trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/kcm1d.F90	(revision 3718)
@@ -298,5 +298,5 @@
   call init_interface_dyn_phys
   CALL init_regular_lonlat(1,1,longitude,latitude,(/0.,0./),(/0.,0./))
-  call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area)
+  call init_geometry(1,longitude,latitude,(/0.,0.,0.,0./),(/0.,0.,0.,0./),cell_area,[1])
   call init_dimphy(1,nlayer) ! Initialize dimphy module
 
Index: trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/rcm1d.F
===================================================================
--- trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/rcm1d.F	(revision 3717)
+++ trunk/LMDZ.PLUTO/libf/phypluto/dyn1d/rcm1d.F	(revision 3718)
@@ -556,5 +556,5 @@
       call init_geometry(1,longitude,latitude,
      &                   (/0.,0.,0.,0./),(/0.,0.,0.,0./),
-     &                   cell_area)
+     &                   cell_area,[1])
 ! Ehouarn: init_vertial_layers called later (because disvert not called yet)
 !      call init_vertical_layers(nlayer,preff,scaleheight,
