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

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