Index: LMDZ6/trunk/libf/dyn3d/replay3d.F90
===================================================================
--- LMDZ6/trunk/libf/dyn3d/replay3d.F90	(revision 4112)
+++ LMDZ6/trunk/libf/dyn3d/replay3d.F90	(revision 4113)
@@ -170,4 +170,6 @@
 
 CALL suphel
+open(82,file='dump_param.bin',form='unformatted',status='old')
+
 
 
Index: LMDZ6/trunk/libf/phylmd/dyn1d/replay1d.F90
===================================================================
--- LMDZ6/trunk/libf/phylmd/dyn1d/replay1d.F90	(revision 4112)
+++ LMDZ6/trunk/libf/phylmd/dyn1d/replay1d.F90	(revision 4113)
@@ -32,4 +32,5 @@
 preff=101325.
 pa=50000.
+open(82,file='dump_param.bin',form='unformatted',status='old')
   CALL disvert()
   CALL inigeomphy(1,1,llm, &
