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 12360 for NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/trcstp.F90 – NEMO

Ignore:
Timestamp:
2020-02-07T18:13:51+01:00 (4 years ago)
Author:
aumont
Message:

various bugfixes on the sediment module and on p4zmeso

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/src/TOP/trcstp.F90

    r10570 r12360  
    100100                                   CALL trc_wri      ( kt )       ! output of passive tracers with iom I/O manager 
    101101                                   CALL trc_sms      ( kt )       ! tracers: sinks and sources 
     102#if ! defined key_sed_off 
    102103                                   CALL trc_trp      ( kt )       ! transport of passive tracers 
     104#endif 
    103105         IF( kt == nittrc000 ) THEN 
    104106            CALL iom_close( numrtr )       ! close input tracer restart file 
Note: See TracChangeset for help on using the changeset viewer.