Hi community,
I would like to simulate rainfall depth (time variable) on a city with T2D. I saw differents post about this topic and it seems that the way to do it, is to use the prosou.f subroutine. Also it is the first time i use subroutine in fortran with Telemac (and first time i use fortran code).
So I have differents questions which can look very simple :
1 - Can I download subroutines from the site (I didn't find the link) or must I copy/paste the code from this link
docs.opentelemac.org/prosou_8f_source.html
2- If i have to copy/paste the code, it seems that lines 3 to 144 are missing. Is it normal ? How to delete the line number in front of the line code ?
3- The only part i want to use is the one about rainfall (and evaporation). Do i have to keep all the other line in prosou.f. If no can you confirm that i have to keep the line from 0 to 338 (in the previous link) which are variables declaration and initialization ?
Sorry for these questions which are very basic.
Best Regards.