Changeset 3745


Ignore:
Timestamp:
Apr 29, 2025, 3:15:40 PM (3 months ago)
Author:
afalco
Message:

Pluto: fix for newstart with new restart (nid as parameter).
AF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.PLUTO/libf/dynphy_lonlat/phypluto/newstart.F

    r3744 r3745  
    2727      use control_mod, only: day_step, iphysiq, anneeref, planet_type
    2828      use phyredem, only: physdem0, physdem1
    29       use iostart, only: open_startphy
     29      use iostart, only: nid_start, open_startphy
    3030      use filtreg_mod, only: inifilr
    3131      USE mod_const_mpi, ONLY: COMM_LMDZ
     
    442442         ! tabfi requires that input file be first opened by open_startphy(fichnom)
    443443         fichnom = 'start_archive.nc'
    444          call open_startphy(fichnom)
     444         call open_startphy(fichnom, nid_start)
    445445         call tabfi (ngridmx,nid,Lmodif,tab0,day_ini,lllm,p_rad,
    446446     .            p_omeg,p_g,p_cpp,p_mugaz,p_daysec,time)
    447447      else if (choix_1.eq.1) then
    448448         fichnom = 'startfi.nc'
    449          call open_startphy(fichnom)
     449         call open_startphy(fichnom, nid_start)
    450450         Lmodif=1 ! Lmodif set to 1 to allow modifications in phyeta0
    451451         call tabfi (ngridmx,nid_fi,Lmodif,tab0,day_ini,lllm,p_rad,
Note: See TracChangeset for help on using the changeset viewer.