-
Notifications
You must be signed in to change notification settings - Fork 0
/
bgr.capnp
32 lines (31 loc) · 1.22 KB
/
bgr.capnp
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
@0x913b33da8fd286a9;
struct Setup {
runId @0 :Int64;
sowingTime @1 :Text;
harvestTime @2 :Text;
cropId @3 :Text;
simJson @4 :Text;
cropJson @5 :Text;
siteJson @6 :Text;
startDate @7 :Text;
endDate @8 :Text;
groundwaterLevel @9 :Bool;
impenetrableLayer @10 :Bool;
elevation @11 :Bool;
slope @12 :Bool;
latitude @13 :Bool;
landcover @14 :Bool;
fertilization @15 :Bool;
nitrogenResponseOn @16 :Bool;
irrigation @17 :Bool;
waterDeficitResponseOn @18 :Bool;
emergenceMoistureControlOn @19 :Bool;
emergenceFloodingControlOn @20 :Bool;
leafExtensionModifier @21 :Bool;
co2 @22 :Float32;
o3 @23 :Float32;
fieldConditionModifier @24 :Float32;
stageTemperatureSum @25 :Text;
useVernalisationFix @26 :Bool;
comment @27 :Text;
}