Openamundsen

Latest version: v0.8.3

Safety actively analyzes 622435 Python packages for vulnerabilities to keep your Python projects secure.

Scan your dependencies

Page 1 of 3

0.8.3

- Allow compression of gridded output (95)
- Fix bug in evapotranspiration calculation for water bodies (ddd33221f0fbe872cbf5c67f10480a7d7cd07227)
- Use QtAgg matplotlib backend for the live view window instead of Qt5Agg, so that an appropriate Qt binding (PyQt6/PySide6/PyQt5/PySide2) is automatically selected

0.8.2

- Replace the polynomial fit in `cloud_fraction_from_cloud_factor()` by the analytical inverse of the function in `cloud_factor_from_cloud_fraction()` (0170d6a84569b38c94ea852bca778c79c426ea86)
- Fix for cloudiness method `prescribed`: the prescribed values should be the cloud area fraction (corresponding to the `cloud_fraction` model variable), not the "cloud factor" (ratio of actual to potential radiation) (50e908d09d42ce80a93793f18f25cd8a30a51fcb)
- Consequently, the meteo input variable `cloud_cover` has been renamed to `cloud_fraction` for consistency (however, values are expected to be in percent there, in contrast to the model variable `cloud_fraction` which has fractional values (0-1) (1325f5e3cb701a3a89b92a49bd964156b0d54bfa)

0.8.1

- Add `shadows_downsampling_factor` parameter for speeding up shadows calculation (22124087d0518fbdbbfc9dcc39b6bf3ca982de0f)
- Write sky-view factor files with 3 decimal places instead of full precision to reduce file size (f4cf10d9796f94118a699fbf684052843f850516)

0.8.0

- Allow to supply an "extended DEM" (`extended-dem_{domain}_{resolution}.asc`) with a larger extent than the model grid for calculating the sky-view factor and radiation processes.
- Cloudiness parameter `allow_fallback` is more generic and potentially tries several cloudiness calculation methods (e.g. if `method` is `clear_sky_fraction` and no radiation measurements are available, first the `humidity` method is attempted, if also no temperature/humidity measurements are available the `constant` method is used).
- The parameters for the cloudiness method `humidity` can now be specified in the model configuration:
- `pressure_level`: the pressure level for which the calculation should be performed (hPa)
- `saturation_cloud_fraction`: cloud fraction at 100% relative humidity (0-1)
- `e_folding_humidity`: "e-folding relative humidity" (%)
- Related to this, the `humidity` method now uses `pressure_to_altitude()` to convert the prescribed pressure level (700 hPa by default) to an altitude instead of using a hardcoded value of 3000 m, hence introducing small changes in cloudiness values compared to those calculated with earlier openAMUNDSEN versions (1bd686555fb9ce031922625c284d975d67533bd8).
- Add cloudiness method `prescribed`, which interpolates prescribed cloudiness values at the input stations. For this, the input files need to include a variable `cloud_cover` (in %) (adfdf08d579b73f7aa6ddd4182a188e70c57c0b8).
- Cloudiness configuration keys `day_method` and `night_method` have been renamed to `method` and `clear_sky_fraction_night_method` (dbdfd1c07485b3ab7e6a4e347306af459f2b2b4e).

0.7.4

- Fix issue with creating in-memory datasets when using xarray >= 2022.11.0 (87)
- Drop Python 3.7 support (88)
- Support Python 3.10 (90)

0.7.3

- Append gridded outputs by default when using NetCDF format instead of creating the entire dataset at once (85)

Page 1 of 3

© 2024 Safety CLI Cybersecurity Inc. All Rights Reserved.