Skip to content

Learning the Underlying Physics of a Simulation Model of the Ocean's Temperature

License

Notifications You must be signed in to change notification settings

eds-book-gallery/3286b92f-4fae-4cc6-a29e-e408bc844542

Repository files navigation

Environmental Data Science Book

thumbnail

Learning the underlying physics of a simulation model of the ocean's temperature (CIRC23)

license render review

binder binder

RoHub doi

thumbnail

How to run

Running locally

You may also download the notebook from GitHub to run it locally:

  1. Open your terminal

  2. Check your conda install with conda --version. If you don't have conda, install it by following these instructions (see here)

  3. Clone the repository

    git clone https://github.com/eds-book-gallery/3286b92f-4fae-4cc6-a29e-e408bc844542.git
  4. Move into the cloned repository

    cd 3286b92f-4fae-4cc6-a29e-e408bc844542
  5. Create and activate your environment from the .binder/environment.yml file

    conda env create -f .binder/environment.yml
    conda activate 3286b92f-4fae-4cc6-a29e-e408bc844542
  6. Launch the jupyter interface of your preference, notebook, jupyter notebook or lab jupyter lab

Credits

The How to run section was adapted from the Project Pythia Cookbook project.