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 branches/dev_001_GM/NEMO/TOP_SRC/PISCES – NEMO

source: branches/dev_001_GM/NEMO/TOP_SRC/PISCES/trcctl.pisces.h90 @ 764

Last change on this file since 764 was 764, checked in by gm, 16 years ago

dev_001_GM - create new directory and move files only

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.4 KB
Line 
1   !!======================================================================
2   !!                         ***  trcctl.cfc.h90  ***
3   !! TOP :   Control of CFC chemical model
4   !!======================================================================
5   !!----------------------------------------------------------------------
6   !! History :   1.0  !  2005-10 (C. Ethe) assign a parameter to name individual tracers
7   !!----------------------------------------------------------------------
8   !!----------------------------------------------------------------------
9   !! NEMO/TOP 1.0 , LOCEAN-IPSL (2005)
10   !! $Id$
11   !! Software governed by the CeCILL licence (modipsl/doc/NEMO_CeCILL.txt)
12   !!----------------------------------------------------------------------
13
14      IF(lwp) WRITE(numout,*)
15      IF(lwp) WRITE(numout,*) ' use PISCES biological model '
16
17   ! Check number of tracers
18   ! -----------------------
19#if  defined key_trc_kriest
20      IF( jptra /= 23) THEN
21#else
22      IF( jptra /= 24) THEN
23#endif
24          IF (lwp) THEN
25              WRITE (numout,*) ' ===>>>> : w a r n i n g '
26              WRITE (numout,*) ' =======   ============= '
27              WRITE (numout,*)                               &
28              &   ' STOP, change jptra',               &
29              &   ' in parameter.passivetrc.pisces.h ' 
30          END IF
31          STOP 'TRC_CTL'
32      END IF
33     
Note: See TracBrowser for help on using the repository browser.