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 13001 – NEMO

Changeset 13001


Ignore:
Timestamp:
2020-06-01T16:04:39+02:00 (4 years ago)
Author:
andmirek
Message:

ticket #2462 update test branch with changes from dev branch

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/test_12905_xios_restart/src/OFF/nemogcm.F90

    r12977 r13001  
    112112      DO WHILE ( istp <= nitend .AND. nstop == 0 )    !==  OFF time-stepping  ==! 
    113113         ! 
     114      IF((istp == nitrst) .AND. lwxios) THEN 
     115         CALL iom_swap(      cwtxios_context          ) 
     116         CALL iom_init_closedef(cwtxios_context) 
     117         CALL iom_setkt( istp - nit000 + 1,      cwtxios_context          ) 
     118      ENDIF 
     119 
    114120         IF( istp /= nit000 )   CALL day        ( istp )         ! Calendar (day was already called at nit000 in day_init) 
    115121                                CALL iom_setkt  ( istp - nit000 + 1, cxios_context )   ! say to iom that we are at time step kstp 
Note: See TracChangeset for help on using the changeset viewer.