bask0 / swe_hybrid

Simple hybrid model of snow water equivalent (SWE) for educational purpose

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Hybrid model of snow water eqivalent

Simple hybrid model of snow water equivalent (SWE) for educational purpose

Getting started

Only tested on MacOS and Linux

  1. Install the conda environment manager
  2. Open a terminal and navigate to the project path
  3. Run conda env create --quiet --file environment.yml
  4. Activate the environment with conda activate pytorch_basic
  5. Run jupyter lab in the terminal, follow the link to open the Jupyter lab in your browser
  6. Open pytorch_intro.ipynb or hybrid_intro.ipynb

About

Simple hybrid model of snow water equivalent (SWE) for educational purpose

License:MIT License


Languages

Language:Jupyter Notebook 99.9%Language:Python 0.1%