Dear Jean-Michel and PL,
I really appreciate your support, thank you very much again.
According to what I've understood so far, I modified the prosou.f file in the following way:
-) I added these lines in the declaration variables part of the subroutine:
CHARACTER(LEN=5) NAME
INTEGER :: t2dgeo
-) I added the following at line 395:
CALL BIEF_ALLVEC(1,CN,'CN',IELM1, 1 , 2 ,MESH)
NAME='CN'
CALL FIND_IN_SEL(CN,NAME,T2D_FILES(T2DGEO)%LU,
& T2D_FILES(T2DGEO)%FMT,W,OK,NPTH,NP,ATH)
So far, I should have told Telemac to read the CN input variable contained in the GEO file, isn't it?
I still have to implement the code for the infiltration according to CN number. Before continue I would like to know your opinion about the code I wrote.
I re-compiled Telemac and there are no error. So, I don't know how to understand if everything is going on well.
Thank you in advance,
Daniele.