|
1 | 1 | Feature: Sobol sensitivity analysis for WOFOST potato |
2 | | - Because parameter uncertainty drives canopy development |
| 2 | + Because parameter uncertainty drives crop development and growth |
3 | 3 | We want to quantify global sensitivities using Sobol indices |
4 | | - So we can identify dominant parameters for potato LAI |
| 4 | + So we can identify influential parameters for potato LAI and TWSO |
5 | 5 |
|
6 | | - Scenario: run a simple test |
7 | | - Given we have behave installed |
8 | | - When we implement a test |
| 6 | + Background: |
| 7 | + Given we are using WOFOST site data with a WAV of "50.0" |
| 8 | + And we are using default soil parameter values |
| 9 | + And we are using crop data stored in the "data" directory |
| 10 | + And our state variables are "LAI and TWSO" |
| 11 | + And the following parameter specification is used for calibration: |
| 12 | + | name | description | range | distribution | type | |
| 13 | + | TSUM1 | Temperature sum from emergence to anthesis | 150, 280 | uniform | continuous | |
| 14 | + | TSUM2 | Temperature sum from anthesis to maturity | 1550, 2100 | uniform | continuous | |
| 15 | + | TBASEM | Base temperature for emergence | 2, 4 | uniform | continuous | |
| 16 | + | TSUMEM | Temperature sum required for crop emergence | 170, 255 | uniform | continuous | |
| 17 | + | TEFFMX | Maximum effective temperature for emergence | 18, 32 | uniform | continuous | |
| 18 | + | SPAN | Life span of leaves | 20, 50 | uniform | continuous | |
| 19 | + | TDWI | Initial total dry weight of the crop | 75, 700 | uniform | continuous | |
| 20 | + | RGRLAI | Relative growth rate of leaf area index | 0.008, 0.02 | uniform | continuous | |
| 21 | + | Q10 | Temperature response factor for respiration (Q10 coefficient) | 2, 3 | uniform | continuous | |
| 22 | + And the following specification is used for the calibration procedure: |
| 23 | + | name | description | value | |
| 24 | + | experiment_name | The name of the current experiment | WOFOST sensitivity analysis | |
| 25 | + | n_jobs | The number of simulations to run in parallel | 10 | |
| 26 | + |
| 27 | + @netherlands @sensitivity |
| 28 | + Scenario: Sobol sensitivity analysis for LAI and TWSO in Limburg, Netherlands |
| 29 | + Given we are using NASA weather data with a latitude of "51" and a longitude of "5" |
| 30 | + And we are using agronomy management data in the "data/potato_netherlands_2021.agro" file |
| 31 | + When we execute a sensitivity analysis using the "Sobol" method and the "SALib" library with "4" samples |
9 | 32 | Then behave will test it for us! |
10 | 33 |
|
11 | | - Scenario: run another simple test |
12 | | - Given we have behave installed |
13 | | - When we implement a test |
| 34 | + @india @sensitivity |
| 35 | + Scenario: Sobol sensitivity analysis for LAI and TWSO in Gujarat, India |
| 36 | + Given we are using NASA weather data with a latitude of "23" and a longitude of "73" |
| 37 | + And we are using agronomy management data in the "data/potato_india_2021.agro" file |
| 38 | + When we execute a sensitivity analysis using the "Sobol" method and the "SALib" library with "4" samples |
14 | 39 | Then behave will test it for us! |
0 commit comments