Skip to content

hytest-org/NHM-Assist

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

63 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NHMassist

Collection of python workflows for evaluating, running and interpreting National Hydrologic Model sub-basin extractions (NHMx)

Install conda-forge miniforge on your PC

Instructions at this link

Build the environment

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=willamette_river' in the command window from the repo to get the example/sample model

Activate the environment:

activate nhm

Launch Jupyter

jupyter lab

Ready to go! 👍