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 4147 for branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/TOP_SRC/trcstp.F90 – NEMO

Ignore:
Timestamp:
2013-11-04T12:51:55+01:00 (10 years ago)
Author:
cetlod
Message:

merge in dev_LOCEAN_2013, the 1st development branch dev_r3853_CNRS9_Confsetting, from its starting point ( r3853 ) on the trunk: see ticket #1169

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2013/dev_LOCEAN_2013/NEMOGCM/NEMO/TOP_SRC/trcstp.F90

    r3680 r4147  
    8484                                   CALL trc_sms      ( kt )       ! tracers: sinks and sources 
    8585                                   CALL trc_trp      ( kt )       ! transport of passive tracers 
    86          IF( kt == nittrc000 )     CALL iom_close( numrtr )       ! close input tracer restart file 
     86         IF( kt == nittrc000 ) THEN 
     87            CALL iom_close( numrtr )       ! close input tracer restart file 
     88            CALL FLUSH    ( numont )       ! flush namelist output 
     89         ENDIF 
    8790         IF( lrst_trc )            CALL trc_rst_wri  ( kt )       ! write tracer restart file 
    8891         IF( lk_trdmld_trc  )      CALL trd_mld_trc  ( kt )       ! trends: Mixed-layer 
Note: See TracChangeset for help on using the changeset viewer.