Index: trunk/LMDZ.COMMON/libf/evolution/changelog.txt
===================================================================
--- trunk/LMDZ.COMMON/libf/evolution/changelog.txt	(revision 3181)
+++ trunk/LMDZ.COMMON/libf/evolution/changelog.txt	(revision 3182)
@@ -205,7 +205,10 @@
 (cosmetic commit)
 
-== 09/01/2023 == JBC
+== 25/01/2023 == JBC
 - Addition of a script "inipem_orbit.sh" in the deftank to modify the orbital parameters of a file "startfi.nc" according to the date set in the file "run_PEM.def" and data found in "obl_ecc_lsp.asc";
 - Flow of glaciers is now computed only when there are slopes;
 - Reversion to the name "diagpem.nc" for the PEM outputs (as decided) which was modified in r3171;
 - Some small cleanings.
+
+== 25/01/2023 == JBC
+Update of "launch_pem.sh" related to r3171 to move the "diagsoilpem.nc" in the intended output folder.
Index: trunk/LMDZ.COMMON/libf/evolution/deftank/launch_pem.sh
===================================================================
--- trunk/LMDZ.COMMON/libf/evolution/deftank/launch_pem.sh	(revision 3181)
+++ trunk/LMDZ.COMMON/libf/evolution/deftank/launch_pem.sh	(revision 3182)
@@ -187,4 +187,5 @@
     mv out_runPEM${iPEM} out_PEM/run${iPEM}
     mv diagpem.nc diags/diagpem${iPEM}.nc
+    mv diagsoilpem.nc diags/diagsoilpem${iPEM}.nc
     cp restartpem.nc starts/startpem${iPEM}.nc
     mv restartpem.nc startpem.nc
