dwind.scenarios#
Provides the scenario-specific mapping for varying financial and model configuration data.
Functions
|
Loads the cambium configuration name based on |
|
Loads the cost configuration based on the ATB analysis. |
|
Loads the financial configuration based on the ATB analysis. |
|
Provides NEM configuration based on |
|
Loads the technology performance configurations. |
- dwind.scenarios.config_cambium(scenario)[source]#
Loads the cambium configuration name based on
scenario.- Parameters:
scenario (
dwind.config.Scenario) – Validdwind.config.Scenario.- Returns:
Name of the Cambium scenario to use.
- Return type:
str
- dwind.scenarios.config_costs(scenario, year)[source]#
Loads the cost configuration based on the ATB analysis.
- Parameters:
scenario (
dwind.config.Scenario) – Validdwind.config.Scenario.year (
dwind.config.Year) – Validdwind.config.Year.
- Returns:
Dictionary of ATB assumptions to be used for PySAM’s cost inputs.
- Return type:
dict
- dwind.scenarios.config_financial(scenario, year)[source]#
Loads the financial configuration based on the ATB analysis.
- Parameters:
scenario (
dwind.config.Scenario) – Validdwind.config.Scenario.year (
dwind.config.Year) – Validdwind.config.Year.
- Returns:
Dictionary of ATB assumptions to be used for configuration PySAM.
- Return type:
dict
- dwind.scenarios.config_nem(scenario, year)[source]#
Provides NEM configuration based on
scenarioandyear.- Parameters:
scenario (
dwind.config.Scenario) – Validdwind.config.Scenario.year (
dwind.config.Year) – Validdwind.config.Year.
- Returns:
Name of the NEM scenario file to use.
- Return type:
str
- dwind.scenarios.config_performance(scenario, year)[source]#
Loads the technology performance configurations.
- Parameters:
scenario (
dwind.config.Scenario) – Validdwind.config.Scenario.year (
dwind.config.Year) – Validdwind.config.Year.
- Returns:
Performance data based on the scale of each technology.
- Return type:
pd.DataFrame