Skip to content

OpenNHM/DebrisFrame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DebrisFrame

Install DebrisFrame (Linux)

Running DebrisFrame means running AvaFrame's com1DFA with parameters for debris flow:

Create a new conda environment for DebrisFrame, activate it and install pip, numpy and cython in this environment:

  conda create --name debrisframe_env
  conda activate debrisframe_env
  conda install pip numpy cython

Clone the DebrisFrame repository (in a directory of your choice: [YOURDIR]) and change into it:

  cd [YOURDIR]
  git clone https://github.com/OpenNHM/DebrisFrame.git
  cd DebrisFrame

Install debrisframe and its requirements by either doing:

pip install -e .

Try a first run:

change into your debrisframe directory (replace [YOURDIR] with your path from the installation steps):

  cd [YOURDIR]/DebrisFrame/debrisframe
  python runComo1Debris.py

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •  

Languages