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

Last change on this file since 899 was 719, checked in by ctlod, 17 years ago

get back to the nemo_v2_3 version for trunk

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 1.0 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----------------------------------------------------------------------
30CC parameters and commons
31CC ======================
32CDIR$ NOLIST
33      USE oce_trc
34      USE trp_trc
35      USE sms
36      IMPLICIT NONE
37#include "domzgr_substitute.h90"
38
39#if defined key_trc_kriest
40
41# include "p4zsink.kriest.h"
42
43#else
44
45# include "p4zsink.std.h"
46
47#endif
48
49#endif
50      RETURN
51      END
Note: See TracBrowser for help on using the repository browser.