Thanks for your explanations.
My problem has been solved by changing the following lines on original
meteo.f file
1.
&(PATMOS,WINDX,WINDY,FUAIR,FVAIR,X,Y,AT,LT,NPOIN,VENT,ATMOS,
& HN,TRA01,GRAV,ROEAU,NORD,PRIVE
,FO1,FILES,LISTIN)
2.
"T2D_FILES" instead of "FILES"
"T2DFO1" instead of "FO1"
3.
TYPE(BIEF_FILE), INTENT(IN) :: FILES(*)
4.
INTEGER, INTENT(IN) :: LT,NPOIN
, FO1
LOGICAL, INTENT(IN) :: ATMOS,VENT
,LISTIN
5.
USE BIEF
USE DECLARATIONS_TELEMAC2D, ONLY : T2DFO1,T2D_FILES,LISTIN
Would you please give me an example of forcing wind which varies in time & space (meteo.f file & wind data file structure).
BTW, do you know if Telemac can read netCDF files (.nc) ?
Cheers,
Ehsan,