Replies: 2 comments
-
Hi Meg, I have observed this behavior as well. I have fixed it in a feature branch that still needs to be merged into WEIS. We are only just starting a new phase of active development. Generally, to find where things are set in WEIS, I search the code for, e.g., I hope this helps. Thank you for all of your suggestions. Best, Dan |
Beta Was this translation helpful? Give feedback.
-
We'll circle up and get Dan's fixes incorporated. To answer your question from an OpenFAST pespective, there should be a |
Beta Was this translation helpful? Give feedback.
-
Hello,
I'm trying to define a TurbSim grid that is a certain size, larger than the apparent default grid size, to avoid some out of bounds errors I'm getting in some of my simulations. I'm using the IEA 15 MW RWT and it seems that somewhere the grid is defined to be 300m x 300m, though I cannot for the life of me find where that is. I have tried using the following code in my
modeling_options.yaml
file, but it does not seem to have any effect:I don't see any grid dimension inputs in the OpenFAST
InflowWind.dat
file, which I am defining through a directory, though perhaps there is something in there that is precluding the above code from taking effect? It's hard to tell what WEIS will and won't overwrite with the OF directory method of running. (The input file hasWindType = 1
which does get overwritten toWindType = 3
, so that doesn't seem to be preventing this update from happening).For reference, this is the error message I'm getting, even with the above block of code:
Before this error, OpenFAST output this, so the timestamp confirms it was a new file written today and not accidentally grabbing an old file from before I tried to define the dimensions:
Any help finding where the current TurbSim wind field dimensions are being defined is greatly appreciated!
Best,
Meg
Beta Was this translation helpful? Give feedback.
All reactions