ehultee/stoch-SMB: Publication release ...

Code incorporating revisions made during discussion of GMD manuscript. Three main changes from v1.0.0-alpha: Corrected a for loop that inadvertently left out several catchments of the Greenland Ice Sheet. The default now includes training data for 260 catchments. Corrected our implementation of stat...

Full description

Bibliographic Details
Main Authors: Lizz Ultee, vverjans
Format: Article in Journal/Newspaper
Language:unknown
Published: Zenodo 2023
Subjects:
Online Access:https://dx.doi.org/10.5281/zenodo.10433688
https://zenodo.org/doi/10.5281/zenodo.10433688
Description
Summary:Code incorporating revisions made during discussion of GMD manuscript. Three main changes from v1.0.0-alpha: Corrected a for loop 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.AutoReg to 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. ...