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

source: trunk/NEMO/TOP_SRC/SMS/trcctl.age.h90 @ 262

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

nemo_v1_update_005:RB+OA: Update and rewritting of (part of) the TOP component.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 600 bytes
Line 
1! $Id$
2!!!
3!!!
4
5#if defined key_trc_age
6      IF(lwp) THEN
7          WRITE(numout,*) ' use AGE TRACER model '
8          WRITE(numout,*) ' '
9      ENDIF
10
11! Check number of tracers
12! -----------------------
13      IF (jptra /= 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.