Hi
I am trying to spatially vary my sediment composition by reading a value defining the type of mix (either 1 or 2) from a selafin file. My model and my init_compo.f script worked prior to the modifications, but since then I get the following error:
t2dfort.f:709.11:
AVAIL(J,1,1) = 0.2D0
1
Error: Unclassifiable statement at (1)
t2dfort.f:710.11:
AVAIL(J,1,2) = 0.3D0
1
Error: Unclassifiable statement at (1)
t2dfort.f:711.11:
AVAIL(J,1,3) = 0.3D0
1
Error: Unclassifiable statement at (1)
t2dfort.f:712.11:
AVAIL(J,1,4) = 0.2D0
1
Error: Unclassifiable statement at (1)
t2dfort.f:722.11:
AVAIL(J,1,1) = 0.4D0
1
Error: Unclassifiable statement at (1)
t2dfort.f:723.11:
AVAIL(J,1,2) = 0.4D0
1
Error: Unclassifiable statement at (1)
t2dfort.f:724.11:
AVAIL(J,1,3) = 0.1D0
1
Error: Unclassifiable statement at (1)
t2dfort.f:725.11:
AVAIL(J,1,4) = 0.1D0
1
Error: Unclassifiable statement at (1)
Thank you in advance.
David