Skip to content

Repository holds scripts to process the GLAC1D datasets (Tarasov et al., 2012; Tarasov et al., 2014) onto regional grids.

Notifications You must be signed in to change notification settings

palma-ice/GLAC1D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to process the GLAC1D datasets onto a regional projected grid using cdo

Prerequisites

The script below depends on cdo and nco. Make sure these are installed on your system before proceeding.

Steps

  1. Download the datasets from Lev Tarasov's website:

https://www.physics.mun.ca/~lev/dataAccess.html

These datasets have been downloaded and are available in this repository in the folder data/.

Note that eventually we could also download and process the surface elevation datasets, which are stored separately as part of the PMIP4 input data, available from here:

https://pmip4.lsce.ipsl.fr/doku.php/data:ice_glac_1d

  1. Use the script remap_glac1d.sh to map the input data files to an output grid. You need to specify the arguments: domain of interest (e.g., Laurentide) and grid name of interest (e.g., LIS-32KM).
./remap_glac1d.sh Laurentide LIS-32KM

The script will process two files (120kyr to 30kyr and 30kyr to 0kyr) for a given dataset and add the prefix to the filenames domain_, e.g. LIS-32KM_. In the case of Northern Hemisphere domains (North,Laurentide, Greenland), two datasets will be processed (nn9927 and nn9894). In the case of the Southern Hemisphere, only one dataset is processed (nn4041).

About

Repository holds scripts to process the GLAC1D datasets (Tarasov et al., 2012; Tarasov et al., 2014) onto regional grids.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages