Lab 7: Model Implementation and Testing
Hydrological model implementation, time-stepping algorithms, validation strategies
1 Objectives
- Implement hydrological model time-stepping algorithms
- Code the run_hydromodel function with proper structure
- Test model implementation and validate results
- Establish foundation for calibration exercises
2 Before
Instructions
Do this before the lab date so that lab itself can go more smoothly.
3 Background and Reading
4 Tasks
Modify the code section below to address the following tasks.
- Implement hydrological model time-stepping algorithms with mass balance
- Code the run_hydromodel function following proper software structure
- Test model implementation against known benchmarks and validate results
- Establish foundation for upcoming calibration and uncertainty exercises