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

source: tags/nemo_v1_04/NEMO/TOP_SRC/SMS/trcctl.hamocc3.h90 @ 280

Last change on this file since 280 was 274, checked in by opalod, 19 years ago

nemo_v1_update_005:RB: update headers for the TOP component.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 1.5 KB
Line 
1!!----------------------------------------------------------------------
2!!  TOP 1.0,  LOCEAN-IPSL (2005)
3!! $Header$
4!! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
5!!----------------------------------------------------------------------
6#if defined key_trc_hamocc3
7      IF(lwp) THEN
8          WRITE(numout,*) ' use HAMOCC3 biological model '
9          WRITE(numout,*) ' '
10      ENDIF
11
12! Check number of tracers
13! -----------------------
14#    if defined key_trc_biohamocc13
15      IF (jptra /= 8) THEN
16#    else
17      IF (jptra /= 7) 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 to 7 or 8 (key_trc_biohamocc13)',   &
24              &   ' in parameter.passivetrc.hamocc3.h ' 
25          END IF
26          STOP 'TRC_CTL'
27      END IF
28#    if defined key_trc_diaadd
29      IF ( jpdia2d /= 10 .AND. jpdia3d /= 1 ) THEN
30          IF (lwp) THEN
31              WRITE (numout,*) ' ===>>>> : w a r n i n g '
32              WRITE (numout,*) ' =======   ============= '
33              WRITE (numout,*)                                      &
34              &   ' STOP, change jpdia2d to 10 and jpdia3d to 1'    &
35              &   ,' in parameter.passivetrc.h '                    &
36              &   ,' (key_trc_hamocc3 and key_trc_diaadd)'
37          END IF
38          STOP 'TRC_CTL'
39      END IF
40#    endif
41#endif
Note: See TracBrowser for help on using the repository browser.