Skip to content

ckaramp-research/code-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Code-snippets for data loading and processing

This repository contains a collection of notebooks that demonstrate various techniques for loading and processing data. The goal is to have an easy and fast access to code that can be reused in different projects.

Notebooks

CESM2_LE

Open In Colab
How to load CESM2 Large Ensemble (CESM2-LE) data from AWS.

CMIP6

Open In Colab
How to access CMIP6 data hosted on Google Cloud. (Subset, faster method)
Open In Colab
How to access CMIP6 data from ESGF nodes using rooki. (Subset and regrid, sometimes slow)

OBS_IRI

Open In Colab
How to access data downloaded and hosted in IRI library and other sources that support OPeNDAP.

Demos

Open In Colab
How to calculate the E and C index following the method of Takahashi et al. (2011).

Running locally

If you feel more comfortable using your computer instead of the cloud, you can run the notebooks locally by using the provided env.yml file (or just installing the missing packages if you already have an environment).

  1. Download the conda-installer that suits your OS from here

  2. Install mamba (faster than conda)

  3. Create a new environment using the env.yml file with the following command:

    mamba env create -f env.yml
  4. Activate the environment:

    conda activate climate
  5. Launch Jupyter Lab or use Visual Studio Code to open the notebooks.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors