Spaces:
Sleeping
Sleeping
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)