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

source: trunk/NEMO/TOP_SRC/SMS/trcctl.pisces.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:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
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 ---------------------------------------------------------------------------
6#if defined key_trc_pisces
7      IF(lwp) THEN
8          WRITE(numout,*) ' use PISCES biological model '
9          WRITE(numout,*) ' '
10      ENDIF
11c
12c Check number of tracers
13c -----------------------
14      IF (jptra.ne.24) THEN
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 24', 
20     $            ' in parameter.passivetrc.pisces.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_diaadd
28      IF ((jpdia2d.ne.16).and.(jpdia3d.ne.9)) THEN
29          IF (lwp) THEN
30              WRITE (numout,*) ' ===>>>> : w a r n i n g '
31              WRITE (numout,*) ' =======   ============= '
32              WRITE (numout,*)
33     $            ' STOP, change jpdia2d to 13 and jpdia3d to 2'
34     $            ,' in parameter.passivetrc.h ' 
35     $            ,' (key_trc_pisces and key_trc_diaadd)'
36          END IF
37          STOP 'TRCCTL'
38      END IF
39#    endif
40#endif
Note: See TracBrowser for help on using the repository browser.