Hi all!
I will model flushing of materials out of a reservoir and I thouht of using the new BREACH function to do this.
Before starting, I would like to know if BREACH can be used coupled with Sisyphe. And especially in the configuration where the dam defined in BREACH will have a non erodible depth equal to 0 (the only erodible area being the reservoir itself).
I don't know if the fact of having ZR variable in time can be solved without problem by Sisyphe.
I have a last question regarding noerod.f. I have been reading some posts here and found that the subroutine can be adapted in order to read the non erodible information directly in the geometry file. Here is an example I found from Dougal's modified file:
! Read rigid bed level from geometry file (variable 'NOER')
CALL BIEF_ALLVEC(1,NOER,'NOER ',IELMT,1,2,MESH)
ALLOCATE(W(NPOIN),STAT=ERR)
NAME='NOER '
CALL FIND_IN_SEL(NOER,NAME,T2D_FILES(T2DGEO)%LU,
& W,OK)
CALL OV( 'X=Y+C ',ZR,NOER%R,ZF,0.D0,NPOIN)
I tried to figure out what are exactely all the parameters of the OV subroutine (I checked in the guide for programming), but it still remains a bit unclear why there are 4 parameters (ZR,NOER%R,ZF,0.D0) with the X=Y+C operand.
Any help on this would be much appreciated, especially on what should be defined in 'NOER'? The depth or the level (altitude) of the rigid bed ?
Thank you very much in advance for your help!
PL