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 @ 376

Last change on this file since 376 was 341, checked in by opalod, 19 years ago

nemo_v1_update_028 : CT : add missing headers

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 896 bytes
Line 
1
2   !!----------------------------------------------------------------------
3   !!  TOP 1.0 , LOCEAN-IPSL (2005)
4   !! $Header$
5   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
6   !!----------------------------------------------------------------------
7#if defined key_trc_pisces
8      IF(lwp) WRITE(numout,*) ' use PISCES biological model '
9      IF(lwp) WRITE(numout,*) ' '
10
11   ! Check number of tracers
12   ! -----------------------
13
14      IF (jptra /= 24) THEN
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 24',               &
20              &   ' in parameter.passivetrc.pisces.h ' 
21          END IF
22          STOP 'TRC_CTL'
23      END IF
24#endif
Note: See TracBrowser for help on using the repository browser.