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 13016 for NEMO/branches/2020/dev_12905_xios_ancil/src/OCE/ZDF/zdftke.F90 – NEMO

Ignore:
Timestamp:
2020-06-03T12:48:36+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2475 implementation of new interface

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_ancil/src/OCE/ZDF/zdftke.F90

    r12702 r13016  
    665665         !                                   ! --------------- 
    666666         IF( ln_rstart ) THEN                   !* Read the restart file 
     667            IF(lrxios) CALL iom_swap( TRIM(crxios_context) ) 
    667668            id1 = iom_varid( numror, 'en'   , ldstop = .FALSE. ) 
    668669            id2 = iom_varid( numror, 'avt_k', ldstop = .FALSE. ) 
     
    682683               ! avt_k, avm_k already set to the background value in zdf_phy_init 
    683684            ENDIF 
     685            IF(lrxios) CALL iom_swap( TRIM(cxios_context) ) 
    684686         ELSE                                   !* Start from rest 
    685687            IF(lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.