Open chrisdjscott opened 5 years ago
Running for 1 day with all components on ends with:
Turning off melt and running for 1 day gives:
So it seems something to do with melt is causing the elevations to drop to zero very quickly.
Changing the ordering to low to high looks worse:
I added an option debug_melt
that outputs some rasters.
During the first step they look like:
If I set the melt parameter to 25000 (was 250) then it behaves better over the 1 day run.
This is for the version where we first compute incoming in a separate loop and then apply it ordered from low to high pixels. I will now try moving the application of the melt into the avalanche routine.
incoming
raster first, then apply it during the avalanche routine