source: CONFIG/UNIFORM/v7/IPSLCM7/GENERAL/PARAM/NEMO/namelist_pisces_cfg @ 6709

Last change on this file since 6709 was 6656, checked in by cetlod, 8 months ago

CM7_work : Reorganisation of PARAM directory ; grouping parameters for each model ; update all the cards accordingly

File size: 8.9 KB
Line 
1!-----------------------------------------------------------------------
2&nampismod     !  Model used
3  ln_p4z    = .true.         !  PISCES model used
4/
5!-----------------------------------------------------------------------
6&nampisext     !   air-sea exchange
7!-----------------------------------------------------------------------
8   atcco2     = _AUTO_: DEFAULT=284.5    ! Constant value atmospheric pCO2 - ln_co2int = F
9/
10!-----------------------------------------------------------------------
11&nampisatm     !  Atmospheric prrssure
12!-----------------------------------------------------------------------
13/
14!-----------------------------------------------------------------------
15&nampisbio     !   biological parameters
16!-----------------------------------------------------------------------
17/
18!-----------------------------------------------------------------------
19&namp4zlim     !   parameters for nutrient limitations for PISCES std  - ln_p4z
20!-----------------------------------------------------------------------
21/
22!-----------------------------------------------------------------------
23&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z
24!-----------------------------------------------------------------------
25/
26!-----------------------------------------------------------------------
27&namp5zquota   !   parameters for nutrient limitations PISCES quota    - ln_p5z
28!-----------------------------------------------------------------------
29/
30!-----------------------------------------------------------------------
31&nampisopt     !   parameters for optics
32!-----------------------------------------------------------------------
33!              !  file name     ! frequency (hours) ! variable  ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
34!              !                !  (if <0  months)  !   name    !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
35   sn_par      = 'par_fraction.orca' ,     24            , 'fr_par'  ,  .true.      , .true. , 'yearly'  , ''       , ''       , ''
36   cn_dir      = './'      !  root directory for the location of the dynamical files
37   ln_varpar   =  .true.   ! boolean for PAR variable
38   parlux      =  0.43      ! Fraction of shortwave as PAR
39   ln_p4z_dcyc =  .false.  ! Diurnal cycle in PISCES
40/
41!-----------------------------------------------------------------------
42&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z
43!-----------------------------------------------------------------------
44/
45!-----------------------------------------------------------------------
46&namp5zprod    !   parameters for phytoplankton growth for PISCES quota- ln_p5z
47!-----------------------------------------------------------------------
48/
49!-----------------------------------------------------------------------
50&namp4zmort    !   parameters for phytoplankton sinks for PISCES std   - ln_p4z
51!-----------------------------------------------------------------------
52/
53!-----------------------------------------------------------------------
54&namp5zmort    !   parameters for phytoplankton sinks for PISCES quota - ln_p5z
55!-----------------------------------------------------------------------
56/
57!-----------------------------------------------------------------------
58&namp4zmes     !   parameters for mesozooplankton for PISCES std       - ln_p4z
59!-----------------------------------------------------------------------
60/
61!-----------------------------------------------------------------------
62&namp5zmes     !   parameters for mesozooplankton
63!-----------------------------------------------------------------------
64/
65!-----------------------------------------------------------------------
66&namp4zzoo     !   parameters for microzooplankton for PISCES std      - ln_p4z
67!-----------------------------------------------------------------------
68/
69!-----------------------------------------------------------------------
70&namp5zzoo     !   parameters for microzooplankton
71!-----------------------------------------------------------------------
72/
73!-----------------------------------------------------------------------
74&nampisfer     !   parameters for iron chemistry
75!-----------------------------------------------------------------------
76/
77!----------------------------------------------------------------------- 
78&nampisrem     !   parameters for remineralization
79!-----------------------------------------------------------------------
80/
81!-----------------------------------------------------------------------
82&nampispoc     !   parameters for organic particles
83!-----------------------------------------------------------------------
84/
85!-----------------------------------------------------------------------
86&nampiscal     !   parameters for Calcite chemistry
87!-----------------------------------------------------------------------
88/
89!-----------------------------------------------------------------------
90&nampisbc     !   parameters for inputs deposition
91!-----------------------------------------------------------------------
92!              !  file name        ! frequency (hours) ! variable      ! time interp. !  clim  ! 'yearly'/ ! weights  ! rotation ! land/sea mask !
93!              !                   !  (if <0  months)  !   name        !   (logical)  !  (T/F) ! 'monthly' ! filename ! pairing  ! filename      !
94!-----------------------------------------------------------------------
95   sn_dust     = 'dustdep'         ,       -1          , 'dust'        ,  .true.      , .true. , 'yearly'  , 'weights_2D_r360x180_bilin.nc'       , ''    , ''
96   sn_ironsed  = 'pmarge.orca'     ,    -12            , 'bathy'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
97   sn_hydrofe  = 'hydrofe.orca'    ,    -12            , 'epsdb'       ,  .false.     , .true. , 'yearly'  , ''       , ''    , ''
98!
99   cn_dir      = './'      !  root directory for the location of the dynamical files
100   ln_ironsed  =  .true.   ! boolean for Fe input from sediments
101   ln_ironice  =  .true.   ! boolean for Fe input from sea ice
102   ln_hydrofe  =  .false.   ! boolean for from hydrothermal vents
103   sedfeinput  =  2.e-9    ! Coastal release of Iron
104   distcoast   =  5.e3     ! Distance off the coast for Iron from sediments
105   mfrac       =  0.035    ! Fe mineral fraction of dust
106   wdust       =  2.0      ! Dust sinking speed
107   icefeinput  =  15.e-9   ! Iron concentration in sea ice
108   hratio      =  1.e+7    ! Fe to 3He ratio assumed for vent iron supply
109/
110!-----------------------------------------------------------------------
111&nampislig     !   Namelist parameters for ligands, nampislig
112!-----------------------------------------------------------------------
113/
114!-----------------------------------------------------------------------
115&nampissed     !   Namelist parameters for sediment mobilisation
116!-----------------------------------------------------------------------
117/
118!-----------------------------------------------------------------------
119&nampisice     !   Prescribed sea ice tracers
120!-----------------------------------------------------------------------
121/
122!-----------------------------------------------------------------------
123&nampisdmp     !   Damping
124!-----------------------------------------------------------------------
125  nn_pisdmp   =  _AUTO_
126/
127!-----------------------------------------------------------------------
128&nampismass    !   Mass conservation
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namlobphy     !   biological parameters for phytoplankton
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namlobnut     !   biological parameters for nutrients
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&namlobzoo     !   biological parameters for zooplankton
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&namlobdet     !   biological parameters for detritus
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&namlobdom     !   biological parameters for DOM
149!-----------------------------------------------------------------------
150/
151!-----------------------------------------------------------------------
152&namlobsed     !   parameters from aphotic layers to sediment
153!-----------------------------------------------------------------------
154/
155!-----------------------------------------------------------------------
156&namlobrat     !   general coefficients
157!-----------------------------------------------------------------------
158/
159!-----------------------------------------------------------------------
160&namlobopt     !   optical parameters
161!-----------------------------------------------------------------------
162/
Note: See TracBrowser for help on using the repository browser.