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