Science Score: 57.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
✓CITATION.cff file
Found CITATION.cff file -
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 12 DOI reference(s) in README -
○Academic publication links
-
○Academic email domains
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.4%) to scientific vocabulary
Repository
Code for creating the CCI-SIT-RRDP
Basic Info
Statistics
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
- Releases: 1
Metadata Files
README.md
Project's Title:
Code for sea ice thickness reference measurements
Project Description:
The Climate Change Initiative sea ice thickness Round Robin Data Package (CCI SIT RRDP) is a set of space delimitted ASCII files which contain a range of relevant reference sea ice variables, including sea ice thickness, snow depth, draft and freeboard, along with snow depth and density from Warren climatology (1999) for Arctic. Sea ice surface temperature and air temperature is also provided when available. The data has been gridded into a 25 by 25 km product for Arctic and 50 by 50 km for Antarctic using EASE-grid 2.0 and contains monthly averages of the given gridpoint. Reference data from autonomous buoys, moorings, submarines, ships (ice breakers), airborne campaigns (radar/laser altimetry and electromagnetic induction system) and in-situ measurements is provided in the final dataset. This dataset is available from DTU DATA (DOI:10.11583/DTU.23735679) and described in the publication DOI:10.5194/essd-2024-234.\
This repository provides the code used for processing from raw reference data to the final gridded product and the code used for co-locating reference data to satellite measurements from Envisat, CryoSat-2, ERS-1 and ERS-2. For examples of use, further information and inspiration we refer to the belonging paper: "Dual-hemisphere sea ice thickness reference measurements from multiple data sources for evaluation and product inter-comparison of satellite altimetry" with DOI:10.5194/essd-2024-234 We highly recommend potential users of the repository to read the paper.
How to Install and Run the Project:
The project was made using python version 3.9.13, along with the packages: numpy, matplotlib, cartopy, PyPDF2, netcdf4, pandas and datetime. Furthermore, NASA's EaseGrid-2.0 was used and modified to make the gridded final data. This script is found in the code folder under the name: EASEgrid_correct
To use the project extract the data from the zip RRDPp zip folder. Download relevant reference data and Satellite data (see table 3 in DOI:10.5194/essd-2024-234). See the How to Use the Project section for more information.
The structure of the project:
The structure of the project is illustrated on the diagrams below, with the blue boxes showning folders and pink boxes showing scripts. Black arrows indicate folder/subfolder connections, whereas the green lines show data/code dependencies. The content of the satellite folder is shown individually.
How to Use the Project:
Currently the ../RRDPp/FINAL, ../RRDPp/satellite/Final_files and ../RRDPp/RawData folders are left intentionally blank.
Data for the ../RRDPp/FINAL and ../RRDPp/satellite/Final_files folders are readily available for use from DTU DATA DOI: 10.11583/DTU.23735679 \
The ../RRDPp/code folder contains the scripts for the individual campaigns which processes the raw data to the final gridded data.\ A folder with the naming convention of the ../RRDPp/code folder should be made in the ../RRDPp/FINAL folder.\
In the ../RRDPp/RawData folder the user should locate raw data in folders following the naming convention of the ../RRDPp/code folder.\ Individual links to raw data are available from the belonging publication in table 3 DOI:10.5194/essd-2024-234 \
The ../RRDPp/satellite folder contains scripts that are related to co-locating data from CryoSat-2, ENVISAT, ERS-1 and ERS-2 to data in the ../RRDPp/FINAL folder.\
To do the co-location reference data from the CCI SIT RRDP DOI: 10.11583/DTU.23735679 and satelitte data from table 3 DOI:10.5194/essd-2024-234 must be downloaded.
For an overview of the satellite folder see the diagram above.\
To change the spatial and temporal resolutions from the default (30 days and 25km (northern hemisphere) and 50km (southern hemisphere)) one must adjust the parameters gridres = 25000 # grid resolution and dtint = 30 # days per mean, which are defined in the start of the processing scripts. For collocation the script collocate.py must be adjusted by defining the days and resolution parameters in the function collocation_part2.
Credits
This project was made Henriette Skourup and Ida Olsen. Data used in the project were gathered by several external organisations. For data availability, credits and acknowledgements, please see the publication linked to this project and remember to acknowledge and cite relevant data sources when using data from this project
License
This project is made available under the CC BY 4.0 license meaning that you are free to: Share, copy and redistribute the material. Adapt, remix , transform and build upon the material.
When using code, or data from this project please include the citation: Olsen, I. L. and Skourup, H.: Sea ice thickness reference measurements (ESA CCI SIT RRDP), Dataset, https://doi.org/10.11583/DTU.24787341, 2024a.
and the acknowledgement: This datapackage and code was made by Ida Olsen and Henriette Skourup from the Technical University of Denmark
You are also required to provide a citation to the raw data sources, when using this data.
Owner
- Login: Ida2750
- Kind: user
- Repositories: 1
- Profile: https://github.com/Ida2750
Citation (CITATION.cff)
cff-version: 1.2.0
message: "If you use this repository, please cite it as follows:"
authors:
- name: "Ida Olsen and Henriette Skourup"
orcid: "0009-0000-7016-1596"
title: "ESA-CCI-RRDP-code"
version: "v1.0.0"
date-released: "2024-02-05"
doi: "https://doi.org/10.5281/zenodo.14808969"
url: "https://github.com/Ida2750/ESA-CCI-RRDP-code"
GitHub Events
Total
- Release event: 1
- Watch event: 1
- Push event: 10
- Create event: 2
Last Year
- Release event: 1
- Watch event: 1
- Push event: 10
- Create event: 2