Changeset 3748
- Timestamp:
- Apr 30, 2025, 5:54:39 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/phypluto/phyredem.F90
r3736 r3748 16 16 emisice, emissiv, & 17 17 iceradius, dtemisice, phisfi 18 use iostart, only : open_restartphy, close_restartphy, &18 use iostart, only : create_restartphy, open_restartphy, close_restartphy, & 19 19 put_var, put_field, length, ldscrpt, ndscrpt 20 20 use mod_grid_phy_lmdz, only : klon_glo … … 83 83 84 84 ! Create physics start file 85 call open_restartphy(filename,nid_restart)85 call create_restartphy(filename,nid_restart) 86 86 87 87 ! tab_cntrl() contains run parameters
Note: See TracChangeset
for help on using the changeset viewer.