team-8/hydroshoot/test/data/params.json
francesco-bufalini 0ba7189bfc Commit last-minute
2025-08-02 13:46:28 +02:00

179 lines
No EOL
3.1 KiB
JSON

{
"simulation": {
"sdate": "2012-08-01 11:00:00",
"edate": "2012-08-01 11:00:00",
"latitude": 43.61,
"longitude": 3.87,
"elevation": 44.0,
"tzone": "Europe/Paris",
"output_index": "",
"unit_scene_length": "cm",
"hydraulic_structure": true,
"negligible_shoot_resistance": false,
"energy_budget": true
},
"planting": {
"spacing_between_rows": 3.6,
"spacing_on_row": 1,
"row_angle_with_south": 0.0
},
"phenology": {
"emdate": "2012-03-01 00:00:00",
"t_base": 10.0
},
"mtg_api": {
"collar_label": "inT",
"leaf_lbl_prefix": "L",
"stem_lbl_prefix": [
"in",
"Pet",
"cx"
]
},
"numerical_resolution": {
"max_iter": 100,
"psi_step": 0.5,
"psi_error_threshold": 0.05,
"t_step": 0.5,
"t_error_threshold": 0.02
},
"irradiance": {
"E_type": "Rg_Watt/m2",
"E_type2": "Eabs",
"opt_prop": {
"SW": {
"leaf": [
0.06,
0.07
],
"stem": [
0.13
],
"other": [
0.06,
0.07
]
},
"LW": {
"leaf": [
0.04,
0.07
],
"stem": [
0.13
],
"other": [
0.06,
0.07
]
}
},
"turtle_format": "soc",
"turtle_sectors": "46",
"icosphere_level": null
},
"energy": {
"solo": true,
"t_cloud": 2.0,
"t_sky": -20.0
},
"hydraulic": {
"psi_min": -3.0,
"Kx_dict": {
"a": 1.6,
"b": 2.0,
"min_kmax": 0.01
},
"par_K_vul": {
"model": "misson",
"fifty_cent": -0.51,
"sig_slope": 1.0
}
},
"exchange": {
"rbt": 0.6667,
"Na_dict": {
"aN": -0.0008,
"bN": 3.3,
"aM": 6.471,
"bM": 56.635
},
"par_gs": {
"model": "misson",
"g0": 0.02,
"m0": 5.278,
"psi0": -1.0,
"D0": 30.0,
"n": 4.0
},
"par_photo": {
"alpha": 0.24,
"Kc25": 404.9,
"Ko25": 278.4,
"Tx25": 42.75,
"ds": 0.635,
"dHd": 200.0,
"RespT_Kc": {
"c": 38.05,
"deltaHa": 79.43
},
"RespT_Ko": {
"c": 20.30,
"deltaHa": 36.38
},
"RespT_Vcm": {
"c": 26.35,
"deltaHa": 65.33
},
"RespT_Jm": {
"c": 17.57,
"deltaHa": 43.54
},
"RespT_TPU": {
"c": 21.46,
"deltaHa": 53.1
},
"RespT_Rd": {
"c": 18.72,
"deltaHa": 46.39
},
"RespT_Tx": {
"c": 19.02,
"deltaHa": 37.83
},
"photo_inhibition": {
"dhd_inhib_beg": 195,
"dHd_inhib_max": 190,
"psi_inhib_beg": -1.5,
"psi_inhib_max": -3,
"temp_inhib_beg": 35,
"temp_inhib_max": 40
}
},
"par_photo_N": {
"Vcm25_N": [
34.02,
-3.13
],
"Jm25_N": [
78.27,
-17.3
],
"Rd_N": [
0.42,
-0.01
],
"TPU25_N": [
6.24,
-1.92
]
}
},
"soil": {
"soil_class": "Loamy_Sand",
"soil_dimensions": {
"depth": 1.2
},
"rhyzo_coeff": 0.5
}
}