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/2019/dev_r11351_fldread_with_XIOS/tests/BENCH/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11351_fldread_with_XIOS/tests/BENCH/EXPREF/namelist_pisces_cfg @ 13463

Last change on this file since 13463 was 13463, checked in by andmirek, 4 years ago

Ticket #2195:update to trunk 13461

File size: 6.8 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&nampisbc      !   parameters for inputs deposition
84!-----------------------------------------------------------------------
85   ln_ironsed  =  .false.   ! boolean for Fe input from sediments
86   ln_ironice  =  .false.   ! boolean for Fe input from sea ice
87   ln_hydrofe  =  .false.  ! boolean for from hydrothermal vents
88/
89!-----------------------------------------------------------------------
90&nampislig     !   Namelist parameters for ligands, nampislig
91!-----------------------------------------------------------------------
92/
93!-----------------------------------------------------------------------
94&nampisice     !   Prescribed sea ice tracers
95!-----------------------------------------------------------------------
96/
97!-----------------------------------------------------------------------
98&nampisdmp     !   Damping
99!-----------------------------------------------------------------------
100/
101!-----------------------------------------------------------------------
102&nampismass    !   Mass conservation
103!-----------------------------------------------------------------------
104/
105!-----------------------------------------------------------------------
106&namlobphy     !   biological parameters for phytoplankton
107!-----------------------------------------------------------------------
108/
109!-----------------------------------------------------------------------
110&namlobnut     !   biological parameters for nutrients
111!-----------------------------------------------------------------------
112/
113!-----------------------------------------------------------------------
114&namlobzoo     !   biological parameters for zooplankton
115!-----------------------------------------------------------------------
116/
117!-----------------------------------------------------------------------
118&namlobdet     !   biological parameters for detritus
119!-----------------------------------------------------------------------
120/
121!-----------------------------------------------------------------------
122&namlobdom     !   biological parameters for DOM
123!-----------------------------------------------------------------------
124/
125!-----------------------------------------------------------------------
126&namlobsed     !   parameters from aphotic layers to sediment
127!-----------------------------------------------------------------------
128/
129!-----------------------------------------------------------------------
130&namlobrat     !   general coefficients
131!-----------------------------------------------------------------------
132/
133!-----------------------------------------------------------------------
134&namlobopt     !   optical parameters
135!-----------------------------------------------------------------------
136/
Note: See TracBrowser for help on using the repository browser.