Hello,
I am trying to run a simple 'multi-class' (1 gravel and 1 silt).
I get an error message during the first computation time step:
LAYER 1 CLASS 2 POINT 21551
AVAIL= -1.084895468465458E-009
[...]
This error message is set from line 341 to line 350 in the subroutine 'layer.f'.
Is there any reason why this truncation error is not smooth by the mean of:
AVAIL(J,1,I)=MAX(AVAIL(J,1,I),0.D0)
AVAIL(J,1,I)=MIN(AVAIL(J,1,I),1.D0)
??
I thank you in advance for your help with this issue.
With best regards.
Alexis