Hello!
I working on a coupled model of Telemac and Tomawac simulating the currents inside a lake.
When running the model on a cluster with 40 cores I get an error, which I'm not really sure how to solve it even though the systems gives some hints. Here the error:
MODULE STREAMLINE, SUBROUTINE SCARACT
SIZE OF BUFFER SIZEBUF TOO SMALL IN 1 PROCESSORS
POSSIBLE SOLUTIONS:
1) CHECK THE C.F.L. NUMBER,
LOOK FOR LARGE, OR INFINITE VELOCITIES?
MAYBE YOUR CASE IS GOING TO CRASH ANYWAY
2) REDUCE THE TIME STEP
3) REDUCE THE NUMBER OF PROCESSOR
What exactly does "C. F. L. number" mean. I thought of
C: wave celerity
F: Froude number
L: Courant number.
Is that correct? I checked them and they seem ok. Is there a combined values which needs to be in a specific range?
I also tried to reduce the time step and the no. of processors, which only let the error appear a bit later during the time I model.
Thanks for help. If needed I am happy to provide any files.