WASA-SED is a numerical model for simulation hydrological and sediment fluxes from meso-scale catchments (Mueller et al., 2010). This repository contains documentation, sample data set and source code.
Other
14
stars
10
forks
source link
Consider re-structuring code for saving state variables #73
Currently, all files are opened first, then output is written to all files "simulatanously". While this may eliminate some code due to reusing the loops over entities, this will likely slow down file operations. Also, sorting code chunks according to file may be more readable.
Currently, all files are opened first, then output is written to all files "simulatanously". While this may eliminate some code due to reusing the loops over entities, this will likely slow down file operations. Also, sorting code chunks according to file may be more readable.