Method_of_morris_range.csv (Example)
This file contains the settings parameters required to run the Method of Morris algorithm in GenX.
This file is needed if the MethodofMorris
flag is ON in the YAML file genx_settings.yml
.
Column Name | Description |
---|---|
Resource | This column contains unique names of resources available to the model. Resources can include generators, storage, and flexible or time shiftable demand. |
Zone | Integer representing zone number where the resource is located. |
Lower_bound | Percentage lower deviation from the nominal value |
Upper_bound | Percentage upper deviation from the nominal value |
Parameter | Column from the Generators_data.csv file containing uncertain parameters |
Group | Group the uncertain parameters that will be changed all at once while performing the sensitivity analysis. For example, if the fuel price of natural gas is uncertain, all generators consuming natural gas should be in the same group. Group name is user defined |
p_steps | Number of steps between upper and lower bound |
total_num_trajectory | Total number of trakectories through the design matrix |
num_trajectory | Selected number of trajectories throigh the design matrix |
len_design_mat | Length of the design matrix |
policy | Name of the policy |
Notes:
- Upper and lower bounds are specified in terms of percentage deviation from the nominal value.
- Percentage variation for uncertain parameters in a given group is identical. For example, if solar cluster 1 and solar cluster 2 both belong to the ‘solar’ group, their
Lower_bound
andUpper_bound
must be identical. P_steps
should at least be = 1%, i.e.,Upper_bound – Lower_bound < p_steps
P_steps
for parameters in one group must be identicalTotal_num_trajectory
should be around 3 to 4 times the total number of uncertain parametersnum_trajectory
should be approximately equal to the total number of uncertain parameterslen_design_mat
should be 1.5 to 2 times the total number of uncertain parameters- Higher number of
num_trajectory
andlen_design_mat
would lead to higher accuracy - Upper and lower bounds should be specified for all the resources included in the
Generators_data.csv
file. If a parameter related to a particular resource is not uncertain, specify upper bound = lower bound = 0.