@@ -555,29 +555,23 @@ Solar PV
555
555
OCHRE includes a solar PV model. The table below shows the required and
556
556
optional equipment-specific arguments for PV.
557
557
558
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
559
- | Argument Name | Argument Type | Required? | Default Value | Description |
560
- +=========================+===============+========================================================+===============================================+======================================================================================+
561
- | ``capacity `` | number | Only if use_sam is True | | PV panel capacity, in kW |
562
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
563
- | ``use_sam `` | boolean | No | True if equipment_schedule_file not specified | If True, runs PySAM to generate PV power profile |
564
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
565
- | ``tilt `` | number | No | Taken from HPXML roof pitch | Tilt angle from horizontal, in degrees. Used for SAM |
566
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
567
- | ``orientation `` | number | No | Taken from HPXML building orientation | Orientation angle from south, in degrees. Used for SAM |
568
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
569
- | ``include_inverter `` | boolean | No | TRUE | If True, outputs AC power and incorporates inverter efficiency and power constraints |
570
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
571
- | ``inverter_efficiency `` | number | No | 1 | Efficiency of the inverter, unitless |
572
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
573
- | ``inverter_priority `` | string | No | "Var" | PV inverter priority. Options are "Var", "Watt", or "CPF" (constant power factor) |
574
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
575
- | ``inverter_capacity `` | number | No | PV.capacity | Inverter apparent power capacity, in kVA (i.e., kW) |
576
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
577
- | ``inverter_min_pf `` | number | No | 0.8 | Inverter minimum power factor, unitless |
578
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
579
- | ``sam_weather_file `` | string | Only if use_sam is True and running without a Dwelling | | Weather file in SAM format |
580
- +-------------------------+---------------+--------------------------------------------------------+-----------------------------------------------+--------------------------------------------------------------------------------------+
558
+ +-------------------------+---------------+-----------------------+------------------------------------------+------------------------------------------------------------------------------------+
559
+ | Argument Name | Argument Type | Required? | Default Value | Description |
560
+ +=========================+===============+=======================+==========================================+====================================================================================+
561
+ | ``capacity `` | number | Only when running SAM | | PV panel capacity, in kW |
562
+ +-------------------------+---------------+-----------------------+------------------------------------------+------------------------------------------------------------------------------------+
563
+ | ``tilt `` | number | No | Taken from HPXML roof pitch | Tilt angle from horizontal, in degrees. Used for SAM |
564
+ +-------------------------+---------------+-----------------------+------------------------------------------+------------------------------------------------------------------------------------+
565
+ | ``azimuth `` | number | No | Taken from HPXML, south-most facing roof | Azimuth angle from south, in degrees. Used for SAM |
566
+ +-------------------------+---------------+-----------------------+------------------------------------------+------------------------------------------------------------------------------------+
567
+ | ``inverter_capacity `` | number | No | PV.capacity | Inverter apparent power capacity, in kVA. Used for SAM |
568
+ +-------------------------+---------------+-----------------------+------------------------------------------+------------------------------------------------------------------------------------+
569
+ | ``inverter_efficiency `` | number | No | Use default from SAM | Efficiency of the inverter, unitless. Used for SAM |
570
+ +-------------------------+---------------+-----------------------+------------------------------------------+------------------------------------------------------------------------------------+
571
+ | ``inverter_priority `` | string | No | "Var" | PV inverter priority. Options are "Var", "Watt", or "CPF" (constant power factor) |
572
+ +-------------------------+---------------+-----------------------+------------------------------------------+------------------------------------------------------------------------------------+
573
+ | ``inverter_min_pf `` | number | No | 0.8 | Inverter minimum power factor, unitless |
574
+ +-------------------------+---------------+-----------------------+------------------------------------------+------------------------------------------------------------------------------------+
581
575
582
576
Gas Generator
583
577
~~~~~~~~~~~~~
0 commit comments