Hello Pablo
I have looked at your fortran file and if i understood well it is normal that in parallel it is not working. Your wind file is a formated file so partel does not know how to cut it like it cuts your mesh.
So i would see 2 solutions
- you can use a binary (SERAFIN) file for your wind
- you have to do the job by yourself, telling to the code to which point what you read have to be set, using the tab knolg of your mesh which gives you the global number of your local node.
There is a sisyphe example in of the use in
littoral/user_fortran/bord.f