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 15075 for NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/trcstp.F90 – NEMO

Ignore:
Timestamp:
2021-07-02T17:15:57+02:00 (3 years ago)
Author:
aumont
Message:

major update of the sediment module

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2021/dev_r14383_PISCES_NEWDEV_PISCO/src/TOP/trcstp.F90

    r14086 r15075  
    102102      CALL trc_wri      ( kt,      Kmm            )       ! output of passive tracers with iom I/O manager 
    103103      CALL trc_sms      ( kt, Kbb, Kmm, Krhs      )       ! tracers: sinks and sources 
     104#if ! defined key_sed_off 
    104105      CALL trc_trp      ( kt, Kbb, Kmm, Krhs, Kaa )       ! transport of passive tracers 
     106#endif 
    105107           ! 
    106108           ! Note passive tracers have been time-filtered in trc_trp but the time level 
Note: See TracChangeset for help on using the changeset viewer.