Hello Viviana,
Can you send the error message or the output file? Maybe by reading it, the compilation error can be easily found? Which version of TELEMAC do you use? Version 6.1 or 6.2?
I have read your Fortran file and I have a few remarks to tell you:
- in CONDIM subroutine, you use a ITRAC index (from 1 to NTRAC) that should be rather I (as ITRAC seems not to be declared in CONDIM subroutine, I wonder how this can work),
- still in CONDIM, with your implementation, I wonder how "particular" is your initial condition. It looks like a constant elevation condition with the value 0.04 m,
- if you use the version 6.2, you should start your modifications of source files from subroutines in version 6.2 (e.g. BORD3D changed a little bit from the version 6.1 to 6.2).
Moreover, looking quickly to your steering file, these are a few remarks:
- why do you use the option 3 for density law (temperature and salinity) whereas you only have one tracer (salinity)? Just a copy and paste from the another test case?
- do not mix two languages for your keywords (VITESSE PROJETEE... twice and CONTOURNEMENT DES VOLUMES NULS in French),
- it is more appropriate to use a decimal separator (.) when using floats,
- suppress the first item defined more than once (e.g. tidal flats).
Regards,
Chi-Tuan