Release Notes – climakitae 1.1.0
Added new Global Warming Level approach to data retrieval and tools.
What’s new?
- Added global warming levels approach and related functionality as a data retrieval option
- Added gwl_timing_table.csv to package data and code used to create the file (generate_gwl_timing_table.py)
- Handled an error in
WarmingLevels.calculate()
- Adding goodness of fit prints for goodness-of-fit of distributions for 1 in X calculations to CAVA data function
- Optimizing FFWI by using xarray clipping vs numpy clipping
- Allow individual GCMs to be selected using a warming level approach
- Optimize CAVA pilot function by primarily using batch mode
- Enable WL simulation to be dropped for LOCA models too in CAVA pilot
- Fixing WL simulation filtering bug with warming levels
- Adding new bias corrected WRF model to CAVA pilot
- Refactor CAVA pilot to integrate new global warming approach and naming conventions via DataParameters
- Added new Vunerability tests
- Added Derived variables/indices to
get_data_options()
andget_data()
functions so that those data can be downloaded without GUI.