MATLAB scripts for "Drivers of δ18O variability preserved in ice cores from Earth's highest tropical mountain"

The parent manuscript has undergonepeer-review and been accepted forpublication. This archive contains two MATLAB files: File Name Description reconstructAccum.m A function for calculating accumulation rates from an ice core dataset. spatiotemporal_correlations.m A template for evaluating spatiotemp...

Full description

Bibliographic Details
Main Author: Weber, Austin M.
Format: Other/Unknown Material
Language:English
Published: Zenodo 2023
Subjects:
Online Access:https://doi.org/10.5281/zenodo.8356101
Description
Summary:The parent manuscript has undergonepeer-review and been accepted forpublication. This archive contains two MATLAB files: File Name Description reconstructAccum.m A function for calculating accumulation rates from an ice core dataset. spatiotemporal_correlations.m A template for evaluating spatiotemporal correlations between ice core data and climatological data contained within NetCDF files. You can download the files from Zenodo or import them directly into MATLAB using the websave() function: >> websave('reconstructAccum.m','https://zenodo.org/record/8356101/files/reconstructAccum.m?download=1'); >> websave('spatiotemporal_correlations.m','https://zenodo.org/record/8356101/files/spatiotemporal_correlations.m?download=1');