Replies: 1 comment 5 replies
-
|
Another option is to have these as defaults, and the user may specify them on the input file---that way the input file doesn't get crowded unless users really want to change things. |
Beta Was this translation helpful? Give feedback.
5 replies
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 @misi9170 , @brookeslawski and @genevievestarke , question for you, in the function
_setup_model_parametersinsolar_pysam_pvwatts.py, some values are set by the h_dict (passed though from input yaml) while some are hard coded:https://github.com/NREL/hercules/blob/0fbd6567fc4802cc1c9f7335543f9a43d64d67d0/hercules/plant_components/solar_pysam_pvwatts.py#L32
I don't want to crowd the input file with options that rarely change, but some of these seem they might better be set by the input file. Do you have a preference on which ones should be set by the input file and which are fine to stay hard-coded?
Beta Was this translation helpful? Give feedback.
All reactions