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/DIA/diahsb.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/DIA/diahsb.F90

    r12489 r13016  
    258258      IF( TRIM(cdrw) == 'READ' ) THEN        ! Read/initialise  
    259259         IF( ln_rstart ) THEN                   !* Read the restart file 
     260            IF(lrxios) CALL iom_swap( TRIM(crxios_context) ) 
    260261            ! 
    261262            IF(lwp) WRITE(numout,*) 
     
    279280               CALL iom_get( numror, jpdom_autoglo, 'ssh_sc_loc_ini', ssh_sc_loc_ini, ldxios = lrxios ) 
    280281            ENDIF 
     282            IF(lrxios) CALL iom_swap( TRIM(cxios_context) ) 
    281283         ELSE 
    282284            IF(lwp) WRITE(numout,*) 
Note: See TracChangeset for help on using the changeset viewer.