Hi,
If you want to see the wind spin-up of the whole simulation, you can just comment the lines "COMPUTATION CONTINUED" and "PREVIOUS COMPUTATION FILE", increase the "NUMBER OF TIME STEPS" and do not consider condin.f subroutine.
Anyway, if you have wind variable in time, constant in space, you just have to follow the format of the fo1_wind file (time,FU,FV with 2 lines of header) and put in your steering file WIND=YES, OPTION FOR WIND=2, and associated COEFFICIENT OF INFLUENCE.
If in addition, your wind is variable in space (OPTION FOR WIND=3), look at the wind_txy test case for the format of the wind file (fo1_wind_txy), and the associated reading in meteo.f subroutine (from ELSEIF(OPTWIND.EQ.3) THEN).
If your wind file is in another format, you have either to convert it to the right format or to adapt the reading of your file in the fortran subroutine meteo.f.
Regards,
Laurent