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 9367 for branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2018-02-28T17:23:20+01:00 (6 years ago)
Author:
mathiot
Message:

Add restart read/write via XIOS capability (#1953 and #1962 and twiki: 2017WP/Met_Office-1_Mirek_XIOSread). WARNING: need to upgrade XIOS to r1296 to compile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2017/dev_merge_2017/NEMOGCM/NEMO/OPA_SRC/step.F90

    r9250 r9367  
    327327      IF( kstp == nitend .OR. indic < 0 ) THEN  
    328328                      CALL iom_context_finalize(      cxios_context          ) ! needed for XIOS+AGRIF 
     329                      IF(lrxios) CALL iom_context_finalize(      crxios_context          ) 
    329330         IF( ln_crs ) CALL iom_context_finalize( trim(cxios_context)//"_crs" ) !  
    330331      ENDIF 
Note: See TracChangeset for help on using the changeset viewer.