Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Persefone.jl
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Deploy
Package registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Insights
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Persefone
Persefone.jl
Commits
baab5b8c
Commit
baab5b8c
authored
3 months ago
by
Marco Matthies
Browse files
Options
Downloads
Patches
Plain Diff
v0.6.1
parent
6ec01a46
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
CHANGELOG.md
+41
-17
41 additions, 17 deletions
CHANGELOG.md
Project.toml
+1
-1
1 addition, 1 deletion
Project.toml
with
42 additions
and
18 deletions
CHANGELOG.md
+
41
−
17
View file @
baab5b8c
...
...
@@ -12,33 +12,57 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
*Plan: decouple CairoMakie (#81), fix & test ALMaSS, set up first experiments*
## [0.6.1] - unreleased
*Plan: add more regions*
*Plan: add soil maps, update GIS documentation, add more regions*
## [0.7.0] - unreleased
*Plan: allow for multiple crop models, AquaCrop crop model*
### Added
### Changed
### Deprecated
### Removed
### Fixed
## [0.6.1] - 14-03-2025
### Added
-
user manual: documentation is now compiled to PDF (#91)
-
added soil maps to region data, but not used yet
-
added
`mean_cloud_cover`
and
`potential_evapotranspiration`
fields
to weather data csv files
### Changed
-
added soil map section to GIS docs
-
the
`Weather`
type now stores all weather information for the whole
simulation as a "struct-of-arrays" and with a function interface,
e.g.
`sunshine(weather, date)`
(previously,
`Weather`
was a struct
that stored the weather data for one day only, and
`AgricultureModel`
had a field
`weather::Dict{Date,Weather}`
, making
it a "dict-of-struct" data layout)
-
`AgricultureModel`
and
`Weather`
are now defined with
`@kwdef`
,
allowing for keyword arguments in their constructors
-
when reading weather data, we now throw an error when there are
missing values for the fields
`min_temperature`
,
`max_temperature`
,
`mean_temperature`
,
`precipitation`
, and
`potential_evapotranspiration`
(in the future missing values could
also be imputed)
-
Changed weather internal representation to struct-of-arrays
(previously a dict-of-struct representation). The
`Weather`
type
now stores all weather information for the whole simulation, with a
function interface, e.g.
`sunshine(weather, date)`
.
-
When reading weather data, we now throw an error when there are
missing days or any missing values for the fields
`min_temperature`
,
`max_temperature`
,
`mean_temperature`
,
`precipitation`
, and
`potential_evapotranspiration`
. In the future missing values could
also be imputed.
-
The script for weather data extraction at
`data/regions/auxiliary/extract_weather_data.R`
has been reworked to
always return an output row for each day in the date range, even if
the day is missing in the original data source. It now also accepts
the stations to download as command-line arguments. The
`renv`
lockfile for the R environment used to run the script can be found
at
`data/regions/auxiliary/renv.lock`
.
### Deprecated
...
...
This diff is collapsed.
Click to expand it.
Project.toml
+
1
−
1
View file @
baab5b8c
name
=
"Persefone"
uuid
=
"039acd1d-2a07-4b33-b082-83a1ff0fd136"
authors
=
[
"Daniel Vedder <daniel.vedder@idiv.de>"
]
version
=
"0.6.
0
"
version
=
"0.6.
1
"
[deps]
ArgParse
=
"c7e460c6-2fb9-53a9-8c5b-16f535851c63"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment