forked from ARCCSS-extremes/climpact2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCHANGE_LOG
31 lines (26 loc) · 2.02 KB
/
CHANGE_LOG
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
1.3.0 23 July 2021
* MAINTENANCE FIX: Major issue where GSL and heatwave indices (except ECF and EHF_NF13) that were calculated for stations were always calculated assuming northern hemisphere.
Thus heatwave indices in southern hemisphere were being calculated for winter (i.e. reporting winter heatwave values). Gridded data unaffected.
1.2.8 3 February 2020
* Fixed 2D coordinate variables not always writing out correctly to netCDF.
* Fixed cooling degree days and heating degree day base temperature flags being properly carried through from the wrapper script to the respective functions.
1.2.7 25 April 2019
* Fixed batch script error where the parameters in the batch metadata file relating to rxnday, rnnmm and txdtnd were not being used in the index calculations.
* Fixed error where custom indices specified in the GUI that utilised mean daily temperature (TM) were not being calculated.
1.2.6 10 March 2019
* Edited the command line argument test to fix the need to manually call "startss()" when starting the GUI on Windows systems.
* Minor update of README.
1.2.5 28 February 2019
* Replaced degree symbols in climate.indices.csv with "degrees_C"
* Removed legacy "locally weighted scatterplot smoothing" line from plots generated by the GUI.
1.2.4 23 January 2019
* Empty .csv files are no longer written for indices that are not calculated.
* Missing dates in input file (i.e. missing rows) are now checked for and reported in a text file (ending in "missing_dates"). The user cannot proceed without
fixing missing dates, either by filling them in with data or missing values (-99.9).
* Fixed trend information being printed in .csv file for indices that aren't calculated.
* Added a 'Frequency' column to the output trend file to distinguish indices calculated on monthly and annual scales.
* Slight improvement to the writing of error files when running in batch mode.
* Fixed writing out of base period dates in SPEI/SPI thresholds file.
* Minor code clean up.
* Thanks to cicatrixx for feedback.
* This CHANGE LOG was started.