Changeset 3748


Ignore:
Timestamp:
Apr 30, 2025, 5:54:39 PM (3 months ago)
Author:
afalco
Message:

Pluto: create restartfi instead of opening it in physdem0.
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/phypluto/phyredem.F90

    r3736 r3748  
    1616                       emisice, emissiv,             &
    1717                       iceradius, dtemisice, phisfi
    18   use iostart, only : open_restartphy, close_restartphy, &
     18  use iostart, only : create_restartphy, open_restartphy, close_restartphy, &
    1919                      put_var, put_field, length, ldscrpt, ndscrpt
    2020  use mod_grid_phy_lmdz, only : klon_glo
     
    8383
    8484  ! Create physics start file
    85   call open_restartphy(filename,nid_restart)
     85  call create_restartphy(filename,nid_restart)
    8686
    8787! tab_cntrl() contains run parameters
Note: See TracChangeset for help on using the changeset viewer.