Understanding Network Capacity Allocation
The Network Capacity Allocation (NCA) analysis will determine based on submitted forecasts how much generation can be offered for a 24 hour period without creating network congestion or voltage problems. Currently with the number of DER units that are being added to the distribution network situations can arise that create congestion and/or voltage issues on the system if all DER resource were contributing power at the same time. The NCA analysis will run ahead of time to determine based on generation schedules submitted by the generators problems will arise. If it is determined that issues will be created the NCA analysis will begin curtailing units that are capable of relieving issues. The analysis will look at the highest cost unit and begin curtailing that unit first. If the curtailment relieves the violations, no other units will be curtailed if the analysis determines the issue is still present the next highest cost unit will be curtailed, the analysis will continue until all units have been curtailed or violations eliminated. When generating solutions for the analysis each hour will be evaluated independently such that a unique set of generation values will be generated for each hour. The analysis can be setup to either consider or ignore pre-existing conditions. If a feeder is setup to ignore pre-existing conditions it will discard any congestion or voltage issues that existed before the generation schedules were taken into account. For example, if a feeder has a flow constraint without any market participant DERs being taken into account that specific constraint issue will be ignored when the analysis is run. If a feeder is setup to consider pre-existing conditions all violations will be considered such that if anything is made worse by the forecast schedules for the DER units the units will begin being curtailed to relieve any possible issues.
Data Requirements for Network Capacity Allocation
To enable the Network Capacity Allocation (NCA) analysis the following pieces of data and configuration will need to be set up:
SRS rule ENABLE_NCA_ANALYSIS will need to be configured with a value of yes to enable the functionality, by default this rule is set to no. Once enabled, the analysis will run daily at the time configured by SRS rule NCA_ANALYSIS_START_TIME.
Any DER units that should be considered within the analysis will need to be marked accordingly. This is specified in column MARKET_PARTICIPANT in table PF_DIST_GEN using either Y or N.
The following table will need to be populated with a project defined process or adapter. This table is used to store the forecast output and pricing information for each DER unit participating in the NCA analysis. The table will hold information on an hour by hour basis to represent the output levels the generator plans to operate at and the pricing information the power can be produced at for that same hour. This data will be used as inputs into the analysis to determine if all proposed generation will create congestion issues on the network. The pricing information will be used to determine which generator to curtail first.
 
Column
Required
Comments
RESOURCE_NAME
Y
The name of the DER unit
Note: This needs to map to the same name populated in column GEN_NAME within table PF_DIST_GEN
ALTERNATE_NAME
N
An alternate name for the DER unit
FORECAST_DATETIME
Y
The date and time for the forecast for the DER corresponds to
PRICE
Y
The price in $/MW that power can produced at for the corresponding date and time
KW_FORECAST
Y
The forecast kW for the DER unit
KVAR_FORECAST
Y
The forecast kVAr for the DER unit