Coder Social home page Coder Social logo

da-tutorials's Introduction

Introduction to data assimilation and the EnKF

Jump right in using one of these cloud computing providers:

  • Open In Colab (requires Google login)
  • Binder (no login but can be slow to start)

Overview

  • Interactive (Jupyter notebook)
  • Contains theory, code (Python), and exercises.
  • Recommendation: work in pairs.
  • Each tutorial takes โ‰ˆ75 min.
  • The tutor will circulate to assist with the exercises,
    and summarize each section after you have worked on them.

Instructions for working locally

You can also run these notebooks on your own (Linux/Windows/Mac) computer. This is a bit snappier than running them online.

  1. Prerequisite: Python 3.7.
    If you're an expert, setup a python environment however you like. Otherwise: Install Anaconda, then open the Anaconda terminal and run the following commands:

    conda create --yes --name my-env python=3.7
    conda activate my-env
    python --version

    Ensure the printed version is 3.7.
    Keep using the same terminal for the commands below.

  2. Install:

    • Download and unzip (or git clone) this repository (see the green button up top)
    • Move the resulting folder wherever you like
    • cd into the folder
    • Install requirements:
      pip install -r path/to/requirements.txt
  3. Launch the Jupyter notebooks:

    • Launch the "notebook server" by executing:
      jupyter-notebook
      This will open up a page in your web browser that is a file navigator.
    • Enter the folder DA-tutorials/notebooks, and click on a tutorial (T1... .ipynb).

da-tutorials's People

Contributors

patnr avatar

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.