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

source: trunk/NEMO/TOP_SRC/SMS/trcctl.p3zd.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: 1.6 KB
Line 
1C $Id$
2#if defined key_trc_p3zd
3      IF(lwp) THEN
4          WRITE(numout,*) ' use P3ZD biological model '
5          WRITE(numout,*) ' '
6      ENDIF
7c
8c Check number of tracers
9c -----------------------
10#    if defined key_trc_biohamocc13
11      IF (jptra.ne.11) THEN
12#    else
13      IF (jptra.ne.10) THEN
14#    endif
15          IF (lwp) THEN
16              WRITE (numout,*) ' ===>>>> : w a r n i n g '
17              WRITE (numout,*) ' =======   ============= '
18              WRITE (numout,*)
19     $            ' STOP, change jptra to 10 or 11 key_trc_biohamocc13', 
20     $            ' in parameter.passivetrc.p3zd.h ' 
21          END IF
22          STOP 'TRCCTL'
23      END IF
24c
25c check consistency of key_trc_hamocc3 and key_trc_p3zd
26c ------------------------------------------------------
27#    if !defined key_trc_hamocc3
28      IF (lwp) THEN
29          WRITE (numout,*) ' ===>>>> : w a r n i n g '
30          WRITE (numout,*) ' =======   ============= '
31          WRITE (numout,*)
32     $        ' STOP, key_trc_p3zd  requires  key_trc_hamocc3'
33      END IF
34      STOP 'TRCCTL'
35#    endif
36#    if defined key_trc_diaadd
37      IF ((jpdia2d.ne.12).and.(jpdia3d.ne.1)) THEN
38          IF (lwp) THEN
39              WRITE (numout,*) ' ===>>>> : w a r n i n g '
40              WRITE (numout,*) ' =======   ============= '
41              WRITE (numout,*)
42     $            ' STOP, change jpdia2d to 12 and jpdia3d to 1'
43     $            ,' in parameter.passivetrc.h ' 
44     $            ,' (key_trc_p3zd and key_trc_diaadd)'
45          END IF
46          STOP 'TRCCTL'
47      END IF
48#    endif
49#endif
Note: See TracBrowser for help on using the repository browser.