Hello
To continue with recommendations of Laurent and Christophe:
- subroutine meteo.f is used for reading, interpolating and prescribing the atmospheric inputs. Add it to your fortran file and check with some WRITE(LU,*) is your interpolation of winnd and aire pressure is correctly done or not
- there is several unconsistancies in your steering file:
IMPLICITATION FOR DIFFUSION OF VELOCITY =0.5 ==> use rather 1.
H CLIPPING =true ==> use False
IMPLICITATION FOR DEPTH =3 ==> 1. is the highest value
SPATIAL PROJECTION TYPE = 2 ==> This means that coordinates are already transformed to Mercator projection, is it your case? or you are using longitude Latitude?
OPTION FOR WIND =3 ==> This means that you have to edit subroutine meteo.f but I see that keyword FORTRAN FILE is commented, which means that nothing is taken into account properly. See example wind_txy which gives you the way to proceed in your case.
I hope this helps
with my best regards
Riadh