Skip to content

Releases: aquacropos/aquacrop

v3.0.10

13 Oct 13:50
2477216
Compare
Choose a tag to compare

Updated Readme describing model features and background

v3.0.9

14 Aug 17:44
7791ba0
Compare
Choose a tag to compare

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

03 Jun 10:59
e861bea
Compare
Choose a tag to compare

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

01 May 13:20
3066a2e
Compare
Choose a tag to compare

Fixed issue with fresh yield calculations.

v3.0.6

30 Apr 13:28
26f4169
Compare
Choose a tag to compare

What's Changed

Minor fix to alleviate dependency issue, change cffi from 1.15.0 to 1.16.0.

v3.0.5

26 Apr 09:55
2e3bb02
Compare
Choose a tag to compare

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

25 Apr 09:09
5222516
Compare
Choose a tag to compare

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

22 Apr 07:44
b3a8087
Compare
Choose a tag to compare

Additional built-in climate files for notebooks.

v3.0.2 - Additional built-in climate files

19 Apr 10:27
44fbd05
Compare
Choose a tag to compare

Additional files containing weather for example model runs in notebooks, including for CMIP6 future projections.

v3.0.1

16 Jan 16:26
2a861c9
Compare
Choose a tag to compare

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