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 9977 for NEMO/branches/UKMO/dev_r9888_proto_GO8_package/src/OCE/IOM/restart.F90 – NEMO

Ignore:
Timestamp:
2018-07-20T10:24:45+02:00 (6 years ago)
Author:
davestorkey
Message:

UKMO/dev_r9888_proto_GO8_package branch: merge in changes from trunk to rev 9922.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/UKMO/dev_r9888_proto_GO8_package/src/OCE/IOM/restart.F90

    r9893 r9977  
    129129                  clpname = TRIM(Agrif_CFixed())//"_"//clname    
    130130               ENDIF 
    131                CALL iom_init( cwxios_context, TRIM(clpath)//TRIM(clpname)) 
     131               CALL iom_init( cwxios_context, TRIM(clpath)//TRIM(clpname), .false. ) 
    132132               CALL xios_update_calendar(nitrst) 
    133133               CALL iom_swap(      cxios_context          ) 
     
    239239             IF( .NOT.lxios_set ) THEN 
    240240                 IF(lwp) WRITE(numout,*) 'Enable restart reading by XIOS' 
    241                  CALL iom_init( crxios_context ) 
     241                 CALL iom_init( crxios_context, ld_tmppatch = .false. ) 
    242242                 lxios_set = .TRUE. 
    243243             ENDIF 
    244244         ENDIF 
    245245         IF( TRIM(Agrif_CFixed()) /= '0' .AND. lrxios) THEN 
    246              CALL iom_init( crxios_context ) 
     246             CALL iom_init( crxios_context, ld_tmppatch = .false. ) 
    247247             IF(lwp) WRITE(numout,*) 'Enable restart reading by XIOS for AGRIF' 
    248248             lxios_set = .TRUE. 
Note: See TracChangeset for help on using the changeset viewer.