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

source: trunk/NEMO/TOP_SRC/SMS/trcctl.pisces.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:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.2 KB
Line 
1#if defined key_trc_pisces
2      IF(lwp) WRITE(numout,*) ' use PISCES biological model '
3      IF(lwp) WRITE(numout,*) ' '
4
5! Check number of tracers
6! -----------------------
7
8      IF (jptra /= 24) THEN
9          IF (lwp) THEN
10              WRITE (numout,*) ' ===>>>> : w a r n i n g '
11              WRITE (numout,*) ' =======   ============= '
12              WRITE (numout,*)                               &
13              &   ' STOP, change jptra to 24',               &
14              &   ' in parameter.passivetrc.pisces.h ' 
15          END IF
16          STOP 'TRC_CTL'
17      END IF
18
19! check consistency of key_trc_hamocc3 and key_trc_p3zd
20! ------------------------------------------------------
21
22#    if defined key_trc_diaadd
23      IF ( jpdia2d /= 16 .AND. jpdia3d /= 9 ) THEN
24          IF (lwp) THEN
25              WRITE (numout,*) ' ===>>>> : w a r n i n g '
26              WRITE (numout,*) ' =======   ============= '
27              WRITE (numout,*)                                      &
28              &   ' STOP, change jpdia2d to 13 and jpdia3d to 2'    &
29              &   ,' in parameter.passivetrc.h '                    &
30              &   ,' (key_trc_pisces and key_trc_diaadd)'
31          END IF
32          STOP 'TRC_CTL'
33      END IF
34
35#    endif
36#endif
Note: See TracBrowser for help on using the repository browser.