Index: trunk/LMDZ.PLUTO/libf/phypluto/phyredem.F90
===================================================================
--- trunk/LMDZ.PLUTO/libf/phypluto/phyredem.F90	(revision 3747)
+++ trunk/LMDZ.PLUTO/libf/phypluto/phyredem.F90	(revision 3748)
@@ -16,5 +16,5 @@
                        emisice, emissiv,             &
                        iceradius, dtemisice, phisfi
-  use iostart, only : open_restartphy, close_restartphy, &
+  use iostart, only : create_restartphy, open_restartphy, close_restartphy, &
                       put_var, put_field, length, ldscrpt, ndscrpt
   use mod_grid_phy_lmdz, only : klon_glo
@@ -83,5 +83,5 @@
 
   ! Create physics start file
-  call open_restartphy(filename,nid_restart)
+  call create_restartphy(filename,nid_restart)
 
 ! tab_cntrl() contains run parameters
