Hello,
in the subroutine BORH, is it really possible to take account a Tetab angle which varies along the limit of my mesh thanks to the formated file.
I have write the following lines in my subroutine:
C Frontière incidente
rewind(26)
DO I = 4068,4987
LIHBORT(I) = KINC
read(26,*) hslu,dirlu
write(*,*) hslu,dirlu
c rewind(26)
HBT(I) = hslu
c HBT(I)=2.0D0
c TETABT(I) = 240.D0
TETABT(I) = dirlu
c PERT(I)=tplu
ENDDO
But it takes only account the HB not the TETAB from my formated file.
Have you already encountered this kind of problem?
Thanks in advance,
Camille