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

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

CL + CE : NEMO TRC_SRC start

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 669 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      INTEGER nsort,nsatm
12      PARAMETER(nsort=8,nsatm=4)     
13!!   parameters for atmospheric forcing field arrays...
14
15      INTEGER maxrec,maxrec14,nzon
16      PARAMETER (maxrec = 1200, maxrec14 = 300,nzon = 3)
17!!
18#    if defined key_trc_diaadd
19!!
20!! possibility for additional 3d and 2d output
21!! -------------------------------------------
22      INTEGER jpdia3d, jpdia2d
23      PARAMETER (jpdia3d = 1, jpdia2d = 1)
24
25#    endif
Note: See TracBrowser for help on using the repository browser.