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

source: branches/2012/dev_r3379_CMCC6_topbfm/NEMOGCM/CONFIG/GYRE_BFM/EXP00/CO2.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.9 KB
Line 
1!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
2! MODEL  BFM - Biogeochemical Flux Model
3!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
4!BOP
5!
6! ROUTINE: CO2
7!
8! DESCRIPTION
9!   List of parameters values
10!
11! INTERFACE
12! parameter values for mem_CO2 filled by InitCO2
13!
14!
15! AUTHORS
16!   the BFM team
17!
18! COPYING
19!   
20!   Copyright (C) 2007 P. Ruardij, M. Vichi
21!   (rua@nioz.nl, vichi@bo.ingv.it)
22!
23!   This program is free software; you can redistribute it and/or modify
24!   it under the terms of the GNU General Public License as published by
25!   the Free Software Foundation;
26!   This program is distributed in the hope that it will be useful,
27!   but WITHOUT ANY WARRANTY; without even the implied warranty of
28!   MERCHANTEABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
29!   GNU General Public License for more details.
30!
31!EOP
32!-------------------------------------------------------------------------!
33!BOC
34
35&CO2_parameters
36
37! Initial Partial pressure in the air
38   pco2air = 365.0D0
39! Initial pH value
40   phstart = 8.0D0
41 
42! Choice of the acidity constants parameterization
43! K1K2==1 Roy et al. (1993); DOE (1994); pH on total scale
44! K1K2==2 Default
45!         Mehrbach et al (1973) refit by Dickson & Millero (1987)
46!         OCMIP STANDARD; pH on Sea Water Scale
47! K1K2==3 Mehrbach et al (1973) refit by Lueker et al. (2000)
48!         pH on total scale
49! K1K2==4 Hansson (1973b) data as refitted by Dickson and
50!         Millero (1987); pH on Sea Water Scale
51      K1K2 = 2
52
53
54! Choice of [H+] numerical computation
55! MethodCalcCO2=1 Approximate static solution
56! MethodCalcCO2=2 Default. Standard OCMIP iteration
57! MethodCalcCO2=3 Follows et al., Ocean Modelling 2006
58      MethodCalcCO2 = 2
59
60/
61
62!EOC
63!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
64! MODEL  BFM - Biogeochemical Flux Model
65!-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Note: See TracBrowser for help on using the repository browser.