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 NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/BENCH/EXPREF – NEMO

source: NEMO/branches/2018/dev_r10164_HPC09_ESIWACE_PREP_MERGE/tests/BENCH/EXPREF/namelist_pisces_cfg @ 10410

Last change on this file since 10410 was 10343, checked in by smasson, 5 years ago

dev_r10164_HPC09_ESIWACE_PREP_MERGE: action 1b: add TOP in BENCH test case, see #2133

File size: 7.1 KB
Line 
1!-----------------------------------------------------------------------
2&nampismod     !  Model used
3!-----------------------------------------------------------------------
4/
5!-----------------------------------------------------------------------
6&nampisext     !   air-sea exchange
7!-----------------------------------------------------------------------
8/
9!-----------------------------------------------------------------------
10&nampisatm     !  Atmospheric prrssure
11!-----------------------------------------------------------------------
12/
13!-----------------------------------------------------------------------
14&nampisbio     !   biological parameters
15!-----------------------------------------------------------------------
16/
17!-----------------------------------------------------------------------
18&namp4zice     !   parameters for nutrient limitations for PISCES std  - ln_p4z
19!-----------------------------------------------------------------------
20/
21!-----------------------------------------------------------------------
22&namp5zice     !   parameters for nutrient limitations PISCES QUOTA    - ln_p5z
23!-----------------------------------------------------------------------
24/
25!-----------------------------------------------------------------------
26&namp5zquota   !   parameters for nutrient limitations PISCES quota    - ln_p5z
27!-----------------------------------------------------------------------
28/
29!-----------------------------------------------------------------------
30&nampisopt     !   parameters for optics
31!-----------------------------------------------------------------------
32   ln_varpar   =  .false.   ! boolean for PAR variable
33/
34!-----------------------------------------------------------------------
35&namp4zprod    !   parameters for phytoplankton growth for PISCES std  - ln_p4z
36!-----------------------------------------------------------------------
37/
38!-----------------------------------------------------------------------
39&namp5zprod    !   parameters for phytoplankton growth for PISCES quota- ln_p5z
40!-----------------------------------------------------------------------
41/
42!-----------------------------------------------------------------------
43&namp4zmort    !   parameters for phytoplankton sinks for PISCES std   - ln_p4z
44!-----------------------------------------------------------------------
45/
46!-----------------------------------------------------------------------
47&namp5zmort    !   parameters for phytoplankton sinks for PISCES quota - ln_p5z
48!-----------------------------------------------------------------------
49/
50!-----------------------------------------------------------------------
51&namp4zmes     !   parameters for mesozooplankton for PISCES std       - ln_p4z
52!-----------------------------------------------------------------------
53/
54!-----------------------------------------------------------------------
55&namp5zmes     !   parameters for mesozooplankton
56!-----------------------------------------------------------------------
57/
58!-----------------------------------------------------------------------
59&namp4zzoo     !   parameters for microzooplankton for PISCES std      - ln_p4z
60!-----------------------------------------------------------------------
61/
62!-----------------------------------------------------------------------
63&namp5zzoo     !   parameters for microzooplankton
64!-----------------------------------------------------------------------
65/
66!-----------------------------------------------------------------------
67&nampisfer     !   parameters for iron chemistry
68!-----------------------------------------------------------------------
69/
70!----------------------------------------------------------------------- 
71&nampisrem     !   parameters for remineralization
72!-----------------------------------------------------------------------
73/
74!-----------------------------------------------------------------------
75&nampispoc     !   parameters for organic particles
76!-----------------------------------------------------------------------
77/
78!-----------------------------------------------------------------------
79&nampiscal     !   parameters for Calcite chemistry
80!-----------------------------------------------------------------------
81/
82!-----------------------------------------------------------------------
83&nampissbc     !   parameters for inputs deposition
84!-----------------------------------------------------------------------
85   ln_dust     =  .false.   ! boolean for dust input from the atmosphere
86   ln_solub    =  .false.   ! boolean for variable solubility of atm. Iron
87   ln_river    =  .false.   ! boolean for river input of nutrients
88   ln_ndepo    =  .false.   ! boolean for atmospheric deposition of N
89   ln_ironsed  =  .false.   ! boolean for Fe input from sediments
90   ln_ironice  =  .false.   ! boolean for Fe input from sea ice
91   ln_hydrofe  =  .false.  ! boolean for from hydrothermal vents
92/
93!-----------------------------------------------------------------------
94&nampislig     !   Namelist parameters for ligands, nampislig
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&nampisice     !   Prescribed sea ice tracers
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&nampisdmp     !   Damping
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&nampismass    !   Mass conservation
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&namlobphy     !   biological parameters for phytoplankton
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namlobnut     !   biological parameters for nutrients
115!-----------------------------------------------------------------------
116/
117!-----------------------------------------------------------------------
118&namlobzoo     !   biological parameters for zooplankton
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&namlobdet     !   biological parameters for detritus
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namlobdom     !   biological parameters for DOM
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namlobsed     !   parameters from aphotic layers to sediment
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namlobrat     !   general coefficients
135!-----------------------------------------------------------------------
136/
137!-----------------------------------------------------------------------
138&namlobopt     !   optical parameters
139!-----------------------------------------------------------------------
140/
Note: See TracBrowser for help on using the repository browser.