I try to launch a simulation (with v6p1) using a usual fortran file, I find the following error :
df/trace /check=overflow /warn:declaration /warn:argument_checking /warn:unused
/compile_only /optimize:4 /fast /iface:cref /iface:nomixed_str_len_arg /nologo
/warn:nofileopt /convert:big_endian /extend_source:132 /include:C:\TELEMAC\V6
P1\telemac2d\tel2d_v6p1\win /include:C:\TELEMAC\V6P1\sisyphe\sisyphe_v6p1\win /i
nclude:C:\TELEMAC\V6P1\tomawac\toma_v6p1\win /include:C:\TELEMAC\V6P1\bief\bief_
v6p1\win /include:C:\TELEMAC\V6P1\special\special_v6p1\win /include:C:\TELEMAC\V
6P1\damocles\damo_v6p1\win /include:C:\TELEMAC\V6P1\paravoid\paravoid_v6p1\win t
2dfort.f
t2dfort.f(720) : Error: Syntax error, found IDENTIFIER 'DO' when expecting one o
f: * :: , <END-OF-STATEMENT> ; : ) + . - (/ [ ] /) ** / > // .LT. < ...
DOUBLE PRECISION, PARAMETER :: HP = 0.025DO
^
t2dfort.f(721) : Error: Syntax error, found IDENTIFIER 'DO' when expecting one o
f: * :: , <END-OF-STATEMENT> ; : ) + . - (/ [ ] /) ** / > // .LT. < ...
DOUBLE PRECISION, PARAMETER :: S = 0.039DO
^
t2dfort.f(709) : Error: A dummy argument name is required in this context.
DOUBLE PRECISION, INTENT(IN) :: NDEF, VK, GRAV, KARMAN,S,HP
^
t2dfort.f(709) : Error: A dummy argument name is required in this context. [HP
]
DOUBLE PRECISION, INTENT(IN) :: NDEF, VK, GRAV, KARMAN,S,HP
^
t2dfort.f(720) : Error: This symbol must be a defined parameter or an argument o
f an inquiry function that evaluates to a compile-time constant. [DO]
DOUBLE PRECISION, PARAMETER :: HP = 0.025DO
^
t2dfort.f(720) : Error: This name does not have a type, and must have an explici
t type. [DO]
DOUBLE PRECISION, PARAMETER :: HP = 0.025DO
^
t2dfort.f(721) : Error: This symbol must be a defined parameter or an argument o
f an inquiry function that evaluates to a compile-time constant. [DO]
DOUBLE PRECISION, PARAMETER :: S = 0.039DO
^
t2dfort.f(1188) : Error: Syntax error, found END-OF-FILE when expecting one of:
<LABEL> <END-OF-STATEMENT> ; BLOCK BLOCKDATA PROGRAM TYPE COMPLEX BYTE CHARACTER
...
---^
ERREUR A LA COMPILATION
t2dfort.f
________________________________________________________
Execution terminee: telemac2d.bat
I didn't understand very well where's the problem could you help me please