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

source: branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/PELAGOS025/EXP00/Settling.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.6 KB
Line 
1!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2! MODEL  BFM - Biogeochemical Flux Model
3!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4!BOP
5!
6! ROUTINE: Settling
7!
8! DESCRIPTION
9!   List of parameters values
10!   for mem_Settling filled by InitSettling
11!
12! AUTHORS
13!   the BFM team
14!
15!   Copyright (C) 2006 P. Ruardij, M. Vichi
16!   (rua@nioz.nl, vichi@bo.ingv.it)
17!
18!   This program is free software; you can redistribute it and/or modify
19!   it under the terms of the GNU General Public License as published by
20!   the Free Software Foundation;
21!   This program is distributed in the hope that it will be useful,
22!   but WITHOUT ANY WARRANTY; without even the implied warranty of
23!   MERCHANTEABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
24!   GNU General Public License for more details.
25!
26!EOP
27!-------------------------------------------------------------------------!
28!BOC
29!
30!
31!  p_burvel_R6:    Bottom Burial Velocity for detritus (m/d)
32!  p_burvel_R2:    Bottom Burial Velocity for dissolved (m/d)
33!  p_burvel_PI:    Bottom Burial Velocity for plankton (m/d)
34
35&Settling_parameters
36  p_burvel_R6 = 1.5,
37  p_burvel_R2 = 0.0,
38  p_burvel_PI = 0.0
39/
40
41!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
42!END namelist
43!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
44
45!BOP
46!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
47! MODEL  BFM - Biogeochemical Flux Model
48!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note: See TracBrowser for help on using the repository browser.