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

source: trunk/NEMO/TOP_SRC/SMS/trcctl.hamocc3.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: 1.3 KB
Line 
1! $Id$
2#if defined key_trc_hamocc3
3      IF(lwp) THEN
4          WRITE(numout,*) ' use HAMOCC3 biological model '
5          WRITE(numout,*) ' '
6      ENDIF
7
8! Check number of tracers
9! -----------------------
10#    if defined key_trc_biohamocc13
11      IF (jptra /= 8) THEN
12#    else
13      IF (jptra /= 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 'TRC_CTL'
23      END IF
24#    if defined key_trc_diaadd
25      IF ( jpdia2d /= 10 .AND. jpdia3d /= 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 'TRC_CTL'
35      END IF
36#    endif
37#endif
Note: See TracBrowser for help on using the repository browser.