tsunami / tests /README.md
Gitdeeper4's picture
ุฑูุน ุฌู…ูŠุน ู…ู„ูุงุช TSU-WAVE ู…ุน YAML
12834b7

TSU-WAVE Test Files

๐Ÿ“ Available Tests

File Description
test_params.py Quick test of 7 parameters
tsuwave_mini.py Minimal version - just essentials
tsuwave_light.py Light version with basic calculations
tsuwave_improved.py Improved physics (more accurate)
test_physics.py Detailed physics calculations
quick_test.py Original quick test (if exists)
tsunami_dashboard.py Streamlit dashboard (requires streamlit)

๐Ÿš€ How to Run

Run all tests:

cd tests
python run_all.py

Run specific test:

cd tests
python tsuwave_light.py

Run dashboard:

cd tests
streamlit run tsunami_dashboard.py

๐Ÿ“Š Expected Output

ยท tsuwave_light.py - Basic event analysis ยท tsuwave_improved.py - More accurate run-up prediction ยท test_params.py - Parameter status checks

โš ๏ธ Notes

ยท Some tests require numpy (pip install numpy) ยท Dashboard requires streamlit (pip install streamlit) ยท All files use relative paths only (GitHub ready)