Changeset 3621 for trunk/LMDZ.GENERIC/libf/dynphy_lonlat
- Timestamp:
- Feb 12, 2025, 2:01:14 PM (9 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/dynphy_lonlat/phystd/newstart.F
r3576 r3621 30 30 use control_mod, only: day_step, iphysiq, anneeref, planet_type 31 31 use phyredem, only: physdem0, physdem1 32 use iostart, only: open_startphy32 use iostart, only: nid_start, open_startphy 33 33 ! use slab_ice_h, only:noceanmx 34 34 USE ocean_slab_mod, ONLY: nslay … … 445 445 ! tabfi requires that input file be first opened by open_startphy(fichnom) 446 446 fichnom = 'start_archive.nc' 447 call open_startphy(fichnom )447 call open_startphy(fichnom,nid_start) 448 448 call tabfi (ngridmx,nid,Lmodif,tab0,day_ini,lllm,p_rad, 449 449 . p_omeg,p_g,p_cpp,p_mugaz,p_daysec,time) 450 450 else if (choix_1.eq.1) then 451 451 fichnom = 'startfi.nc' 452 call open_startphy(fichnom )452 call open_startphy(fichnom,nid_start) 453 453 Lmodif=1 ! Lmodif set to 1 to allow modifications in phyeta0 454 454 call tabfi (ngridmx,nid_fi,Lmodif,tab0,day_ini,lllm,p_rad,
Note: See TracChangeset
for help on using the changeset viewer.
