Collection of python workflows for evaluating, running and interpreting National Hydrologic Model sub-basin extractions (NHMx)
Instructions at this link
Open a miniforge prompt.
If the nhm
environment already exists, then remove it:
conda remove -y --name nhm --all
Install a fresh env:
conda env create -f environment.yml
1/8/25 note: need to run 'python pull_domain.py --name=williamette_river' in the command window from the repo to get the example/sample model
activate nhm
jupyter lab
Ready to go! 👍