New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 13750 for NEMO/branches/2020/dev_12905_xios_restart/src/TOP/PISCES/SED/sedrst.F90 – NEMO

Ignore:
Timestamp:
2020-11-09T16:35:44+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2462: Fixes after merge

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_restart/src/TOP/PISCES/SED/sedrst.F90

    r13727 r13750  
    9191               clpname = TRIM(Agrif_CFixed())//"_"//clname 
    9292            ENDIF 
    93             CALL iom_init( cwsxios_context, TRIM(clpath)//TRIM(clpname), ld_tmppatch = .false.,& 
    94                                                                          ld_closedef = .FALSE. ) 
     93            CALL iom_init( cwsxios_context, fname = TRIM(clpath)//TRIM(clpname), ld_closedef = .FALSE. ) 
    9594            CALL iom_swap(      cxios_context          ) 
    9695#else 
     
    392391                ENDIF 
    393392                CALL iom_init( crsxios_context, fname = TRIM(cn_sedrst_indir)//'/'//TRIM(clpname), & 
    394                                                 idfp = iom_file(numrsr)%nfid, ld_tmppatch = .TRUE. ) 
     393                                                idfp = iom_file(numrsr)%nfid, ld_closedef = .TRUE. ) 
    395394            ENDIF 
    396395            IF(lrsxios) CALL iom_swap(crsxios_context) 
Note: See TracChangeset for help on using the changeset viewer.