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.
trcctl.age.h in trunk/NEMO/TOP_SRC/SMS – NEMO

source: trunk/NEMO/TOP_SRC/SMS/trcctl.age.h @ 247

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

CL : Add CVS Header and CeCILL licence information

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 779 bytes
Line 
1
2CCC $Header$ 
3CCC  TOP 1.0 , LOCEAN-IPSL (2005) 
4C This software is governed by CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
5C ---------------------------------------------------------------------------
6C $Id$
7CCC
8CCC
9c
10#if defined key_trc_age
11      IF(lwp) THEN
12          WRITE(numout,*) ' use AGE TRACER model '
13          WRITE(numout,*) ' '
14      ENDIF
15c
16c Check number of tracers
17c -----------------------
18      IF (jptra.ne.2) THEN
19          IF (lwp) THEN
20              WRITE (numout,*) ' ===>>>> : w a r n i n g '
21              WRITE (numout,*) ' =======   ============= '
22              WRITE (numout,*)
23     $            ' STOP, change jptra to 2 in '
24     $            ,'parameter.passivetrc.age.h ' 
25          END IF
26          STOP 'TRCCTL'
27      END IF
28#endif
Note: See TracBrowser for help on using the repository browser.