tab file as an input state? #35
Replies: 2 comments 2 replies
pd_read_pars={"sep": "\t"}and maybe more, added to the
profiles={FV.WS: "ShearedProfile"}for generating vertical profiles with shear exponent. This requires the parameter I hope this helps? |
1 reply
|
I do not know the definition of this file format. Could you please create an issue about this and upload an example? Thanks! |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi,
[Thanks for the time and effort put into this package, great work!!!]
Imagine I have a summary of a timeseries as a tab file or as a wind speed distribution calculated in several sectors. Also, I have an alpha parameter for the vertical profile calculated for each sector.
If I understood correctly, could I use a
foxes.input.states.states_table.StatesTableas a way to describe the information of a tab file/wind distribution data as my input wind?Could the
profileskeyword be used to define the alpha parameter on each wind direction sector?Thanks in advance.
KR,
All reactions