-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How should technology-level details be defined in the yaml? #53
Comments
technology specifications? |
I think technologies with their own subsystems, like wind turbines in wind plants, could/should have their own input files that could just be included. This will make it simple to swap out turbine types or do mixed turbine types. The other benefit of this is that some models (ORBIT, FLORIS, etc) may require specifically formatted files and/or dictionaries that may not match our style. Thus, I think the Perhaps a section or file name entry for each model for a given tech (physical system, performance, cost, etc). Specifying for each tech model is also where we start having things defined in multiple places, so we probably need a way to handle that effectively, like a placeholder in the lower level files if a given field needs to be filled from the higher level information (like site or system) |
We may also want to adopt standards for a given tech if they exist, such as WindIO for wind: |
I think the details should fall under the specification of the model that they pertain to, e.g.:
My reasoning is that there may be different inputs required for different models, and by including them with their models, it simplifies the dictionary processing as well as updating input files for different models/inputs. And in response to Jared's file suggestion, I think anywhere in the yaml dictionary specification, any dictionary or sub-dictionary can be replaced with a separate yaml file, and we can use the current utilities to Also, I was initially thinking that the |
Great input here, thanks y'all. Chris, I debated having the details be part of the individual models as you suggest but hesitated due to items like |
We'll often need to define parameters for a technology that will be used for the performance, cost, LCA models, etc. We'll want to make it clear where to define these values and how to make sure they're only defined in one place.
Here, I have an example implementation of the
details
entry containing that information. What is a good name for these details? They're not specific to a particular performance or cost model, but generally define the technology itself (in this case a wind plant). I don't love the namedetails
.The text was updated successfully, but these errors were encountered: