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 1736 for trunk/NEMO/TOP_SRC/C14b – NEMO

Ignore:
Timestamp:
2009-11-16T16:49:43+01:00 (15 years ago)
Author:
cetlod
Message:

suppress useless variables in TOP modules, see ticket:602

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMO/TOP_SRC/C14b/trcsms_c14b.F90

    r1459 r1736  
    134134         ! Computation of decay coeffcient 
    135135         zdemi   = 5730. 
    136          xlambda = LOG(2.) / zdemi / raass 
     136         xlambda = LOG(2.) / zdemi / ( nyear_len(1) * rday ) 
    137137         xdecay  = EXP( - xlambda * rdt ) 
    138138         xaccum  = 1.0 -  xdecay 
Note: See TracChangeset for help on using the changeset viewer.