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_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/ORCA2_OFF_PISCES/EXPREF – NEMO

source: NEMO/branches/2019/dev_r11078_OSMOSIS_IMMERSE_Nurser/cfgs/ORCA2_OFF_PISCES/EXPREF/namelist_pisces_cfg @ 12928

Last change on this file since 12928 was 12928, checked in by smueller, 4 years ago

Synchronizing with /NEMO/trunk@12925 (ticket #2170)

  • Property svn:mime-type set to text/x-fortran
File size: 7.2 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   nrdttrc    =  4        ! time step frequency for biology
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/ 
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   sn_dust     = 'dust.orca.new'       ,     -1            , 'dust'        ,  .true.      , .true. , 'yearly'  , ''       , ''    , ''
86   ln_ironsed  =  .true.   ! boolean for Fe input from sediments
87   ln_ironice  =  .true.   ! boolean for Fe input from sea ice
88   ln_hydrofe  =  .true.   ! boolean for from hydrothermal vents
89/
90!-----------------------------------------------------------------------
91&nampissed     !   parameters for sediments mobilization
92!-----------------------------------------------------------------------
93/
94!-----------------------------------------------------------------------
95&nampislig     !   Namelist parameters for ligands, nampislig
96!-----------------------------------------------------------------------
97/
98!-----------------------------------------------------------------------
99&nampisice     !   Prescribed sea ice tracers
100!-----------------------------------------------------------------------
101/
102!-----------------------------------------------------------------------
103&nampisdmp     !   Damping
104!-----------------------------------------------------------------------
105   nn_pisdmp    =  1460       !  Frequency of Relaxation
106/
107!-----------------------------------------------------------------------
108&nampismass    !   Mass conservation
109!-----------------------------------------------------------------------
110/
111!-----------------------------------------------------------------------
112&namlobphy     !   biological parameters for phytoplankton
113!-----------------------------------------------------------------------
114/
115!-----------------------------------------------------------------------
116&namlobnut     !   biological parameters for nutrients
117!-----------------------------------------------------------------------
118/
119!-----------------------------------------------------------------------
120&namlobzoo     !   biological parameters for zooplankton
121!-----------------------------------------------------------------------
122/
123!-----------------------------------------------------------------------
124&namlobdet     !   biological parameters for detritus
125!-----------------------------------------------------------------------
126/
127!-----------------------------------------------------------------------
128&namlobdom     !   biological parameters for DOM
129!-----------------------------------------------------------------------
130/
131!-----------------------------------------------------------------------
132&namlobsed     !   parameters from aphotic layers to sediment
133!-----------------------------------------------------------------------
134/
135!-----------------------------------------------------------------------
136&namlobrat     !   general coefficients
137!-----------------------------------------------------------------------
138/
139!-----------------------------------------------------------------------
140&namlobopt     !   optical parameters
141!-----------------------------------------------------------------------
142/
Note: See TracBrowser for help on using the repository browser.