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_cfg in branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00 – NEMO

source: branches/2016/dev_r7012_ROBUST5_CNRS/NEMOGCM/CONFIG/ORCA2_LIM_PISCES/EXP00/namelist_pisces_cfg @ 7162

Last change on this file since 7162 was 7162, checked in by cetlod, 7 years ago

new top interface : Add PISCES quota model

File size: 7.9 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/
16!-----------------------------------------------------------------------
17&nampisext     !   air-sea exchange
18!-----------------------------------------------------------------------
19/
20!-----------------------------------------------------------------------
21&nampisatm     !  Atmospheric prrssure
22!-----------------------------------------------------------------------
23/
24!-----------------------------------------------------------------------
25&nampisbio     !   biological parameters
26!-----------------------------------------------------------------------
27/
28!-----------------------------------------------------------------------
29&namp4zlim     !   parameters for nutrient limitations for PISCES std - ln_p4z
30!-----------------------------------------------------------------------
31/
32!-----------------------------------------------------------------------
33&namp5zlim     !   parameters for nutrient limitations PISCES QUOTA - ln_p5z
34!-----------------------------------------------------------------------
35/
36!-----------------------------------------------------------------------
37&namp5zquota    !   parameters for nutrient limitations PISCES quota - ln_p5z
38!-----------------------------------------------------------------------
39/
40!-----------------------------------------------------------------------
41&nampisopt     !   parameters for optics
42!-----------------------------------------------------------------------
43/
44!-----------------------------------------------------------------------
45&namp4zprod     !   parameters for phytoplankton growth for PISCES std - ln_p4z
46!-----------------------------------------------------------------------
47/
48!'''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
49&namp5zprod     !   parameters for phytoplankton growth for PISCES quota - ln_p5z
50!,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,,
51/
52!-----------------------------------------------------------------------
53&namp4zmort     !   parameters for phytoplankton sinks for PISCES std - ln_p4z
54!-----------------------------------------------------------------------
55/
56!-----------------------------------------------------------------------
57&namp5zmort     !   parameters for phytoplankton sinks for PISCES quota - ln_p5z
58!-----------------------------------------------------------------------
59/
60!-----------------------------------------------------------------------
61&namp4zmes     !   parameters for mesozooplankton for PISCES std - ln_p4z
62!-----------------------------------------------------------------------
63/
64!-----------------------------------------------------------------------
65&namp5zmes     !   parameters for mesozooplankton
66!-----------------------------------------------------------------------
67/
68!-----------------------------------------------------------------------
69&namp4zzoo     !   parameters for microzooplankton for PISCES std - ln_p4z
70!-----------------------------------------------------------------------
71/
72!-----------------------------------------------------------------------
73&namp5zzoo     !   parameters for microzooplankton
74!-----------------------------------------------------------------------
75/
76!-----------------------------------------------------------------------
77&nampisfer     !   parameters for iron chemistry
78!-----------------------------------------------------------------------
79/
80!----------------------------------------------------------------------- 
81&nampisrem     !   parameters for remineralization
82!-----------------------------------------------------------------------
83/
84!-----------------------------------------------------------------------
85&nampispoc     !   parameters for organic particles
86!-----------------------------------------------------------------------
87/
88!-----------------------------------------------------------------------
89&nampiscal     !   parameters for Calcite chemistry
90!-----------------------------------------------------------------------
91/
92!-----------------------------------------------------------------------
93&nampissbc     !   parameters for inputs deposition
94!-----------------------------------------------------------------------
95/
96!-----------------------------------------------------------------------
97&nampisice      !  Prescribed sea ice tracers
98!-----------------------------------------------------------------------
99/
100!-----------------------------------------------------------------------
101&nampisdmp     !  Damping
102!-----------------------------------------------------------------------
103/
104!-----------------------------------------------------------------------
105&nampismass     !  Mass conservation
106!-----------------------------------------------------------------------
107/
108!!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
109!! PISCES reduced (key_pisces_reduced, ex LOBSTER) : namelists
110!!              1  - biological parameters for phytoplankton    (namlobphy)
111!!              2  - biological parameters for nutrients        (namlobnut)
112!!              3  - biological parameters for zooplankton      (namlobzoo)   
113!!              4  - biological parameters for detritus         (namlobdet)
114!!              5  - biological parameters for DOM              (namlobdom)
115!!              6  - parameters from aphotic layers to sediment (namlobsed)
116!!              7  - general coefficients                       (namlobrat)
117!!              8  - optical parameters                         (namlobopt)
118!>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
119!-----------------------------------------------------------------------
120&namlobphy     !   biological parameters for phytoplankton
121!-----------------------------------------------------------------------
122/
123!-----------------------------------------------------------------------
124&namlobnut     !   biological parameters for nutrients
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&namlobzoo     !   biological parameters for zooplankton
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namlobdet     !   biological parameters for detritus
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namlobdom     !   biological parameters for DOM
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&namlobsed     !   parameters from aphotic layers to sediment
141!-----------------------------------------------------------------------
142/
143!-----------------------------------------------------------------------
144&namlobrat     !   general coefficients
145!-----------------------------------------------------------------------
146/
147!-----------------------------------------------------------------------
148&namlobopt     !   optical parameters
149!-----------------------------------------------------------------------
150/
Note: See TracBrowser for help on using the repository browser.