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 @ 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: 572 bytes
Line 
1C $Id$
2CCC
3CCC
4c
5#if defined key_trc_age
6      IF(lwp) THEN
7          WRITE(numout,*) ' use AGE TRACER model '
8          WRITE(numout,*) ' '
9      ENDIF
10c
11c Check number of tracers
12c -----------------------
13      IF (jptra.ne.2) THEN
14          IF (lwp) THEN
15              WRITE (numout,*) ' ===>>>> : w a r n i n g '
16              WRITE (numout,*) ' =======   ============= '
17              WRITE (numout,*)
18     $            ' STOP, change jptra to 2 in '
19     $            ,'parameter.passivetrc.age.h ' 
20          END IF
21          STOP 'TRCCTL'
22      END IF
23#endif
Note: See TracBrowser for help on using the repository browser.