Thank you both for your answers.
Since I had around 190 nodes of non-erodable domain, I opted for a polygon enclosing my whole dam, and I wanted to set the ZR variable at those points using the "inpoly" subroutine.
It worked, but I am now facing a new problem: the thing is that I've set ZR to ZF, meaning a maximum erosion of 0 on those nodes.
When I launch a simulation without suspension, it starts without any issue.
But when the suspension is enabled, I have an error from the get-go:
ERREUR POINT I = 19 ELAY = 229.00000 EST = 228.90001
If I understand correctly, it has something to do with the layer thickness (ELAY), but I don't know what this EST value is. Something estimated by Sisyphe?
This message doesn't show up if I set ZR to ZF-0.1 in my NOEROD subroutine though (but then this isn't a non-erodable dam anymore).
Do we need to have something like ELAY<EST with the suspension activated?