Changeset 3745
- Timestamp:
- Apr 29, 2025, 3:15:40 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/newstart.F
r3744 r3745 27 27 use control_mod, only: day_step, iphysiq, anneeref, planet_type 28 28 use phyredem, only: physdem0, physdem1 29 use iostart, only: open_startphy29 use iostart, only: nid_start, open_startphy 30 30 use filtreg_mod, only: inifilr 31 31 USE mod_const_mpi, ONLY: COMM_LMDZ … … 442 442 ! tabfi requires that input file be first opened by open_startphy(fichnom) 443 443 fichnom = 'start_archive.nc' 444 call open_startphy(fichnom )444 call open_startphy(fichnom, nid_start) 445 445 call tabfi (ngridmx,nid,Lmodif,tab0,day_ini,lllm,p_rad, 446 446 . p_omeg,p_g,p_cpp,p_mugaz,p_daysec,time) 447 447 else if (choix_1.eq.1) then 448 448 fichnom = 'startfi.nc' 449 call open_startphy(fichnom )449 call open_startphy(fichnom, nid_start) 450 450 Lmodif=1 ! Lmodif set to 1 to allow modifications in phyeta0 451 451 call tabfi (ngridmx,nid_fi,Lmodif,tab0,day_ini,lllm,p_rad,
Note: See TracChangeset
for help on using the changeset viewer.