Releases: ehultee/stoch-SMB
Releases · ehultee/stoch-SMB
Publication release
Code incorporating revisions made during discussion of GMD manuscript. Three main changes from v1.0.0-alpha:
- Corrected a
forloop that inadvertently left out several catchments of the Greenland Ice Sheet. The default now includes training data for 260 catchments. - Corrected our implementation of
statsmodels.tsa.ar_model.AutoRegto use the optional argument
hold_back. This argument, set to the maximum number of lags intended to be tested, ensures that AR
models of different lags are computed on the same data and their BIC can be directly compared. This
change truncates the length of the residuals used to compute the empirical correlation matrix. - Corrected the test range of autoregressive lags to include 0 (white noise).
See the manuscript by Ultee, Robel, and Castruccio in Geoscientific Model Development (accepted 2023) for further discussion.
Discussion release
GMD chief editor requests that code be archived in Zenodo already for Discussions phase. This release complies with that request. An updated version is anticipated if revisions are requested.