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 11837 for NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/SAS/step.F90 – NEMO

Ignore:
Timestamp:
2019-10-30T15:10:36+01:00 (4 years ago)
Author:
andmirek
Message:

ticket #2323 read SI3 restart with XIOS

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11756_SI3restart_XIOS/src/SAS/step.F90

    r11536 r11837  
    140140      ENDIF 
    141141      IF( kstp == nitend .OR. indic < 0 ) THEN 
     142                  IF(lrxios) THEN 
     143#if defined key_si3 
     144                             CALL iom_context_finalize( crixios_context) 
     145#endif 
     146                             CALL iom_context_finalize( crxios_context) 
     147                  ENDIF 
    142148                             CALL iom_context_finalize( cxios_context ) ! needed for XIOS+AGRIF 
    143149      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.