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

Ignore:
Timestamp:
2019-11-13T09:48:43+01:00 (4 years ago)
Author:
andmirek
Message:

Ticket #2323 read/write SI3 restart file

File:
1 edited

Legend:

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

    r11870 r11893  
    311311#if defined key_iomput 
    312312      IF( kstp == nitend .OR. indic < 0 ) THEN  
    313                       CALL iom_context_finalize(      cxios_context          ) ! needed for XIOS+AGRIF 
    314                       IF(lrxios) THEN 
    315                          CALL iom_context_finalize(      crxios_context          ) 
     313         IF(lrxios) THEN 
     314            CALL iom_context_finalize(      crxios_context          ) 
    316315#if defined key_si3 
    317                          CALL iom_context_finalize(      crixios_context          ) 
    318 #endif 
    319                       ENDIF 
     316            CALL iom_context_finalize(      crixios_context          ) 
     317#endif 
     318         ENDIF 
     319         IF(lwxios) CALL iom_context_finalize(      cwxios_context          ) 
    320320         IF( ln_crs ) CALL iom_context_finalize( trim(cxios_context)//"_crs" ) !  
     321         CALL iom_context_finalize(      cxios_context          ) ! needed for XIOS+AGRIF 
    321322      ENDIF 
    322323#endif 
Note: See TracChangeset for help on using the changeset viewer.