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

source: trunk/NEMO/TOP_SRC/SMS/p4zsink.F @ 700

Last change on this file since 700 was 699, checked in by smasson, 17 years ago

insert revision Id

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Id
File size: 1.3 KB
Line 
1      SUBROUTINE p4zsink
2#if defined key_passivetrc && defined key_trc_pisces
3CCC---------------------------------------------------------------------
4CCC
5CCC          ROUTINE p4zsink : PISCES MODEL
6CCC          ******************************
7CCC
8CCC  PURPOSE :
9CCC  ---------
10CCC         Compute vertical flux of particulate matter due to
11CCC         gravitational sinking
12CCC
13CC   INPUT :
14CC   -----
15CC      common
16CC              all the common defined in opa
17CC
18CC
19CC   OUTPUT :                   : no
20CC   ------
21CC
22CC   EXTERNAL :
23CC   --------
24CC            p4zsink2
25CC
26CC   MODIFICATIONS:
27CC   --------------
28CC      original  : 2004 - O. Aumont 
29CC----------------------------------------------------------------------
30
31CC----------------------------------------------------------------------
32CC  TOP 1.0 , LOCEAN-IPSL (2005) 
33CC $Id$
34CC This software is governed by CeCILL licence see modipsl/doc/NEMO_CeCILL.txt 
35CC----------------------------------------------------------------------
36
37CC parameters and commons
38CC ======================
39CDIR$ NOLIST
40      USE oce_trc
41      USE trp_trc
42      USE sms
43      IMPLICIT NONE
44#include "domzgr_substitute.h90"
45
46#if defined key_trc_kriest
47
48# include "p4zsink.kriest.h"
49
50#else
51
52# include "p4zsink.std.h"
53
54#endif
55
56#endif
57      RETURN
58      END
Note: See TracBrowser for help on using the repository browser.