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.
PelGlobal.nml in branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/PELAGOS025/EXP00 – NEMO

source: branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/PELAGOS025/EXP00/PelGlobal.nml @ 3399

Last change on this file since 3399 was 3399, checked in by vichi, 12 years ago

Merge branch 'BFM_3.4'(r5b59a317) into dev_r3379_CMCC6_topbfm

File size: 1.5 KB
Line 
1!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2! MODEL  BFM - Biogeochemical Flux Model
3!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4!BOP
5!
6! ROUTINE: PelGlobal
7!
8! DESCRIPTION
9!   List of parameters values
10!   for mem_PelGlobal filled by InitPelGlobal
11!
12! AUTHORS
13!   the BFM team
14!
15! COPYING
16!   
17!   Copyright (C) 2006 P. Ruardij, M. Vichi
18!   (rua@nioz.nl, vichi@bo.ingv.it)
19!
20!   This program is free software; you can redistribute it and/or modify
21!   it under the terms of the GNU General Public License as published by
22!   the Free Software Foundation;
23!   This program is distributed in the hope that it will be useful,
24!   but WITHOUT ANY WARRANTY; without even the implied warranty of
25!   MERCHANTEABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
26!   GNU General Public License for more details.
27!
28!EOP
29!-------------------------------------------------------------------------!
30!BOC
31!
32!
33!  p_rR6m:      m/d   # detritus sinking rate
34!  p_rPIm:      m/d   # phytoplankton background sinking rate
35
36&PelGlobal_parameters
37  p_rR6m = 1.5
38!     P1 P2 P3 P4
39  p_rPIm =  0.0,  0.0,  0.0,  0.0
40/
41!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
42!END namelist
43!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
44
45!EOC
46!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
47! MODEL  BFM - Biogeochemical Flux Model
48!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note: See TracBrowser for help on using the repository browser.