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 in branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/CONFIG/ORCA2_OFF_PISCES_QUOTA/EXP00 – NEMO

source: branches/CNRS/dev_r4826_PISCES_QUOTA/NEMOGCM/CONFIG/ORCA2_OFF_PISCES_QUOTA/EXP00/namelist_pisces @ 5267

Last change on this file since 5267 was 5267, checked in by cetlod, 9 years ago

PISCES_QUOTA : create a new config, see ticket #1516

  • Property svn:executable set to *
File size: 25.5 KB
Line 
1!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
2!! PISCES  (key_pisces) reference namelist (see below for key_pisces_reduced)
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!!              9  - parameters for Kriest parameterization   (nampiskrp, nampiskrs)
12!!              10 - additional 2D/3D  diagnostics            (nampisdia)
13!!              11 - Damping                                  (nampisdmp)
14!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
15!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
16&nampisext     !   air-sea exchange
17!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
18   ln_co2int  =  .false. ! read atm pco2 from a file (T) or constant (F)
19   atcco2     =  280.    ! Constant value atmospheric pCO2 - ln_co2int = F
20   clname     =  'atcco2.txt'  ! Name of atm pCO2 file - ln_co2int = T
21   nn_offset  =  0       ! Offset model-data start year - ln_co2int = T
22!                        ! If your model year is iyy, nn_offset=(years(1)-iyy)
23!                        ! then the first atmospheric CO2 record read is at years(1)
24/
25!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
26&nampisatm     !  Atmospheric prrssure
27!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
28!              !  file name   ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
29!              !              !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
30   sn_patm     = 'presatm'    ,     -1            , 'patm'    ,  .true.      , .true. , 'yearly'  , ''       , ''       , ''
31   cn_dir      = './'     !  root directory for the location of the dynamical files
32!
33   ln_presatm  = .false.   ! constant atmopsheric pressure (F) or from a file (T)
34/
35!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
36&nampisbio     !   biological parameters
37!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
38   nrdttrc    =  2        ! time step frequency for biology
39   wsbio      =  2.       ! POC sinking speed
40   xkmort     =  1.E-8    ! half saturation constant for mortality
41   ferat3     =  10.E-6   ! Fe/C in zooplankton
42   no3rat3    =  0.167    ! N/C ratio in zooplankton
43   po4rat3    =  0.0094   ! P/C ratio in zooplankton
44   wsbio2     =  50.      ! Big particles sinking speed
45   niter1max  =  1        ! Maximum number of iterations for POC
46   niter2max  =  1        ! Maximum number of iterations for GOC
47/
48!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
49&nampislim     !   parameters for nutrient limitations
50!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
51   concnno3   =  3e-6     ! Nitrate half saturation of nanophytoplankton
52   concpno3   =  1e-6
53   concdno3   =  4E-6     ! Phosphate half saturation for diatoms
54   concnnh4   =  1.5E-6   ! NH4 half saturation for phyto
55   concpnh4   =  3E-7
56   concdnh4   =  2E-6     ! NH4 half saturation for diatoms
57   concnpo4   =  3E-6     ! PO4 half saturation for phyto
58   concppo4   =  1E-6
59   concdpo4   =  4E-6     ! PO4 half saturation for diatoms
60   concnfer   =  3E-9   ! Iron half saturation for phyto
61   concpfer   =  1E-9
62   concdfer   =  4E-9   ! Iron half saturation for diatoms
63   concbfe    =  1.E-11   ! Half-saturation for Fe limitation of Bacteria
64   concbnh4   =  1.E-7    ! NH4 half saturation for phyto
65   concbno3   =  5.E-7    ! Phosphate half saturation for diatoms
66   concbpo4   =  1E-7     ! Phosphate half saturation for bacteria
67   xsizedia   =  1.E-6    ! Minimum size criteria for diatoms
68   xsizephy   =  1.E-6    ! Minimum size criteria for phyto
69   xsizepic   =  1.E-6
70   xsizern    =  1.0      ! Size ratio for nanophytoplankton
71   xsizerp    =  1.0
72   xsizerd    =  4.0      ! Size ratio for diatoms
73   xksi1      =  2.E-6    ! half saturation constant for Si uptake
74   xksi2      =  20E-6  ! half saturation constant for Si/C
75   xkdoc      =  417.E-6  ! half-saturation constant of DOC remineralization
76   qfnopt     =  7.E-6    ! Optimal quota of phyto
77   qfpopt     =  7.E-6
78   qfdopt     =  7.E-6    ! Optimal quota of diatoms
79   caco3r     =  0.4      ! mean rain ratio
80   qnnmin     =  0.29
81   qnnmax     =  1.525
82   qpnmin     =  0.28
83   qpnmax     =  1.06
84   qnpmin     =  0.42
85   qnpmax     =  1.525
86   qppmin     =  0.25
87   qppmax     =  0.7   
88   qndmin     =  0.25
89   qndmax     =  1.525
90   qpdmin     =  0.29
91   qpdmax     =  1.32
92   qfnmax     =  40E-6
93   qfpmax     =  40E-6
94   qfdmax     =  40E-6
95/
96!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
97&nampisopt     !   parameters for optics
98!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
99!              !  file name       ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
100!              !                  !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
101   sn_par      = 'par.orca'       ,     24            , 'fr_par'  ,  .true.      , .true. , 'yearly'  , ''       , ''       , ''
102   cn_dir      = './'      !  root directory for the location of the dynamical files
103   ln_varpar   =  .true.   ! boolean for PAR variable
104   parlux      =  0.43      ! Fraction of shortwave as PAR
105/
106!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
107&nampisprod     !   parameters for phytoplankton growth
108!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
109   pislope    =  3.       ! P-I slope
110   pislopep   =  4.
111   pislope2   =  3.       ! P-I slope  for diatoms
112   xadap      =  0.       ! Adaptation factor to low light
113   excret     =  0.05     ! excretion ratio of phytoplankton
114   excretp    =  0.05
115   excret2    =  0.05     ! excretion ratio of diatoms
116   bresp      =  0.02     ! Basal respiration rate
117   chlcnm     =  0.033    ! Minimum Chl/C in nanophytoplankton
118   chlcpm     =  0.033
119   chlcdm     =  0.05     ! Minimum Chl/C in diatoms
120   chlcmin    =  0.004    ! Maximum Chl/c in phytoplankton
121   grosip     =  0.131    ! mean Si/C ratio
122/
123!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
124&nampismort     !   parameters for phytoplankton sinks
125!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
126   wchl       =  0.01    ! quadratic mortality of phytoplankton
127   wchlp      =  0.001
128   wchld      =  0.01     ! maximum quadratic mortality of diatoms
129   wchldm     =  0.02     ! maximum quadratic mortality of diatoms
130   mprat      =  0.01     ! phytoplankton mortality rate
131   mpratp     =  0.01
132   mprat2     =  0.01     ! Diatoms mortality rate
133/
134!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
135&nampismes     !   parameters for mesozooplankton
136!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
137   part2      =  0.75     ! part of calcite not dissolved in mesozoo guts
138   grazrat2   =  0.85     ! maximal mesozoo grazing rate
139   resrat2    =  0.005    ! exsudation rate of mesozooplankton
140   mzrat2     =  0.02     ! mesozooplankton mortality rate
141   xpref2d    =  1.       ! zoo preference for phyto
142   xpref2p    =  1.       ! zoo preference for POC
143   xpref2z    =  1.       ! zoo preference for zoo
144   xpref2m    =  0.2      ! meso preference for zoo
145   xpref2c    =  0.3      ! zoo preference for poc
146   xthresh2zoo = 1E-8     ! zoo feeding threshold for mesozooplankton
147   xthresh2dia = 1E-8     ! diatoms feeding threshold for mesozooplankton
148   xthresh2phy = 1E-8     ! nanophyto feeding threshold for mesozooplankton
149   xthresh2mes = 1E-8     ! meso feeding threshold for mesozooplankton
150   xthresh2poc = 1E-8     ! poc feeding threshold for mesozooplankton
151   xthresh2   =  3E-7     ! Food threshold for grazing
152   xkgraz2    =  20.E-6   ! half sturation constant for meso grazing
153   epsher2    =  0.5     ! Efficicency of Mesozoo growth
154   unass2c     =  0.3     ! non assimilated fraction of P by mesozoo
155   unass2n     =  0.3     ! non assimilated fraction of N by mesozoo
156   unass2p     =  0.3     ! non assimilated fraction of P by mesozoo
157   grazflux   =  3.e3     ! flux-feeding rate
158/
159!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
160&nampiszoo     !   parameters for microzooplankton
161!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
162   part       =  0.5      ! part of calcite not dissolved in microzoo gutsa
163   grazrat    =  2.75     ! maximal zoo grazing rate
164   resrat     =  0.03     ! exsudation rate of zooplankton
165   mzrat      =  0.005    ! zooplankton mortality rate
166   xprefc     =  0.2      ! Microzoo preference for POM
167   xprefn     =  1.       ! Microzoo preference for Nanophyto
168   xprefp     =  1.5
169   xprefd     =  1.0      ! Microzoo preference for Diatoms
170   xprefz     =  0.3      ! Microzoo preference for microzooplankton
171   xthreshdia =  1.E-8    ! Diatoms feeding threshold for microzooplankton
172   xthreshphy =  1.E-8    ! Nanophyto feeding threshold for microzooplankton
173   xthreshpic =  1.E-8
174   xthreshzoo =  1.E-8    ! Nanophyto feeding threshold for microzooplankton
175   xthreshpoc =  1.E-8    ! POC feeding threshold for microzooplankton
176   xthresh    =  3.E-7    ! Food threshold for feeding
177   xkgraz     =  20.E-6   ! half sturation constant for grazing
178   epsher     =  0.5      ! Efficiency of microzoo growth
179   unassc     =  0.3      ! non assimilated fraction of C by zoo
180   unassn     =  0.3      ! non assimilated fraction of C by zoo
181   unassp     =  0.3      ! non assimilated fraction of C by zoo
182/
183!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
184&nampisfer     !   parameters for iron chemistry
185!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
186   ln_fechem =  .false.   ! complex iron chemistry ( T/F )
187   ln_ligvar =  .false.   ! variable ligand concentration
188   xlam1     =  0.005     ! scavenging rate of Iron
189   xlamdust  =  150.0     ! Scavenging rate of dust
190   ligand    =  0.6E-9    ! Ligands concentration
191
192!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
193&nampisrem     !   parameters for remineralization
194!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
195   xremikc   =  0.35      ! remineralization rate of DOC
196   xremikn   =  0.35      ! remineralization rate of DON
197   xremikp   =  0.35      ! remineralization rate of DOP
198   xremipc   =  0.025     ! remineralisation rate of POC
199   xremipn   =  0.03      ! remineralisation rate of PON
200   xremipp   =  0.035      ! remineralisation rate of POP
201   nitrif    =  0.05      ! NH4 nitrification rate
202   xsirem    =  0.003     ! remineralization rate of Si
203   xsiremlab =  0.03      ! fast remineralization rate of Si
204   xsilab    =  0.5       ! Fraction of labile biogenic silica
205   oxymin    =  1.E-6     ! Half-saturation constant for anoxia
206/
207!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
208&nampiscal     !   parameters for Calcite chemistry
209!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
210   kdca       =  6.       ! calcite dissolution rate constant (1/time)
211   nca        =  1.       ! order of dissolution reaction (dimensionless)
212/
213!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
214&nampissbc     !   parameters for inputs deposition
215!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
216!              !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
217!              !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
218   sn_dust     = 'dust.orca'       ,     -1            , 'dust'        ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
219   sn_solub    = 'solubility.orca' ,    -12            , 'solubility1' ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
220   sn_riverdic = 'river.orca'      ,    120            , 'riverdic'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
221   sn_riverdoc = 'river.orca'      ,    120            , 'riverdoc'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
222   sn_riverdin = 'river.orca'      ,    120            , 'riverdin'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
223   sn_riverdon = 'river.orca'      ,    120            , 'riverdon'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
224   sn_riverdip = 'river.orca'      ,    120            , 'riverdip'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
225   sn_riverdop = 'river.orca'      ,    120            , 'riverdop'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
226   sn_riverdsi = 'river.orca'      ,    120            , 'riverdsi'    ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
227   sn_ndepo    = 'ndeposition.orca',    -12            , 'ndep'        ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
228   sn_ironsed  = 'bathy.orca'      ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
229   sn_hydrofe  = 'hydrofe.orca'    ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
230!
231   cn_dir      = './'      !  root directory for the location of the dynamical files
232   ln_dust     =  .true.   ! boolean for dust input from the atmosphere
233   ln_solub    =  .true.   ! boolean for variable solubility of atm. Iron
234   ln_river    =  .true.   ! boolean for river input of nutrients
235   ln_ndepo    =  .true.   ! boolean for atmospheric deposition of N
236   ln_ironsed  =  .true.   ! boolean for Fe input from sediments
237   ln_ironice  =  .true.   ! boolean for Fe input from sea ice
238   ln_hydrofe  =  .true.  ! boolean for from hydrothermal vents
239   sedfeinput  =  1.5e-9    ! Coastal release of Iron
240   dustsolub   =  0.02     ! Solubility of the dusta
241   mfrac       =  0.035    ! Fe mineral fraction of dust
242   wdust       =  2.0      ! Dust sinking speed
243   icefeinput  =  15.e-9   ! Iron concentration in sea ice
244   nitrfix     =  1.e-7    ! Nitrogen fixation rate
245   diazolight  =  30.      ! Diazotrophs sensitivity to light (W/m2)
246   concfediaz  =  1.e-10   ! Diazotrophs half-saturation Cste for Iron
247   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply
248/
249!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
250&nampiskrp     !   Kriest parameterization : parameters     "key_kriest"
251!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
252   xkr_eta      = 1.17    ! Sinking  exponent
253   xkr_zeta     = 2.28    ! N content exponent
254   xkr_ncontent = 5.7E-6  ! N content factor
255   xkr_mass_min = 0.0002  ! Minimum mass for Aggregates
256   xkr_mass_max = 1.      ! Maximum mass for Aggregates
257/
258!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
259&nampiskrs     !   Kriest parameterization : size classes  "key_kriest"
260!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
261   xkr_sfact    = 942.    ! Sinking factor
262   xkr_stick    = 0.5     ! Stickiness
263   xkr_nnano    = 2.337   ! Nbr of cell in nano size class
264   xkr_ndiat    = 3.718   ! Nbr of cell in diatoms size class
265   xkr_nmeso    = 7.147   ! Nbr of cell in mesozoo size class
266   xkr_naggr    = 9.877   ! Nbr of cell in aggregates  size class
267/
268!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
269&nampisdia     !   additional 2D/3D tracers diagnostics
270!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
271!              !    name   !           title of the field          !     units      !
272!              !           !                                       !                ! 
273   pisdia2d(1)  = 'Cflx     ' , 'DIC flux                          ',  'molC/m2/s    '
274   pisdia2d(2)  = 'Oflx     ' , 'Oxygen flux                       ',  'molC/m2/s    '
275   pisdia2d(3)  = 'Kg       ' , 'Gas transfer                      ',  'mol/m2/s/uatm'
276   pisdia2d(4)  = 'Delc     ' , 'Delta CO2                         ',  'uatm         '
277   pisdia2d(5)  = 'PMO      ' , 'POC export                        ',  'molC/m2/s    '
278   pisdia2d(6)  = 'PMO2     ' , 'GOC export                        ',  'molC/m2/s    '
279   pisdia2d(7)  = 'ExpFe1   ' , 'Nano iron export                  ',  'molFe/m2/s   '
280   pisdia2d(8)  = 'ExpFe2   ' , 'Diatoms iron export               ',  'molFe/m2/s   '
281   pisdia2d(9)  = 'ExpSi    ' , 'Silicate export                   ',  'molSi/m2/s   '
282   pisdia2d(10) = 'ExpCaCO3 ' , 'Calcite export                    ',  'molC/m2/s    '
283   pisdia2d(11) = 'heup     ' , 'euphotic layer depth              ',  'm            '
284   pisdia2d(12) = 'Fedep    ' , 'Iron dep                          ',  'molFe/m2/s   '
285   pisdia2d(13) = 'Nfix     ' , 'Nitrogen Fixation                 ',  'molN/m2/s    '
286   pisdia3d(1)  = 'PH       ' , 'PH                                ',  '-            '
287   pisdia3d(2)  = 'CO3      ' , 'Bicarbonates                      ',  'mol/l        '
288   pisdia3d(3)  = 'CO3sat   ' , 'CO3 saturation                    ',  'mol/l        '
289   pisdia3d(4)  = 'PAR      ' , 'light penetration                 ',  'W/m2         '
290   pisdia3d(5)  = 'PPPHY    ' , 'Primary production of nanophyto   ',  'molC/m3/s    '
291   pisdia3d(6)  = 'PPPHY2   ' , 'Primary production of diatoms     ',  'molC/m3/s    '
292   pisdia3d(7)  = 'PPNEWN   ' , 'New Primary production of nano    ',  'molC/m3/s    '
293   pisdia3d(8)  = 'PPNEWD   ' , 'New Primary production of diat    ',  'molC/m3/s    '
294   pisdia3d(9)  = 'PBSi     ' , 'Primary production of Si diatoms  ',  'molSi/m3/s   '
295   pisdia3d(10) = 'PFeN     ' , 'Primary production of nano iron   ',  'molFe/m3/s   '
296   pisdia3d(11) = 'PFeD     ' , 'Primary production of diatoms iron',  'molFe/m3/s   '
297/
298!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
299&nampisdmp     !  Damping
300!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
301   ln_pisdmp    =  .true.     !  Relaxation fo some tracers to a mean value
302   nn_pisdmp    =  3650       !  Frequency of Relaxation
303/
304!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
305&nampismass     !  Mass conservation
306!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
307   ln_check_mass =  .false.    !  Check mass conservation
308/
309!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
310!! PISCES reduced (key_pisces_reduced, ex LOBSTER) : namelists
311!!              1  - biological parameters for phytoplankton    (namlobphy)
312!!              2  - biological parameters for nutrients        (namlobnut)
313!!              3  - biological parameters for zooplankton      (namlobzoo)   
314!!              4  - biological parameters for detritus         (namlobdet)
315!!              5  - biological parameters for DOM              (namlobdom)
316!!              6  - parameters from aphotic layers to sediment (namlobsed)
317!!              7  - general coefficients                       (namlobrat)
318!!              8  - optical parameters                         (namlobopt)
319
320!!              10 - biological diagnostics trends              (namlobdbi)
321!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
322!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
323&namlobphy     !   biological parameters for phytoplankton
324!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
325   tmumax  =  1.21e-5   ! maximal phytoplankton growth rate            [s-1]
326   rgamma  =  0.05      ! phytoplankton exudation fraction             [%]
327   fphylab =  0.75      ! NH4 fraction of phytoplankton exsudation     
328   tmminp  =  5.8e-7    ! minimal phytoplancton mortality rate         [0.05/86400 s-1=20 days]
329   aki     =  33.       ! light photosynthesis half saturation constant[W/m2]
330/
331!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
332&namlobnut     !   biological parameters for nutrients
333!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
334   akno3   =  0.7       ! nitrate limitation half-saturation value     [mmol/m3]
335   aknh4   =  0.001     ! ammonium limitation half-saturation value    [mmol/m3]
336   taunn   =  5.80e-7   ! nitrification rate                           [s-1] 
337   psinut  =  3.        ! inhibition of nitrate uptake by ammonium
338/
339!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
340&namlobzoo     !   biological parameters for zooplankton
341!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
342   rppz    = 0.8        ! zooplankton nominal preference for phytoplancton food  [%]
343   taus    = 9.26E-6    ! specific zooplankton maximal grazing rate              [s-1]
344!                       ! 0.75/86400 s-1=8.680555E-6    1/86400 = 1.15e-5
345   aks     = 1.         ! half-saturation constant for total zooplankton grazing [mmolN.m-3]
346   rpnaz   = 0.3        ! non-assimilated phytoplankton by zooplancton           [%]
347   rdnaz   = 0.3        ! non-assimilated detritus by zooplankton                [%]
348   tauzn   = 8.1e-7     ! zooplancton specific excretion rate                    [0.1/86400 s-1=10 days]
349   fzoolab = 0.5        ! NH4 fraction of zooplankton excretion
350   fdbod   = 0.5        ! zooplankton mortality fraction that goes to detritus
351   tmminz  = 2.31e-6    ! minimal zooplankton mortality rate                     [(mmolN/m3)-1 d-1]
352/
353!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
354&namlobdet     !   biological parameters for detritus
355!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
356   taudn   = 5.80e-7    ! detritus breakdown rate                        [0.1/86400 s-1=10 days]
357   fdetlab = 0.         ! NH4 fraction of detritus dissolution           
358/
359!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
360&namlobdom     !   biological parameters for DOM
361!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
362   taudomn = 6.43e-8    ! DOM breakdown rate                             [s-1]
363!                       ! slow remineralization rate of semi-labile dom to nh4 (1 month)
364/
365!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
366&namlobsed     !   parameters from aphotic layers to sediment
367!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
368   sedlam     = 3.86e-7    ! time coefficient of POC remineralization in sediments [s-1]
369   sedlostpoc = 0.         ! mass of POC lost in sediments
370   vsed       = 3.47e-5    ! detritus sedimentation speed                   [m/s]
371   xhr        = -0.858     ! coeff for martin''s remineralisation profile
372/
373!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
374&namlobrat     !   general coefficients
375!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
376   rcchl   = 60.       ! Carbone/Chlorophyl ratio                     [mgC.mgChla-1]
377   redf    = 6.56       ! redfield ratio (C:N) for phyto
378   reddom  = 6.56       ! redfield ratio (C:N) for DOM
379/
380!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
381&namlobopt     !   optical parameters
382!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
383   xkg0   = 0.0232     ! green absorption coefficient of water
384   xkr0   = 0.225      ! red absorption coefficent of water
385   xkgp   = 0.074      ! green absorption coefficient of chl
386   xkrp   = 0.037      ! red absorption coefficient of chl
387   xlg    = 0.674      ! green chl exposant for absorption
388   xlr    = 0.629      ! red chl exposant for absorption
389   rpig   = 0.7        ! chla/chla+pheo ratio
390/
391!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
392&nampisdbi     !   biological diagnostics trends     
393!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
394!                !  2D bio diagnostics   units : mmole/m2/s   ("key_trdmld_trc")
395!                !  name    !       title of the field      !     units      !
396   pisdiabio(1)  = 'NO3PHY' , 'Flux from NO3 to PHY          ',  'mmole/m3/s'
397   pisdiabio(2)  = 'NH4PHY' , 'Flux from NH4 to PHY          ',  'mmole/m3/s'
398   pisdiabio(3)  = 'PHYNH4' , 'Flux from PHY to NH4          ',  'mmole/m3/s'
399   pisdiabio(4)  = 'PHYDOM' , 'Flux from PHY to DOM          ',  'mmole/m3/s'
400   pisdiabio(5)  = 'PHYZOO' , 'Flux from PHY to ZOO          ',  'mmole/m3/s'
401   pisdiabio(6)  = 'PHYDET' , 'Flux from PHY to DET          ',  'mmole/m3/s'
402   pisdiabio(7)  = 'DETZOO' , 'Flux from DET to ZOO          ',  'mmole/m3/s'
403   pisdiabio(8)  = 'DETSED' , 'Flux from DET to SED          ',  'mmole/m3/s'
404   pisdiabio(9)  = 'ZOODET' , 'Flux from ZOO to DET          ',  'mmole/m3/s'
405   pisdiabio(10)  = 'ZOOBOD' , 'Zooplankton closure          ',  'mmole/m3/s'
406   pisdiabio(11)  = 'ZOONH4' , 'Flux from ZOO to NH4         ',  'mmole/m3/s'
407   pisdiabio(12)  = 'ZOODOM' , 'Flux from ZOO to DOM         ',  'mmole/m3/s'
408   pisdiabio(13)  = 'NH4NO3' , 'Flux from NH4 to NO3         ',  'mmole/m3/s'
409   pisdiabio(14)  = 'DOMNH4' , 'Flux from DOM to NH4         ',  'mmole/m3/s'
410   pisdiabio(15)  = 'DETNH4' , 'Flux from DET to NH4         ',  'mmole/m3/s'
411   pisdiabio(16)  = 'DETDOM' , 'Flux from DET to DOM         ',  'mmole/m3/s'
412   pisdiabio(17)  = 'SEDNO3' , 'NO3 remineralization from SED',  'mmole/m3/s'
413/
Note: See TracBrowser for help on using the repository browser.