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/OCE/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/OCE/step.F90

    r11536 r11837  
    311311      IF( kstp == nitend .OR. indic < 0 ) THEN  
    312312                      CALL iom_context_finalize(      cxios_context          ) ! needed for XIOS+AGRIF 
    313                       IF(lrxios) CALL iom_context_finalize(      crxios_context          ) 
     313                      IF(lrxios) THEN 
     314                         CALL iom_context_finalize(      crxios_context          ) 
     315#if defined key_si3 
     316                         CALL iom_context_finalize(      crixios_context          ) 
     317#endif 
     318                      ENDIF 
    314319         IF( ln_crs ) CALL iom_context_finalize( trim(cxios_context)//"_crs" ) !  
    315320      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.