Hi all
I am running a lake model with air-water exchange model and spacial and temporal different wind. I used formatted file 1 for wind speed,direction,air temperature,pressure,precipitation and cloud. The format of the file is the same as the telemac3d example heat_exchange. But this formatted file1 can only include wind from one station and we want to use data from 16 stations.So I used formatted file 2 for the wind speed and direction time series for 16 stations. The format of this file is the same as the file in the telemac2d example wind_txy. I combined the fortran code from example heat_exchange and wind_txy as my final fortran code. When I run file 1 and file 2 separately, they both work. When I want to include file 1 and file 2, which means I want to use the wind data from file2 to overwrite my wind data from file1, it gave me the error. I attached my file 1,2 and my fortran code here. Can any one help me check the code? Thanks very much.
Yuan