Hi Thierry,
Thanks for the help. Trying some of the changes I saw in the documented examples helped debug the issue.
The problem was the NF (number of frequencies was too low).
f=fmin*ratio^(NF-1). I had NF=12.
For wind-wave, the upper frequency needed is a bit higher. So essentially I wasn't resolving the wind-waves & the FX,FY passed back was zero. I tried with NF=50 (as in the examples) and it worked.
One question, NF=50 slows the computation. But since wind-wave freq is mostly on the higher freqs (I only have local wind-waves in model), does it make sense to increase either fmin & ratio and decrease NF to reduce compute time.
Thanks,
Shiv