Ignore:
Timestamp:
Dec 13, 2024, 5:17:13 PM (9 days ago)
Author:
emillour
Message:

Generic PCM

Modify iostart routines to take netcdf index as an argument in order to
be used to read/write in other files than startfi.nc (preparing 1D
restart)

MM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/tabfi_mod.F90

    r3515 r3552  
    157157!
    158158
    159        call get_var("controle",tab_cntrl,found)
     159       call get_var(nid,"controle",tab_cntrl,found)
    160160       if (.not.found) then
    161161         call abort_physic(modname,"Failed reading <controle> array",1)
Note: See TracChangeset for help on using the changeset viewer.