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

source: trunk/NEMO/TOP_SRC/SMS/par_sms_cfc.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: 744 bytes
Line 
1!!
2!!                         PARAMETER passivetrc.cfc
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!!
19!!    temporal and hemispheric parameter
20!!  --------------------------------------
21      integer jpyear,jphem
22      parameter (jpyear=100,jphem=2)
23
Note: See TracBrowser for help on using the repository browser.