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 4153 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/step.F90 – NEMO

Ignore:
Timestamp:
2013-11-05T13:25:45+01:00 (10 years ago)
Author:
cetlod
Message:

dev_LOCEAN_2013: merge in trunk changes between r3940 and r4028, see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/OPA_SRC/step.F90

    r4152 r4153  
    284284      IF( lk_cpl           )   CALL sbc_cpl_snd( kstp )     ! coupled mode : field exchanges 
    285285      ! 
    286       IF( kstp == nitend   )  THEN 
     286#if defined key_iomput 
     287      IF( kstp == nitend .OR. indic < 0 ) THEN  
    287288                      CALL iom_context_finalize( "nemo"     ) ! needed for XIOS+AGRIF 
    288289         IF( ln_crs ) CALL iom_context_finalize( "nemo_crs" ) !  
    289290      ENDIF 
     291#endif 
    290292      ! 
    291293      IF( nn_timing == 1 .AND.  kstp == nit000  )   CALL timing_reset 
Note: See TracChangeset for help on using the changeset viewer.