Jump to content

jfcorbett

Members
  • Posts

    64
  • Joined

  • Last visited

jfcorbett's Achievements

  1. Hi Duncan, sorry, I didn't mean to put you on the spot! Here's me asking again. We've resorted to having a Msgbox warn the user prior to running the script that they may see these "Script execution is taking longer than expected" messages, so they don't worry unduly and keep their guard up against accidentally pressing a keyboard shortcut for "End".
  2. Not that I know of. Our engineers run scripts all the time and they constantly run into this annoyance.
  3. Yes, I think this helps. The take-home message is that Utility and Report script are not treated in any way differently by WAsP, right? Or rather, the only difference is what sub-menu the script shows up in. -- nothing else
  4. You may want to get your hands on a copy of the European Wind Atlas (Troen and Petersen, 1989). Your questions are too substantial to be answered on a forum post, but they are all addressed in Part 3 of the EWA. See the full reference on Risø's webpage.
  5. What is the difference, if any, between "Utility" and "Report" scripts? I'm aware of the dictionary definition of those two terms, but if I write a new script, does it matter if I classify it as the one or the other type? Does WAsP treat them differently? What if my script does a bit of both?
  6. jfcorbett

    P50 P75 P90

    P50 is just the mean, i.e. your energy production prediction. For the other Pxx's, you need to estimate the uncertainty on that number. Look at all the things you did in your analysis (wind measurements, modelling, calculations, assumptions etc.), estimate the uncertainty on each of these things, and finally combine them all to get a global uncertainty on the energy production. If you assume that this uncertainty represents the standard deviation of a Gaussian process, then you just need a bit of math to get P75, P90, P-whatever.
  7. In my opinion, your questions merit more of an answer than can fit in a forum post. Sounds to me like you would benefit from a WAsP course. I should know: I attended one on my very first two days at Risø back in 2002, which was extremely useful -- and ended up teaching one during my last month working at Risø in December 2007. Have a look at: http://risoe.dtu.dk/en/WAsP/Courses.aspx GL Garrad Hassan (disclaimer: I now work at GH) also offers training that would be quite relevant to your situation. Have a look here.
  8. @cristi.stoian: I find it much easier to draw polygons directly in Google Earth, place them in a "folder", and save that folder as a KML file. You can then read the contours from that file (by parsing the XML) and convert them to WAsP map format. I wrote my own little program to do this conversion, but I'm sure Global Mapper or some other fancy GIS program can do this as well. Exporting images from Google Earth and geo-referencing them is much more time-consuming... I've tried both methods, and I can say that KML-->MAP saves you a lot of time.
  9. Note that I said WME saves polygons in clockwise (negative) orientation. I don't know what orientation the polygons in your input file have. It's up to you to figure that out and infer what's left and what's right.
  10. Well, if you think about it, if your polygon points are in clockwise order, then left=exterior and right=interior. And vice-versa. By convention, Map Editor saves all polygons in clockwise order. But it can read them in either order.
  11. Is there any particular requirement for character encoding in WEng (and WAsP) script files? If so, does it depend on the operating system? What else could be the cause of the problem described below? This one took me a while to debug: a comment was causing a "Object not set or With block variable not set" error! Turns out the compiler was tripping on the "special" character "ç" in my commented-out name: ' Author: Jean-François Corbett Error went away when comment changed to: ' Author: Jean-Francois Corbett This was on a 64-bit Windows 7 workstation. The exact same script gave no error on my Windows XP laptop.
  12. You can usually buy very good electronic maps from the local country's geographical authority (e.g. Ordnance Survey in UK, Lantmäteriet in Sweden, etc.). As for maps made by satellite remote-sensing, aside from STRM, I've used ASTER (also download here). Creating maps "by hand" by scanning paper maps and clicking contours is a very nice hobby for masochists!
  13. 22 hours -- I like this definition of "the near future!" Thanks for this update.
  14. Interpolation, as in weighting the masts according to distance from the turbines? That's an engineering decision, and it shouldn't be left to WAsP or any other program, really. What you can do is do all your calculations in two separate projects, one with each mast, and then post-process the results, i.e. average or weight them at each turbine location as you see fit. That's what we usually do, anyway.
  15. That is most definitely not possible in WAsP -- at least not in any WAsP version I know of, including 9. How would WAsP know what the wind atlas should be if there's two met stations in there? I guess the question is: what do you want to do with the two met stations? What were you hoping WAsP would do exactly?
×
×
  • Create New...