Skip to content

Commit 0f71671

Browse files
Change Maize params
Updated Zmax, SxBotQ and SxTopQ based on ST's findings when changing Zmax to 2.0 in AQ Windows
1 parent 50c0047 commit 0f71671

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

aquacrop/entities/crops/crop_params.py

+3-3
Original file line numberDiff line numberDiff line change
@@ -522,8 +522,8 @@
522522
'Senescence': -9.0,
523523
'SenescenceCD': 107.0,
524524
'SwitchGDD': 0,
525-
'SxBotQ': 0.011,
526-
'SxTopQ': 0.045,
525+
'SxBotQ': 0.0117,
526+
'SxTopQ': 0.048,
527527
'Tbase': 8.0,
528528
'Tmax_lo': 45.0,
529529
'Tmax_up': 40.0,
@@ -536,7 +536,7 @@
536536
'YldForm': -9.0,
537537
'YldFormCD': 61.0,
538538
'YldWC': 90,
539-
'Zmax': 2.3,
539+
'Zmax': 2.0,
540540
'Zmin': 0.3,
541541
'a_HI': 7.0,
542542
'b_HI': 3.0,

0 commit comments

Comments
 (0)