Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

adjust runout info in com1DFA help message #38

Merged
merged 1 commit into from
Nov 7, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion runCom1DFA_algorithm.py
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ def tr(self, string):

def shortHelpString(self) -> str:
hstring = 'Runs dense flow simulations via module com1DFA. \n\
IMPORTANT: change avalanche size (=friction relation) to "Large" if runout is above 1500msl. \n\
IMPORTANT: change avalanche size (=friction relation) to "Large" if runout is above 1600msl. \n\
For more information go to (or use the help button below): \n\
AvaFrame Documentation: https://docs.avaframe.org\n\
Homepage: https://avaframe.org\n\
Expand Down
Loading