Releases: aquacropos/aquacrop
Releases · aquacropos/aquacrop
v3.0.10
v3.0.9
What's Changed
Thanks to @oleksmialyk for the fixes and improvements:
- check_groundwater_table.py now correctly returns NewCond_zGW variable
- Removed incorrectly hardcoded 15mm irrigation for IrrMngt_IrrMethod == 1 in irrigation.py
- root_development.py now correctly returns NewCond_rCor
- User input of bund height is still in metres but this is now converted immediately to mm upon initialisation of fieldManagement for consistency of units in calculations.
Full Changelog: v3.0.8...v3.0.9
v3.0.8
What's Changed
- Minor update to calculation of GDD growth stages when switching from calendar days.
- New crop parameter 'SwitchGDDType' can be specified as 'mean' (default) or 'median', calculates GDD growth stages from calendar day growth stages, using all simulation years. 'mean' or 'median' refers to how the calculation summarises GDD values for each growth stage across all years.
- New crop specification 'SugarBeetGDD_UK'.
Full Changelog: v3.0.7...v3.0.8
v3.0.7
Fixed issue with fresh yield calculations.
v3.0.6
What's Changed
Minor fix to alleviate dependency issue, change cffi from 1.15.0 to 1.16.0.
v3.0.5
What's Changed
Changes to manifest.in, requirements.txt and setup.cfg to allow packaging of future climate .csv files and fixing of new dependency issues.
v3.0.4
What's Changed
Added additional climate files for examples in notebooks, inclusion of .csv files (example CMIP6 data) in package.
v3.0.3 - Additional built-in files
Additional built-in climate files for notebooks.
v3.0.2 - Additional built-in climate files
Additional files containing weather for example model runs in notebooks, including for CMIP6 future projections.
v3.0.1
What's Changed
- Added a 'Default' crop and 'Default' soil, direct copies from AQ-Win version
- Tidied main directory
Full Changelog: v3.0...v3.0.1