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 tags/nemo_v1_05/NEMO/TOP_SRC/SMS – NEMO

source: tags/nemo_v1_05/NEMO/TOP_SRC/SMS/par_sms_gosac.h90 @ 7730

Last change on this file since 7730 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: 944 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
17      INTEGER nsort,nsatm
18      PARAMETER(nsort=8,nsatm=4)     
19!!   parameters for atmospheric forcing field arrays...
20
21      INTEGER maxrec,maxrec14,nzon
22      PARAMETER (maxrec = 1200, maxrec14 = 300,nzon = 3)
23!!
24#    if defined key_trc_diaadd
25!!
26!! possibility for additional 3d and 2d output
27!! -------------------------------------------
28      INTEGER jpdia3d, jpdia2d
29      PARAMETER (jpdia3d = 1, jpdia2d = 1)
30
31#    endif
Note: See TracBrowser for help on using the repository browser.