Jump to content

Automate conversion from .WRG to .GRD/.ASC


Recommended Posts

Hi!

I'm aware of WAsP Utility Program "rsf2grd.exe" (from versions prior to WAsP 10) to convert the WRG to the GRD format or even XYZ format.

I'm looking for a way to perform the same conversion in a Linux environment.

Is there any further documentation on how the rsf2grd tool works or even a Linux port of the code?

Thanks
-A
Link to comment
A quick update:

The .wrg format is well documented, so I was able to write a simple code to read the file and generate a XYZ grid with wind speeds based on the Weibull-A value from columns 44-48(total distribution for all sectors).

However, when comparing my XYZ grid with a XYZ grid generated using the rsf2grd tool, there is a consistent difference in the results (in my case, around ~1m/s).

Is there any transformation that I'm missing?
Link to comment
  • 2 weeks later...
Hello,

Linux is not supported by our software.

But in general you should be able to get wind speed results that make sense and are consistent. What are you generating, exactly? All-sector mean wind speed from the WRG 'Total'? How are you calculating it and with what are you comparing it?

Duncan..
Link to comment
Hi Duncan,
When converting a WRG to an XYZ grid with rsf2grd using the -u switch (mean wind speeds), how exactly does it calculate those values for each X and Y cell coordinate? Does it use the total distribution's Weibull A and K with a gamma function?
Link to comment
This is really an archaeological question! We don't know about the code inside rsf2grd. But indeed, the old fashioned way of getting all-sector mean U was to use a Gamma function totalling of the sector wise A and K. It will be hard to reproduce the numbers exactly from a home made implementation. We found it was even sensitive to different Fortran and C++ compilers.

Can you give me some more idea about which numbers (inside WASP) you are interested to use, and what you want to do with them?
Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...