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/DYN – 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/DYN/dynspg_ts.F90

    r12489 r13016  
    890890      IF( TRIM(cdrw) == 'READ' ) THEN        ! Read/initialise  
    891891         !                                   ! --------------- 
     892         IF(lrxios) CALL iom_swap( TRIM(crxios_context) ) 
    892893         IF( ln_rstart .AND. ln_bt_fw .AND. (.NOT.l_1st_euler) ) THEN    !* Read the restart file 
    893894            CALL iom_get( numror, jpdom_autoglo, 'ub2_b'  , ub2_b  (:,:), ldxios = lrxios )    
     
    923924         ENDIF 
    924925         ! 
     926         IF(lrxios) CALL iom_swap( TRIM(cxios_context) ) 
    925927      ELSEIF( TRIM(cdrw) == 'WRITE' ) THEN   ! Create restart file 
    926928         !                                   ! ------------------- 
Note: See TracChangeset for help on using the changeset viewer.