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 3881 for branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/TOP_SRC/trc.F90 – NEMO

Ignore:
Timestamp:
2013-04-22T12:05:52+02:00 (11 years ago)
Author:
cetlod
Message:

v3_4_stable: fix on passive tracer damping, see ticket #1083

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_v3_4_STABLE_2012/NEMOGCM/NEMO/TOP_SRC/trc.F90

    r3294 r3881  
    5454   LOGICAL             , PUBLIC                                    ::  ln_trcdta      !: Read inputs data from files 
    5555   LOGICAL             , PUBLIC                                    ::  ln_trcdmp      !: internal damping flag 
    56    INTEGER             , PUBLIC                                    ::  nittrc000       !: first time step of passive tracers model 
     56   LOGICAL             , PUBLIC                                    ::  ln_trcdmp_clo  !: Restoring or not of nutrients on close seas 
     57   INTEGER             , PUBLIC                                    ::  nittrc000      !: first time step of passive tracers model 
    5758 
    5859   !! information for outputs 
Note: See TracChangeset for help on using the changeset viewer.