Giter Site home page Giter Site logo

enso_workshop's Introduction

ENSO_workshop

Scripts for the ENSO/SMILE workshop August 2021

Use https://jupyterhub.hpc.ucar.edu to run the notebooks and select the Pangeo Kernel.

Examples include simple steps like loading large ensemble output, doing simple calculations, and plotting.

data on Cheyenne

MMLEA: /glade/collections/cdg/data/CLIVAR_LE

CMIP6 SMILEs: /glade/scratch/rwills/cmip6_ensembles

Prerocessed GSAT and Nino3.4 SST for some models: /glade/scratch/milinski/SMILEs

custom environment

(optional, more flexibility)

To use a custom conda environment on CISL systems that allows installing your own packages, such as python cdo bindings, do the following:

Download the conda installer into your home directory: wget https://repo.anaconda.com/miniconda/Miniconda3-latest-Linux-x86_64.sh

and run bash Miniconda3-latest-Linux-x86_64.sh

Create a new environment: conda create --name jlab_37 python=3.7 jupyterlab matplotlib cartopy cdo netcdf4 numpy pandas python-cdo scipy seaborn tqdm xarray ipykernel dask

Note that python >3.7 can cause problems with jupyterhub at CISL. ipykernel is required so that jupyterhub can use the environment.

Consider moving the environments (which can be ~4GB) to a different location. This can be done by creating the file ~/.condarc with the following content:

envs_dirs:
  - /glade/work/USER/conda/conda-envs
pkgs_dirs:
  - /glade/scratch/USER/conda/conda-pkgs
changeps1: false
auto_activate_base: false
channels:
  - conda-forge
  - defaults

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.