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.
par_sms_gosac.h90 in trunk/NEMO/TOP_SRC/SMS – NEMO

source: trunk/NEMO/TOP_SRC/SMS/par_sms_gosac.h90 @ 247

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

CL : Add CVS Header and CeCILL licence information

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 958 bytes
Line 
1!!
2!!                        PARAMETER passivetrc.gosac
3!!                       *******************************
4!!
5!!  purpose :
6!!  ---------
7!!     INCLUDE PARAMETER FILE for passive tracer CFC
8!!
9!!       jptra  : number of tracers
10!!
11   !!----------------------------------------------------------------------
12   !!  TOP 1.0 , LOCEAN-IPSL (2005)
13   !! $Header$
14   !! This software is governed by the CeCILL licence see modipsl/doc/NEMO_CeCILL.txt
15   !!----------------------------------------------------------------------
16      INTEGER nsort,nsatm
17      PARAMETER(nsort=8,nsatm=4)     
18!!   parameters for atmospheric forcing field arrays...
19
20      INTEGER maxrec,maxrec14,nzon
21      PARAMETER (maxrec = 1200, maxrec14 = 300,nzon = 3)
22!!
23#    if defined key_trc_diaadd
24!!
25!! possibility for additional 3d and 2d output
26!! -------------------------------------------
27      INTEGER jpdia3d, jpdia2d
28      PARAMETER (jpdia3d = 1, jpdia2d = 1)
29
30#    endif
Note: See TracBrowser for help on using the repository browser.