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 12977 for NEMO/branches/2020/dev_12905_xios_restart/src/OCE/step.F90 – NEMO

Ignore:
Timestamp:
2020-05-27T09:35:03+02:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2462 read restart with XIOS in SAS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2020/dev_12905_xios_restart/src/OCE/step.F90

    r12969 r12977  
    351351      IF( kstp == nit000 ) THEN                          ! 1st time step only 
    352352                                        CALL iom_close( numror )   ! close input  ocean restart file 
    353          IF( lroxios )                   CALL iom_context_finalize(      crxios_context         ) 
     353         IF( lroxios )                  CALL iom_context_finalize(      crxios_context         ) 
    354354         IF(lwm)                        CALL FLUSH    ( numond )   ! flush output namelist oce 
    355355         IF(lwm .AND. numoni /= -1 )    CALL FLUSH    ( numoni )   ! flush output namelist ice (if exist) 
Note: See TracChangeset for help on using the changeset viewer.