UMEP-dev / SUEWS

Surface Urban Energy and Water Balance Scheme
https://suews.readthedocs.io/
Mozilla Public License 2.0
12 stars 6 forks source link

SUEWS-SS issue with more 7+ layers #268

Closed sunt05 closed 3 weeks ago

sunt05 commented 3 weeks ago
  • Simulations with more than 7 layers (I have looked at 9 but will likely be the case for others) do not run to completion, despite the capacity of SUEWS-SS for up to 15 layers.

Have you tested a case with 8 layers?

Originally posted by @sunt05 in https://github.com/UMEP-dev/SUEWS/issues/252#issuecomment-2156211742

sunt05 commented 3 weeks ago

Tested - 8 layers won't run.

sunt05 commented 3 weeks ago

This was due to incorrect dimension declarations of tsurf0_roof/wall - should be nlayer but got nsurf.

Fixed in f2864e3.