Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 1.19 KB

README.md

File metadata and controls

25 lines (22 loc) · 1.19 KB

README

1. Introduction

This repository contains the core script for preparing the data for estimating melt water storage. The sample code is written in MATLAB. With the following file structure, you can run the demo directly.

2. File Structure

Input:  .txt files of KAGA station
 
Src
  --/data_for_processing.m:Main script to prepare the data for estimating melt water storage.
  --/daily_to_decimal_year.m:Each day in terms of decimal year.
  --/daily_to_monthly_mean_GNET_time_series.m:Daily time-series to monthly mean time-series.
  --/GNSS_data_gap.m:Find the data gap of GNSS data.
  --/mean_mass_per_calendar_month.m:Mean mass per calendar month.
  --/running_mean_time_series.m:Running mean of GNET time-series.
  --/day_runnian.m:Determine whether it is a leap year.
 
Output:  Path to store the output.

Corresponding authors

If you have any question about the codes , please contact Jiangjun RAN (ranjj@sustech.edu.cn).

Copyright (c) 2024 Jiangjun RAN. All rights reserved.
Last update 2024.08.09