示例#1
0
def main():
    # make lists of all available NSRDB data files
    # and years to accumulate data for
    global nsrdb_file_dict, years
    nsrdb_file_dict, years = get_nsrdb_file_dict()
    # years = [2007, 2008]

    tracking_pv()
    distributed_pv()
    shared_tables.calculate_interconnect_costs()
def main():
    # run all the import scripts (or at least the ones we want)
    # ev_adoption()
    # fuel_costs()
    # energy_source_properties()
    # fuel_costs_no_biofuel()
    # rps_timeseries()
    # system_load()
    # generator_info()
    # onshore_wind()
    # offshore_wind()
    tracking_pv.tracking_pv()
    tracking_pv.distributed_pv()
    shared_tables.calculate_interconnect_costs()
示例#3
0
def main():
    # run all the import scripts (or at least the ones we want)
    # ev_adoption()
    # fuel_costs()
    # # fuel_costs_no_biofuel()  # obsolete
    # energy_source_properties()
    # rps_timeseries()
    # system_load()
    # generator_info()
    # tracking_pv.tracking_pv()
    # tracking_pv.distributed_pv()
    # onshore_wind()
    # offshore_wind()
    shared_tables.calculate_interconnect_costs()

    pass
def main():
    tracking_pv()
    distributed_pv()
    shared_tables.calculate_interconnect_costs()