Recent Releases of Thermofeel
Thermofeel - 2.1.7
ChangeLog:
- Change project to single branch main
Full Changelog: https://github.com/ecmwf/thermofeel/compare/2.1.5...2.1.7
Consumption - Buildings and Heating
- Python
Published by tlmquintino about 1 month ago
Thermofeel - 2.1.5
- Fix descriptions
- Fix variable names
- Updated humidex calculation and reference
Consumption - Buildings and Heating
- Python
Published by cladinapoli about 1 month ago
Thermofeel - 2.1.4
- Fix setup of project
- Removed unused dependency on earthkit-meteo
Consumption - Buildings and Heating
- Python
Published by cladinapoli 4 months ago
Thermofeel - 2.1.3
Documentation revised and updated
Consumption - Buildings and Heating
- Python
Published by cladinapoli 4 months ago
Thermofeel - 2.1.2
ChangeLog
- Small fix in the heat index adjusted computation
Consumption - Buildings and Heating
- Python
Published by cladinapoli 5 months ago
Thermofeel - 2.1.1
ChangeLog
- Small bug fix in the UTCI computaiton
What's Changed
- Rename utci variable by @tlmquintino in https://github.com/ecmwf/thermofeel/pull/39
- release 2.1.1 by @tlmquintino in https://github.com/ecmwf/thermofeel/pull/40
Full Changelog: https://github.com/ecmwf/thermofeel/compare/2.1.0...2.1.1
Consumption - Buildings and Heating
- Python
Published by tlmquintino about 1 year ago
Thermofeel - 2.1.0
Version 2.1.0
What's Changed
- Fix computaiton of normal effective temperature
- Fix documentation links to new repository URL
- Better explanation of T0
Full Changelog: https://github.com/ecmwf/thermofeel/compare/2.0.0...2.1.0
Consumption - Buildings and Heating
- Python
Published by tlmquintino over 1 year ago
Thermofeel - 2.0.0
Version 2.0.0
Standardisation
- I/O variables converted into International System of Units (SI) (e.g., K)
- Docstrings standardised in their descriptions (e.g., inputs as float arrays) and references
- Variable names standardised across function declarations (i.e., t2m vs t2k vs t_k → now t2_k)
- Use of temperature converter functions
- Input variables are limited to those explicitly needed in the function formula (see e.g.,
calculate_normal_effective_temperaturefunction)
New Functions
scale_windspeedfunction to scale 10m wind speed to height h with h < 10mcalculate_nonsaturation_vapour_pressureto calculate vapour pressure at a given relative humidity and air temperaturecalculate_wbgt_simplefunction renamedcalculate_normal_effective_temperaturefunction renamed
Improvements
- thermofeel library docstring lists computed variables in alphabetical order
- the cosine of the solar zenith angle now computed via the
earthkit-meteo <https://github.com/ecmwf/earthkit-meteo>_ library calculate_bgtfunction is calculated via a 4x faster formulacalculate_saturation_vapour_pressure_multiphaseformulas replaced with those used in the IFS- changeable threshold in
approximate_dsrpfunction (set to 0.1 by default) - invalidity outside input variables range specified in
calculate_wind_chillfunction docstring
Bug Fixes
- fixed
approximate_dsrpto avoid fdir being overwritten with dsrp when calculating MRT - fixed
calculate_wbgt_simpleconstant value and vapour pressure calculated from non-saturated formula - fixed
calculate_bgtwind speed at 1.1m in input - fixed
calculate_mrt_from_bgtwind speed at 1.1m in input - fixed
calculate_normal_effective_temperaturewind speed at 1.2m in input - fixed
calculate_apparent_temperaturewind speed at 10m in input; vapour pressure calculated from non-saturated formula - fixed
calculate_wind_chillwind speed in km/h and operation symbols in main formula - fixed
calculate_heat_index_simplifieda wrong sign and missing constant value in hiarray; hi set to 2m air temperature when the latter is below 20°C - fixed
fahrenheit_to_kelvinconverter function
Consumption - Buildings and Heating
- Python
Published by tlmquintino over 2 years ago
Thermofeel - 1.3.0
Multiple fixes and documentation
Consumption - Buildings and Heating
- Python
Published by tlmquintino over 3 years ago
Thermofeel -
Introduced optional Numba JIT optimisation of functions for significant speedup.
Improved some functions to make them compilable and vectorisable by Numba.
Remove __wrap function, as such many functions now require numpy arrays as input.
Fixed calculate_heat_index_adjusted.
Added calculate_wbt_dj
More and improved examples.
Improved documentation.
Consumption - Buildings and Heating
- Python
Published by tlmquintino about 4 years ago
Thermofeel - 1.1.3
Update to the Documentation
Small changes to the an example file in the examples folder and updating the documentation for read the docs.
Full Changelog: https://github.com/ecmwf-projects/thermofeel/compare/1.1.2...1.1.3
Consumption - Buildings and Heating
- Python
Published by chlobrim over 4 years ago
Thermofeel - 1.1.2
Improvements in the examples
Consumption - Buildings and Heating
- Python
Published by tlmquintino over 4 years ago
Thermofeel - 1.1.1
What's Changed
- Temporarily pin the Python version until new NumPy wheels are available by @dvuckovic in https://github.com/ecmwf-projects/thermofeel/pull/10
New Contributors
- @dvuckovic made their first contribution in https://github.com/ecmwf-projects/thermofeel/pull/10
Full Changelog: https://github.com/ecmwf-projects/thermofeel/compare/1.1.0...1.1.1
Consumption - Buildings and Heating
- Python
Published by tlmquintino over 4 years ago
Thermofeel - 1.1.0
Consumption - Buildings and Heating
- Python
Published by tlmquintino over 4 years ago
Thermofeel - 1.0.5
Updating the cosine of the solar zenith angle to a faster integrating approach, implementing a change to UTCI to take either dew point temperature or e_hPa.
Consumption - Buildings and Heating
- Python
Published by chlobrim over 4 years ago
Thermofeel - First public release
First public release of thermofeel
Consumption - Buildings and Heating
- Python
Published by tlmquintino over 4 years ago