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.
sms_age.h90 in trunk/NEMO/TOP_SRC/SMS – NEMO

source: trunk/NEMO/TOP_SRC/SMS/sms_age.h90 @ 186

Last change on this file since 186 was 186, checked in by opalod, 19 years ago

CL + CE : NEMO TRC_SRC start

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 559 bytes
Line 
1!!---------------------------------------------------------------------
2!!
3!!                         COMMON passivetrc.age.h
4!!                       *******************************
5!!
6!!  purpose :
7!!  ---------
8!!     INCLUDE COMMON FILE for AGE TRACER model (IF key_trc_age)
9!!
10!!  modifications :
11!!   -------------
12!!      original    : 02-05 (O. Aumont)
13#if defined key_trc_age
14!!
15!!     tauage : restoring time constant for the age tracer
16!!              at the surface
17!!
18      REAL tauage1, tauage2
19
20      COMMON/cotage/  tauage1, tauage2
21!!
22#endif
Note: See TracBrowser for help on using the repository browser.