Skip to content

lluddenusgs/NHM-Assist

This branch is 7 commits ahead of, 224 commits behind hytest-org/NHM-Assist:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1c33fb7 · Jan 8, 2025

History

48 Commits
Jan 8, 2025
Oct 15, 2024
Dec 20, 2024
Nov 8, 2024
Dec 21, 2024
Dec 21, 2024
Nov 8, 2024
Dec 21, 2024
Oct 15, 2024
Dec 21, 2024
Dec 21, 2024
Oct 15, 2024
Dec 20, 2024
Dec 20, 2024
Nov 8, 2024
Jan 7, 2025
Dec 20, 2024

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%