-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtest_np.yaml
More file actions
61 lines (58 loc) · 1.27 KB
/
test_np.yaml
File metadata and controls
61 lines (58 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
base_element: n # mmol N / m^3
tracers:
no3:
long_name: nitrate
type: inorganic
composition:
n: 0.003 # mmol N / m^3
parameters:
temp_limited: False
phyto1:
long_name: diatoms
type: phytoplankton
composition: # element : initial concentration
n: 0.003 # mmol N / m^3
parameters:
temp_limited: False
nutrient_limitation:
type: external
nutrients: ["no3"]
parameters:
environment:
base_temp: 20.0
summer_mld: 10.0
winter_mld: 40.0
summer_salt: 36.5
winter_salt: 37.0
summer_sun: 120.0
winter_sun: 10.0
summer_temp: 15.0
winter_temp: 15.0
summer_wind: 2.0
winter_wind: 6.0
PAR_frac: 0.4
simulation:
latitude: 45.0
num_days: 180
timestep: 360.0
water_column:
column_depth: 10.0
num_layers: 1
reactions:
- type: mortality
consumed:
phyto1: [n]
produced:
no3: [n]
parameters:
mortality_rate: [0.05,0.0]
- type: uptake
consumed:
no3: [n]
produced:
phyto1: [n]
parameters:
nutrient_limitation: variable
half_sat_nutrient: 0.1
light_limitation: 1.0
max_photo_rate: 1.4