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 @ 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: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) THEN
3          WRITE(numout,*) ' use PISCES biological model '
4          WRITE(numout,*) ' '
5      ENDIF
6c
7c Check number of tracers
8c -----------------------
9      IF (jptra.ne.24) THEN
10          IF (lwp) THEN
11              WRITE (numout,*) ' ===>>>> : w a r n i n g '
12              WRITE (numout,*) ' =======   ============= '
13              WRITE (numout,*)
14     $            ' STOP, change jptra to 24', 
15     $            ' in parameter.passivetrc.pisces.h ' 
16          END IF
17          STOP 'TRCCTL'
18      END IF
19c
20c check consistency of key_trc_hamocc3 and key_trc_p3zd
21c ------------------------------------------------------
22#    if defined key_trc_diaadd
23      IF ((jpdia2d.ne.16).and.(jpdia3d.ne.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 'TRCCTL'
33      END IF
34#    endif
35#endif
Note: See TracBrowser for help on using the repository browser.