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.
namelist_pisces_ref in NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/cfgs/SHARED – NEMO

source: NEMO/branches/2019/dev_r11708_aumont_PISCES_QUOTA/cfgs/SHARED/namelist_pisces_ref @ 14276

Last change on this file since 14276 was 14276, checked in by aumont, 3 years ago

numerous updates to PISCES, PISCES-QUOTA and the sediment module

  • Property svn:mime-type set to text/x-fortran
File size: 33.0 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! PISCES reference namelist
3!!              1  - air-sea exchange                         (nampisext)
4!!              2  - biological parameters                    (nampisbio)
5!!              3  - parameters for nutrient limitations      (nampislim)   
6!!              4  - parameters for phytoplankton             (nampisprod,nampismort)
7!!              5  - parameters for zooplankton               (nampismes,nampiszoo)
8!!              6  - parameters for remineralization          (nampisrem)
9!!              7  - parameters for calcite chemistry         (nampiscal)
10!!              8  - parameters for inputs deposition         (nampissed)
11!!              11 - Damping                                  (nampisdmp)
12!-----------------------------------------------------------------------
13&nampismod     !  Model used
14!-----------------------------------------------------------------------
15  ln_p2z    = .false.        !  LOBSTER model used
16  ln_p4z    = .false.        !  PISCES model used
17  ln_p5z    = .true.         !  PISCES QUOTA model used
18  ln_ligand = .false.        !  Enable  organic ligands
19  ln_sediment = .false.      !  Enable sediment module
20/
21!-----------------------------------------------------------------------
22&nampisext     !   air-sea exchange
23!-----------------------------------------------------------------------
24   ln_co2int  =  .false. ! read atm pco2 from a file (T) or constant (F)
25   atcco2     =  280.    ! Constant value atmospheric pCO2 - ln_co2int = F
26   clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T
27   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T
28!                        ! If your model year is iyy, nn_offset=(years(1)-iyy)
29!                        ! then the first atmospheric CO2 record read is at years(1)
30/
31!-----------------------------------------------------------------------
32&nampisatm     !  Atmospheric prrssure
33!-----------------------------------------------------------------------
34!              !  file name   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
35!              !              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
36   sn_patm     = 'presatm'    ,     -1.           , 'patm'    ,  .true.      , .true. , 'yearly'  , ''       , ''       , ''
37   sn_atmco2   = 'presatmco2' ,     -1.           , 'xco2'    ,  .true.      , .true. , 'yearly'  , ''       , ''       , ''
38   cn_dir      = './'     !  root directory for the location of the dynamical files
39!
40   ln_presatm    = .false.   ! constant atmopsheric pressure (F) or from a file (T)
41   ln_presatmco2 = .false.   ! Read spatialized atm co2 files [ppm] if TRUE
42/
43!-----------------------------------------------------------------------
44&nampisbio     !   biological parameters
45!-----------------------------------------------------------------------
46   nrdttrc     =  1       ! time step frequency for biology
47   wsbio       =  2.      ! POC sinking speed
48   xkmort      =  2.E-7   ! half saturation constant for mortality
49   feratz      =  10.E-6  ! Fe/C in zooplankton
50   feratm      =  15.E-6  ! Fe/C in mesozooplankton
51   wsbio2      =  50.     ! Big particles sinking speed
52   wsbio2max   =  50.     ! Big particles maximum sinking speed
53   wsbio2scale =  5000.   ! Big particles length scale of sinking
54!                         !  ln_ligand enabled
55   ldocp       =  1.E-4   ! Phyto ligand production per unit doc
56   ldocz       =  1.E-4   ! Zoo ligand production per unit doc
57   lthet       =  1.0     ! Proportional loss of ligands due to Fe uptake
58!                         !  ln_p5z enabled
59   no3rat3     =  0.151   ! N/C ratio in zooplankton
60   po4rat3     =  0.00944 ! P/C ratio in zooplankton
61/
62!-----------------------------------------------------------------------
63&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z
64!-----------------------------------------------------------------------
65   concnno3   =  1.e-6    ! Nitrate half saturation of nanophytoplankton
66   concdno3   =  3.E-6    ! Nitrate half saturation for diatoms
67   concnnh4   =  1.E-6    ! NH4 half saturation for phyto
68   concdnh4   =  3.E-6    ! NH4 half saturation for diatoms
69   concnfer   =  3.E-9    ! Iron half saturation for phyto
70   concdfer   =  9.E-9    ! Iron half saturation for diatoms
71   concbfe    =  3.E-11   ! Iron half-saturation for DOC remin.
72   concbnh4   =  3.E-7    ! NH4 half saturation for DOC remin.
73   concbno3   =  3.E-7    ! Nitrate half saturation for DOC remin.
74   xsizedia   =  1.E-6    ! Minimum size criteria for diatoms
75   xsizephy   =  1.E-6    ! Minimum size criteria for phyto
76   xsizern    =  3.0      ! Size ratio for nanophytoplankton
77   xsizerd    =  4.0      ! Size ratio for diatoms
78   xksi1      =  8.E-6    ! half saturation constant for Si uptake
79   xksi2      =  20E-6    ! half saturation constant for Si/C
80   xkdoc      =  417.E-6  ! half-saturation constant of DOC remineralization
81   qnfelim    =  10.E-6   ! Optimal quota of phyto
82   qdfelim    =  10.E-6   ! Optimal quota of diatoms
83   caco3r     =  0.28     ! mean rain ratio
84   oxymin     =  1.E-6    ! Half-saturation constant for anoxia
85/
86!-----------------------------------------------------------------------
87&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z
88!-----------------------------------------------------------------------
89   concnno3   =  2e-6     ! Nitrate half saturation of nanophytoplankton
90   concpno3   =  7e-7     ! Nitrate half saturation of picophytoplankton
91   concdno3   =  3E-6     ! Phosphate half saturation for diatoms
92   concnnh4   =  2E-6     ! NH4 half saturation for phyto
93   concpnh4   =  7E-7     ! NH4 half saturation for picophytoplankton
94   concdnh4   =  3E-6     ! NH4 half saturation for diatoms
95   concnpo4   =  2E-6     ! PO4 half saturation for phyto
96   concppo4   =  7E-7     ! PO4 half saturation for picophytoplankton
97   concdpo4   =  3E-6     ! PO4 half saturation for diatoms
98   concnfer   =  6E-9     ! Iron half saturation for phyto
99   concpfer   =  2E-9     ! Iron half saturation for picophytoplankton
100   concdfer   =  9E-9     ! Iron half saturation for diatoms
101   concbfe    =  3E-11    ! Half-saturation for Fe limitation of Bacteria
102   concbnh4   =  4.E-7    ! NH4 half saturation for phyto
103   concbno3   =  4.E-7    ! Phosphate half saturation for diatoms
104   concbpo4   =  4.E-7    ! Phosphate half saturation for bacteria
105   xsizedia   =  1.E-6    ! Minimum size criteria for diatoms
106   xsizephy   =  1.E-6    ! Minimum size criteria for phyto
107   xsizepic   =  5.E-7    ! Minimum size criteria for picophyto
108   xsizern    =  3.0      ! Size ratio for nanophytoplankton
109   xsizerp    =  2.0      ! Size ratio for picophytoplankton
110   xsizerd    =  4.0      ! Size ratio for diatoms
111   xksi1      =  8.E-6    ! half saturation constant for Si uptake
112   xksi2      =  20E-6    ! half saturation constant for Si/C
113   xkdoc      =  417.E-6  ! half-saturation constant of DOC remineralization
114   caco3r     =  0.5      ! mean rain ratio
115   oxymin     =  1.E-6    ! Half-saturation constant for anoxia
116/
117!-----------------------------------------------------------------------
118&namp5zquota   !   parameters for nutrient limitations PISCES quota    - ln_p5z
119!-----------------------------------------------------------------------
120   qfnopt     =  10.E-6   ! Optimal Fe quota of nanophyto
121   qfpopt     =  10.E-6   ! Optimal Fe quota of picophyto
122   qfdopt     =  10.E-6   ! Optimal quota of diatoms
123   qnnmin     =  0.61     ! Minimal N quota for nano
124   qnnmax     =  1.25     ! Maximal N quota for nano
125   qpnmin     =  0.24     ! Minimal P quota for nano
126   qpnmax     =  1.35     ! Maximal P quota for nano
127   qnpmin     =  1.02     ! Minimal N quota for pico
128   qnpmax     =  1.39     ! Maximal N quota for pico
129   qppmin     =  0.19     ! Minimal P quota for pico
130   qppmax     =  1.15     ! Maximal P quota for pico
131   qndmin     =  0.51     ! Minimal N quota for diatoms
132   qndmax     =  1.25     ! Maximal N quota for diatoms
133   qpdmin     =  0.24     ! Minimal P quota for diatoms
134   qpdmax     =  1.525    ! Maximal P quota for diatoms
135   qfnmax     =  60E-6    ! Maximal Fe quota for nano
136   qfpmax     =  60E-6    ! Maximal Fe quota for pico
137   qfdmax     =  60E-6    ! Maximal Fe quota for diatoms
138/
139!-----------------------------------------------------------------------
140&nampisopt     !   parameters for optics
141!-----------------------------------------------------------------------
142!              !  file name       ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
143!              !                  !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
144   sn_par      = 'par.orca'       ,     24.           , 'fr_par'  ,  .true.      , .true. , 'yearly'  , ''       , ''       , ''
145   cn_dir      = './'      !  root directory for the location of the dynamical files
146   ln_varpar   =  .true.   ! boolean for PAR variable
147   parlux      =  0.43      ! Fraction of shortwave as PAR
148/ 
149!-----------------------------------------------------------------------
150&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z
151!-----------------------------------------------------------------------
152   pislopen   =  2.5      ! P-I slope
153   pisloped   =  2.5      ! P-I slope  for diatoms
154   xadap      =  0.       ! Adaptation factor to low light
155   excretn    =  0.05     ! excretion ratio of phytoplankton
156   excretd    =  0.05     ! excretion ratio of diatoms
157   bresp      =  0.033    ! Basal respiration rate
158   chlcnm     =  0.033    ! Maximum Chl/C in nanophytoplankton
159   chlcdm     =  0.05     ! Maximum Chl/C in diatoms
160   chlcmin    =  0.003    ! Minimum Chl/c in phytoplankton
161   fecnm      =  60E-6    ! Maximum Fe/C in nanophytoplankton
162   fecdm      =  60E-6    ! Maximum Fe/C in diatoms
163   grosip     =  0.13     ! mean Si/C ratio
164/
165!-----------------------------------------------------------------------
166&namp5zprod    !   parameters for phytoplankton growth for PISCES quota- ln_p5z
167!-----------------------------------------------------------------------
168   pislopen   =  5        ! P-I slope of nanophytoplankton
169   pislopep   =  5        ! P-I slope for picophytoplankton
170   pisloped   =  5        ! P-I slope  for diatoms
171   excretn    =  0.05     ! excretion ratio of phytoplankton
172   excretp    =  0.05     ! excretion ratio of picophytoplankton
173   excretd    =  0.05     ! excretion ratio of diatoms
174   xadap      =  0.       ! Adaptation factor to low light
175   bresp      =  0.02     ! Basal respiration rate
176   thetannm   =  0.3      ! Maximum Chl/N in nanophytoplankton
177   thetanpm   =  0.3      ! Maximum Chl/N in picophytoplankton
178   thetandm   =  0.4      ! Maximum Chl/N in diatoms
179   chlcmin    =  0.003    ! Minimum Chl/c in phytoplankton
180   grosip     =  0.12     ! mean Si/C ratio
181/
182!-----------------------------------------------------------------------
183&namp4zmort    !   parameters for phytoplankton sinks for PISCES std   - ln_p4z
184!-----------------------------------------------------------------------
185   wchln      =  0.01     ! quadratic mortality of phytoplankton
186   wchld      =  0.03     ! maximum quadratic mortality of diatoms
187   mpratn     =  0.01     ! phytoplankton mortality rate
188   mpratd     =  0.01     ! Diatoms mortality rate
189/
190!-----------------------------------------------------------------------
191&namp5zmort    !   parameters for phytoplankton sinks for PISCES quota - ln_p5z
192!-----------------------------------------------------------------------
193   wchln      =  0.01     ! quadratic mortality of nanophytoplankton
194   wchlp      =  0.01     ! quadratic mortality of picophytoplankton
195   wchld      =  0.03     ! maximum quadratic mortality of diatoms
196   mpratn     =  0.01     ! nanophytoplankton mortality rate
197   mpratp     =  0.01     ! picophytoplankton mortality rate
198   mpratd     =  0.01     ! Diatoms mortality rate
199/
200!-----------------------------------------------------------------------
201&namp4zmes     !   parameters for mesozooplankton for PISCES std       - ln_p4z
202!-----------------------------------------------------------------------
203   part2       =  0.75     ! part of calcite not dissolved in mesozoo guts
204   grazrat2    =  0.5      ! maximal mesozoo grazing rate
205   resrat2     =  0.005    ! exsudation rate of mesozooplankton
206   mzrat2      =  0.01     ! mesozooplankton mortality rate
207   xpref2d     =  1.       ! mesozoo preference for diatoms
208   xpref2n     =  0.3      ! mesozoo preference for nanophyto.
209   xpref2z     =  1.       ! mesozoo preference for microzoo.
210   xpref2c     =  0.3      ! mesozoo preference for poc
211   xthresh2zoo =  1E-8     ! zoo feeding threshold for mesozooplankton
212   xthresh2dia =  1E-8     ! diatoms feeding threshold for mesozooplankton
213   xthresh2phy =  1E-8     ! nanophyto feeding threshold for mesozooplankton
214   xthresh2poc =  1E-8     ! poc feeding threshold for mesozooplankton
215   xthresh2    =  3E-7     ! Food threshold for grazing
216   xkgraz2     =  20.E-6   ! half saturation constant for meso grazing
217   epsher2     =  0.4      ! Efficicency of Mesozoo growth
218   epsher2min  =  0.4      ! Minimum efficiency of mesozoo growth
219   sigma2      =  0.6      ! Fraction of mesozoo excretion as DOM
220   unass2      =  0.3      ! non assimilated fraction of P by mesozoo
221   grazflux    =  2.e3     ! flux-feeding rate
222   xsigma2     =  0.5      ! Predation window size
223   xsigma2del  =  1.0      ! Predation window size scaling
224   ln_dvm_meso =  .false.  ! Activates DVM for mesozooplankton
225   xfracmig    =  0.3      ! Fraction of mesozooplankton performing DVM
226/
227!-----------------------------------------------------------------------
228&namp5zmes     !   parameters for mesozooplankton
229!-----------------------------------------------------------------------
230   part2       =  0.75     ! part of calcite not dissolved in mesozoo guts
231   grazrat2    =  0.5      ! maximal mesozoo grazing rate
232   bmetexc2    =  .true.   ! Metabolic use of excess carbon
233   resrat2     =  0.005    ! exsudation rate of mesozooplankton
234   mzrat2      =  0.01     ! mesozooplankton mortality rate
235   xpref2d     =  1.       ! meso preference for diatoms
236   xpref2n     =  0.3      ! meso preference for nano
237   xpref2z     =  1.       ! meso preference for zoo
238   xpref2m     =  0.       ! meso preference for zoo
239   xpref2c     =  0.3      ! meso preference for poc
240   xthresh2zoo =  1E-8     ! zoo feeding threshold for mesozooplankton
241   xthresh2dia =  1E-8     ! diatoms feeding threshold for mesozooplankton
242   xthresh2phy =  1E-8     ! nanophyto feeding threshold for mesozooplankton
243   xthresh2mes =  1E-8     ! meso feeding threshold for mesozooplankton
244   xthresh2poc =  1E-8     ! poc feeding threshold for mesozooplankton
245   xthresh2    =  3E-7     ! Food threshold for grazing
246   xkgraz2     =  20.E-6   ! half sturation constant for meso grazing
247   epsher2     =  0.5      ! Efficicency of Mesozoo growth
248   epsher2min  =  0.5      ! Minimum efficiency of mesozoo growth
249   ssigma2     =  0.5      ! Fraction excreted as semi-labile DOM
250   srespir2    =  0.2      ! Active respiration
251   unass2c     =  0.3      ! non assimilated fraction of C by mesozoo
252   unass2n     =  0.3      ! non assimilated fraction of N by mesozoo
253   unass2p     =  0.3      ! non assimilated fraction of P by mesozoo
254   xsigma2     =  0.5      ! Predation window size
255   xsigma2del  =  1.0      ! Predation window size scaling
256   grazflux    =  2.e3     ! flux-feeding rate
257   ln_dvm_meso =  .false.  ! Activates DVM for mesozooplankton
258   xfracmig    =  0.25     ! Fraction of mesozooplankton performing DVM
259/
260!-----------------------------------------------------------------------
261&namp4zzoo     !   parameters for microzooplankton for PISCES std      - ln_p4z
262!-----------------------------------------------------------------------
263   part       =  0.75     ! part of calcite not dissolved in microzoo guts
264   grazrat    =  2.0      ! maximal zoo grazing rate
265   resrat     =  0.02     ! Linear mortality rate of zooplankton
266   mzrat      =  0.005    ! zooplankton mortality rate
267   xprefc     =  0.1      ! Microzoo preference for POM
268   xprefn     =  1.       ! Microzoo preference for Nanophyto
269   xprefd     =  0.8      ! Microzoo preference for Diatoms
270   xthreshdia =  1.E-8    ! Diatoms feeding threshold for microzooplankton
271   xthreshphy =  1.E-8    ! Nanophyto feeding threshold for microzooplankton
272   xthreshpoc =  1.E-8    ! POC feeding threshold for microzooplankton
273   xthresh    =  3.E-7    ! Food threshold for feeding
274   xkgraz     =  20.E-6   ! half sturation constant for grazing
275   epsher     =  0.4     ! Efficiency of microzoo growth
276   epshermin  =  0.4     ! Minimum efficiency of microzoo growth
277   sigma1     =  0.6      ! Fraction of microzoo excretion as DOM
278   unass      =  0.3      ! non assimilated fraction of phyto by zoo
279   xsigma     =  0.5      ! Predation window size
280   xsigmadel  =  1.0      ! Predation window size scaling
281/
282!-----------------------------------------------------------------------
283&namp5zzoo     !   parameters for microzooplankton
284!-----------------------------------------------------------------------
285   part       =  0.75     ! part of calcite not dissolved in microzoo gutsa
286   grazrat    =  2.0      ! maximal zoo grazing rate
287   bmetexc    =  .true.   ! Metabolic use of excess carbon
288   resrat     =  0.02     ! exsudation rate of zooplankton
289   mzrat      =  0.005    ! zooplankton mortality rate
290   xprefc     =  0.1      ! Microzoo preference for POM
291   xprefn     =  1.0      ! Microzoo preference for Nanophyto
292   xprefp     =  1.0      ! Microzoo preference for picophyto
293   xprefd     =  0.8      ! Microzoo preference for Diatoms
294   xprefz     =  0.       ! Microzoo preference for microzooplankton
295   xthreshdia =  1.E-8    ! Diatoms feeding threshold for microzooplankton
296   xthreshphy =  1.E-8    ! Nanophyto feeding threshold for microzooplankton
297   xthreshpic =  1.E-8    ! Picophyto feeding threshold for microzooplankton
298   xthreshzoo =  1.E-8    ! Microzoo feeding threshold for microzooplankton
299   xthreshpoc =  1.E-8    ! POC feeding threshold for microzooplankton
300   xthresh    =  3.E-7    ! Food threshold for feeding
301   xkgraz     =  20.E-6   ! half saturation constant for grazing
302   epsher     =  0.5      ! Efficiency of microzoo growth
303   epshermin  =  0.5      ! Minimum efficiency of microzoo growth
304   ssigma     =  0.5      ! Fraction excreted as semi-labile DOM
305   srespir    =  0.2      ! Active respiration
306   unassc     =  0.3      ! non assimilated fraction of C by zoo
307   unassn     =  0.3      ! non assimilated fraction of N by zoo
308   unassp     =  0.3      ! non assimilated fraction of P by zoo
309   xsigma     =  0.5      ! Predation window size
310   xsigmadel  =  1.0      ! Predation window size scaling
311/
312!-----------------------------------------------------------------------
313&nampisfer     !   parameters for iron chemistry
314!-----------------------------------------------------------------------
315   ln_ligvar =  .false.   ! variable ligand concentration
316   xlam1     =  0.05      ! scavenging rate of Iron by biogenic particles
317   xlamdust  =  150.0     ! Scavenging rate of Iron by dust
318   ligand    =  1E-9     ! Ligands concentration
319   kfep      =  0.01      ! Nanoparticle formation rate constant
320   scaveff   =  1.0       ! Fraction of scavenged Fe that goes to POFe
321/
322!----------------------------------------------------------------------- 
323&nampisrem     !   parameters for remineralization
324!-----------------------------------------------------------------------
325   nitrif    =  0.05      ! NH4 nitrification rate
326   xsirem    =  0.003     ! remineralization rate of Si
327   xsiremlab =  0.03      ! fast remineralization rate of Si
328   xsilab    =  0.5       ! Fraction of labile biogenic silica
329   feratb    =  30.E-6    ! Fe/C quota in bacteria
330   xkferb    =  3E-10     ! Half-saturation constant for bacteria Fe/C
331!                         ! ln_p5z
332   xremikc   =  0.4       ! remineralization rate of DOC
333   xremikn   =  0.4       ! remineralization rate of DON
334   xremikp   =  0.5       ! remineralization rate of DOP
335/
336!-----------------------------------------------------------------------
337&nampispoc     !   parameters for organic particles
338!-----------------------------------------------------------------------
339   xremip    =  0.035     ! remineralisation rate of POC
340   jcpoc     =  15        ! Number of lability classes
341   rshape    =  1.0       ! Shape of the gamma function
342!                         ! ln_p5z
343   xremipc   =  0.028     ! remineralisation rate of POC
344   xremipn   =  0.03      ! remineralisation rate of PON
345   xremipp   =  0.035     ! remineralisation rate of POP
346/
347!-----------------------------------------------------------------------
348&nampiscal     !   parameters for Calcite chemistry
349!-----------------------------------------------------------------------
350   kdca       =  3.       ! calcite dissolution rate constant (1/time)
351   nca        =  2.       ! order of dissolution reaction (dimensionless)
352/
353!-----------------------------------------------------------------------
354&nampissbc     !   parameters for inputs deposition
355!-----------------------------------------------------------------------
356!              !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
357!              !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
358   sn_dust     = 'dust.orca'       ,     -1.           , 'dust'        ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
359   sn_solub    = 'solubility.orca' ,    -12.           , 'solubility1' ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
360   sn_riverdic = 'river.orca'      ,    120.           , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
361   sn_riverdoc = 'river.orca'      ,    120.           , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
362   sn_riverdin = 'river.orca'      ,    120.           , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
363   sn_riverdon = 'river.orca'      ,    120.           , 'riverdon'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
364   sn_riverdip = 'river.orca'      ,    120.           , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
365   sn_riverdop = 'river.orca'      ,    120.           , 'riverdop'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
366   sn_riverdsi = 'river.orca'      ,    120.           , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
367   sn_ndepo    = 'ndeposition.orca',    -12.           , 'ndep'        ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
368   sn_ironsed  = 'bathy.orca'      ,    -12.           , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
369   sn_hydrofe  = 'hydrofe.orca'    ,    -12.           , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
370!
371   cn_dir      = './'      !  root directory for the location of the dynamical files
372   ln_dust     =  .true.   ! boolean for dust input from the atmosphere
373   ln_solub    =  .true.   ! boolean for variable solubility of atm. Iron
374   ln_river    =  .true.   ! boolean for river input of nutrients
375   ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N
376   ln_ironsed  =  .true.   ! boolean for Fe input from sediments
377   ln_ironice  =  .true.   ! boolean for Fe input from sea ice
378   ln_hydrofe  =  .true.   ! boolean for from hydrothermal vents
379   sedfeinput  =  2.e-9    ! Coastal release of Iron
380   distcoast   =  5.e3     ! Distance off the coast for Iron from sediments
381   dustsolub   =  0.02     ! Solubility of the dusta
382   mfrac       =  0.035    ! Fe mineral fraction of dust
383   wdust       =  2.0      ! Dust sinking speed
384   icefeinput  =  15.e-9   ! Iron concentration in sea ice
385   nitrfix     =  1.e-7    ! Nitrogen fixation rate
386   diazolight  =  30.      ! Diazotrophs sensitivity to light (W/m2)
387   concfediaz  =  1.e-10   ! Diazotrophs half-saturation Cste for Iron
388   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply
389!                          ! ln_ligand
390   lgw_rath    =  0.5      ! Weak ligand ratio from sed hydro sources
391/
392!-----------------------------------------------------------------------
393&nampislig     !   Namelist parameters for ligands, nampislig
394!-----------------------------------------------------------------------
395   rlgw        =  200.     ! Lifetime (years) of weak ligands
396   rlig        =  1.E-4    ! Remin ligand production per unit C
397   prlgw       =  5.E-4    ! Photolysis of weak ligand
398   rlgs        =  1.       ! Lifetime (years) of strong ligands
399   xklig       =  1.E-9    ! 1/2 saturation constant of photolysis
400/
401!-----------------------------------------------------------------------
402&nampisice     !   Prescribed sea ice tracers
403!-----------------------------------------------------------------------
404!========================================================================
405! constant ocean tracer concentrations are defined in trcice_pisces.F90
406!                               (Global, Arctic, Antarctic and Baltic)
407! trc_ice_ratio  : >=0 & <=1 => prescribed ice/ocean tracer concentration ratio
408!                :  = -1     => the ice-ocean tracer concentration ratio
409!                               follows the ice-ocean salinity ratio
410!                :  = -2     => tracer concentration in sea ice is prescribed
411!                               and trc_ice_prescr is used
412! trc_ice_prescr : prescribed tracer concentration. used only if
413!                  trc_ice_ratio = -2. equals -99 if not used.
414! cn_trc_o       :  = 'GL'   => use global ocean values making the Baltic
415!                               distinction only
416!                :  = 'AA'   => use specific Arctic/Antarctic/Baltic values
417!========================================================================
418!    sn_tri_ ! trc_ice_ratio ! trc_ice_prescr !     cn_trc_o
419   sn_tri_dic =           -1.,           -99.,          'AA'
420   sn_tri_doc =            0.,           -99.,          'AA'
421   sn_tri_tal =           -1.,           -99.,          'AA'
422   sn_tri_oxy =           -1.,           -99.,          'AA'
423   sn_tri_cal =            0.,           -99.,          'AA'
424   sn_tri_po4 =           -1.,           -99.,          'AA'
425   sn_tri_poc =            0.,           -99.,          'AA'
426   sn_tri_goc =            0.,           -99.,          'AA'
427   sn_tri_bfe =            0.,           -99.,          'AA'
428   sn_tri_num =            0.,           -99.,          'AA'
429   sn_tri_sil =           -1.,           -99.,          'AA'
430   sn_tri_dsi =            0.,           -99.,          'AA'
431   sn_tri_gsi =            0.,           -99.,          'AA'
432   sn_tri_phy =            0.,           -99.,          'AA'
433   sn_tri_dia =            0.,           -99.,          'AA'
434   sn_tri_zoo =            0.,           -99.,          'AA'
435   sn_tri_mes =            0.,           -99.,          'AA'
436   sn_tri_fer =           -2.,          15E-9,          'AA'
437   sn_tri_sfe =            0.,           -99.,          'AA'
438   sn_tri_dfe =            0.,           -99.,          'AA'
439   sn_tri_nfe =            0.,           -99.,          'AA'
440   sn_tri_nch =            0.,           -99.,          'AA'
441   sn_tri_dch =            0.,           -99.,          'AA'
442   sn_tri_no3 =           -1.,           -99.,          'AA'
443   sn_tri_nh4 =            1.,           -99.,          'AA'
444/
445!-----------------------------------------------------------------------
446&nampisdmp     !   Damping
447!-----------------------------------------------------------------------
448   ln_pisdmp    =  .true.     !  Relaxation for some tracers to a mean value
449   nn_pisdmp    =  5475       !  Frequency of Relaxation
450/
451!-----------------------------------------------------------------------
452&nampismass    !   Mass conservation
453!-----------------------------------------------------------------------
454   ln_check_mass =  .false.    !  Check mass conservation
455/
456!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
457!! PISCES reduced (key_pisces_reduced, ex LOBSTER) : namelists
458!!              1  - biological parameters for phytoplankton    (namlobphy)
459!!              2  - biological parameters for nutrients        (namlobnut)
460!!              3  - biological parameters for zooplankton      (namlobzoo)   
461!!              4  - biological parameters for detritus         (namlobdet)
462!!              5  - biological parameters for DOM              (namlobdom)
463!!              6  - parameters from aphotic layers to sediment (namlobsed)
464!!              7  - general coefficients                       (namlobrat)
465!!              8  - optical parameters                         (namlobopt)
466!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
467!-----------------------------------------------------------------------
468&namlobphy     !   biological parameters for phytoplankton
469!-----------------------------------------------------------------------
470   tmumax  =  1.21e-5   ! maximal phytoplankton growth rate            [s-1]
471   rgamma  =  0.05      ! phytoplankton exudation fraction             [%]
472   fphylab =  0.75      ! NH4 fraction of phytoplankton exsudation     
473   tmminp  =  5.8e-7    ! minimal phytoplancton mortality rate         [0.05/86400 s-1=20 days]
474   aki     =  33.       ! light photosynthesis half saturation constant[W/m2]
475/
476!-----------------------------------------------------------------------
477&namlobnut     !   biological parameters for nutrients
478!-----------------------------------------------------------------------
479   akno3   =  0.7       ! nitrate limitation half-saturation value     [mmol/m3]
480   aknh4   =  0.001     ! ammonium limitation half-saturation value    [mmol/m3]
481   taunn   =  5.80e-7   ! nitrification rate                           [s-1] 
482   psinut  =  3.        ! inhibition of nitrate uptake by ammonium
483/
484!-----------------------------------------------------------------------
485&namlobzoo     !   biological parameters for zooplankton
486!-----------------------------------------------------------------------
487   rppz    = 0.8        ! zooplankton nominal preference for phytoplancton food  [%]
488   taus    = 9.26E-6    ! specific zooplankton maximal grazing rate              [s-1]
489!                       ! 0.75/86400 s-1=8.680555E-6    1/86400 = 1.15e-5
490   aks     = 1.         ! half-saturation constant for total zooplankton grazing [mmolN.m-3]
491   rpnaz   = 0.3        ! non-assimilated phytoplankton by zooplancton           [%]
492   rdnaz   = 0.3        ! non-assimilated detritus by zooplankton                [%]
493   tauzn   = 8.1e-7     ! zooplancton specific excretion rate                    [0.1/86400 s-1=10 days]
494   fzoolab = 0.5        ! NH4 fraction of zooplankton excretion
495   fdbod   = 0.5        ! zooplankton mortality fraction that goes to detritus
496   tmminz  = 2.31e-6    ! minimal zooplankton mortality rate                     [(mmolN/m3)-1 d-1]
497/
498!-----------------------------------------------------------------------
499&namlobdet     !   biological parameters for detritus
500!-----------------------------------------------------------------------
501   taudn   = 5.80e-7    ! detritus breakdown rate                        [0.1/86400 s-1=10 days]
502   fdetlab = 0.         ! NH4 fraction of detritus dissolution           
503/
504!-----------------------------------------------------------------------
505&namlobdom     !   biological parameters for DOM
506!-----------------------------------------------------------------------
507   taudomn = 6.43e-8    ! DOM breakdown rate                             [s-1]
508!                       ! slow remineralization rate of semi-labile dom to nh4 (1 month)
509/
510!-----------------------------------------------------------------------
511&namlobsed     !   parameters from aphotic layers to sediment
512!-----------------------------------------------------------------------
513   sedlam     = 3.86e-7    ! time coefficient of POC remineralization in sediments [s-1]
514   sedlostpoc = 0.         ! mass of POC lost in sediments
515   vsed       = 3.47e-5    ! detritus sedimentation speed                   [m/s]
516   xhr        = -0.858     ! coeff for martin''s remineralisation profile
517/
518!-----------------------------------------------------------------------
519&namlobrat     !   general coefficients
520!-----------------------------------------------------------------------
521   rcchl   = 60.       ! Carbone/Chlorophyl ratio                     [mgC.mgChla-1]
522   redf    = 6.56       ! redfield ratio (C:N) for phyto
523   reddom  = 6.56       ! redfield ratio (C:N) for DOM
524/
525!-----------------------------------------------------------------------
526&namlobopt     !   optical parameters
527!-----------------------------------------------------------------------
528   xkg0   = 0.0232     ! green absorption coefficient of water
529   xkr0   = 0.225      ! red absorption coefficent of water
530   xkgp   = 0.074      ! green absorption coefficient of chl
531   xkrp   = 0.037      ! red absorption coefficient of chl
532   xlg    = 0.674      ! green chl exposant for absorption
533   xlr    = 0.629      ! red chl exposant for absorption
534   rpig   = 0.7        ! chla/chla+pheo ratio
535/
Note: See TracBrowser for help on using the repository browser.