Programming - Ivanderkelen/wiki_tryout GitHub Wiki

Contents

  1. Python
  2. Singularity

Python

Basic Python tutorials

Useful python packages for working with climate and geospatial data

Python Integrated Development Environment (IDE)

Python on Piz Daint: Python (cscs.ch)

JupyterLab on Piz Daint: JupyterLab (cscs.ch)

Singularity

Build a singularity container:

  1. build sandbox: sudo singularity build --sandbox /new.sand old.cont
  2. edit the sandbox sudo singularity exec --writable /new.sand bash
  3. create the container from the sandbox sudo singularity build /home/user/singularity/new.cont /new.sand