Skip to content

lluddenusgs/NHM-Assist

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 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

Activate the environment:

activate nhm

Launch Jupyter

jupyter lab

Ready to go! 👍

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Fortran 53.3%
  • Jupyter Notebook 34.4%
  • C 10.9%
  • Other 1.4%