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/DOM/domvvl.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/DOM/domvvl.F90

    r12740 r13016  
    793793         IF( ln_rstart ) THEN                   !* Read the restart file 
    794794            CALL rst_read_open                  !  open the restart file if necessary 
     795            IF(lrxios) CALL iom_swap( TRIM(crxios_context) ) 
    795796            CALL iom_get( numror, jpdom_autoglo, 'sshn'   , ssh(:,:,Kmm), ldxios = lrxios    ) 
    796797            ! 
     
    870871            ENDIF 
    871872            ! 
     873            IF(lrxios) CALL iom_swap( TRIM(cxios_context) ) 
    872874         ELSE                                   !* Initialize at "rest" 
    873875            ! 
Note: See TracChangeset for help on using the changeset viewer.