dvalters / HAIL-CAESAR

The High-Performance Architecture-Independent LISFLOOD-CAESAR model of floodplain, river, and sediment dynamics
http://dvalters.github.io/HAIL-CAESAR
GNU General Public License v3.0
38 stars 12 forks source link

Discrete vs continuous cell updates #9

Open dvalters opened 6 years ago

dvalters commented 6 years ago

Figure out whether updating in "continuous time" vs "discrete time" matters for LISFLOOD

I.e. if we iterate over the cells calculating their depths and update each cell one by one (continuous) or if we were to iterate over the cells basing their new values on only the previous values. (discrete) - i.e. water depth update carried out for whole domain at once.