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

Last change on this file since 719 was 719, checked in by ctlod, 17 years ago

get back to the nemo_v2_3 version for trunk

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 959 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  defined key_trc_kriest
15      IF (jptra /= 23) THEN
16#else
17      IF (jptra /= 24) THEN
18#endif
19          IF (lwp) THEN
20              WRITE (numout,*) ' ===>>>> : w a r n i n g '
21              WRITE (numout,*) ' =======   ============= '
22              WRITE (numout,*)                               &
23              &   ' STOP, change jptra',               &
24              &   ' in parameter.passivetrc.pisces.h ' 
25          END IF
26          STOP 'TRC_CTL'
27      END IF
28#endif
Note: See TracBrowser for help on using the repository browser.