Hi,
I am currently trying to write a binary wind file by converting it from a .nc file to a .slf file. I have successfully written the binary file, which contains the U and V components of the wind, by extracting data from the selected nodes of the .nc file, writing it in ASCII format, and converting it to binary format based on the example case wind_txy.
However, I am now facing an issue while adding the pressure variable. The methodology I previously mentioned is not working. Is there any other way to create a binary atmospheric file containing both wind and pressure?
Thank you for your reply
With regrads
Vengat