hi everybody,
i have a problem con il file fortran per la simulazione con il vento variabile.. this is the error..
t2dfort.f:64.17:
INTEGER LNG,LU
1
t2dfort.f:60.9:
USE BIEF
2
Error: Symbol 'lng' at (1) conflicts with symbol from module 'declarations_special', use-associated at (2)
t2dfort.f:65.21:
COMMON/INFO/LNG,LU
1
Error: Cannot change attributes of USE-associated symbol lng at (1)
runCAS: could not compile: meteo_vento.exe
|processExecutable: could not compile your FORTRAN (runcode=1).
|
|... The following command failed for the reason above (or below)
|gfortran -c -O3 -fopenmp -fconvert=big-endian -frecord-marker=4 -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\utils\special -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\utils\parallel -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\utils\hermes -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\utils\damocles -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\utils\bief -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\nestor -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\utils\ad -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\stbtel -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\sisyphe -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\tomawac -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\waqtel -I C:\opentelemac-mascaret\v7p2r1\builds\win7gfors\lib\telemac2d t2dfort.f
Regards