An investigation into runoff ratios in a warming Arctic using climate models for the Alaska region
This repository contains the code I (Nathaniel Flores) wrote as a part of the ACT Hydro lab during the summer of 2025. Each folder contains code loosely of a different category with its own README.md. You are encouraged to read each of them as they contain important information on how to run and extend this code.
To get started, you'll want to set up your conda environment, which you can do by running the following command:
$ conda env create --file utils/hydro-environment.yamlThen activate the hydro-env environment. Also make sure to install parallel from your package manager of choice.
Most subdirectories also contain Makefiles that can help you run them faster. Be sure to give those a read as well.
- Need to update Python environment to Python 10
All code is MIT licensed.