diff --git a/docs/doc_pylcia.rst b/docs/doc_pylcia.rst index 01eda0a6..41689e7f 100644 --- a/docs/doc_pylcia.rst +++ b/docs/doc_pylcia.rst @@ -1,5 +1,12 @@ Python Life Cycle Inventory Analysis ==================================== +The PyLCIA module links to the DES material model through the DES interface code. The DES interface preprocesses the incoming materials dataframe and prepares it for the LCA calculations. The interface calls on five main subcomponents of the pyLCIA module. +It calls the concrete life cycle inventory updater to check for glass fiber materials in the incoming stream. If yes, it creates a modified cement coprocessing inventory based on the amount of glass fiber present in the incoming stream. This modified inventory is then used for LCA calculations. +It calls the insitu_emission module to calculation insitu emissions. The foreground system for the study has direct emissions. To calculation those emissions, these systems are required to be scaled up based on their usage and then direct emissions derived using the scaling variables. These calculations are done using a modified LCA approach using a static inventory with just just product flows. +It calls the pylca_opt_foreground module to calculate the first set of LCA calculations only for the foreground activities. All input flows to the foreground system from the background life cycle inventory are derived based on the scale up or scale down of these processes. This module also preprocesses the inventory and allows replacement of electricity production with dynamic grid mixes from electricity capacity expansion models. +It call the pylca_opt_background module to perform the major LCA calculations of the background inventory. The final demand to the background LCI is obtained from the pylca_opt_foreground module. This module calculates the complete cradle to gate life cycle emissions for the foreground processes. +The final module used by PyLCIA is the pylca_celavi_background_postprocess which has two main functions. It combines background and foreground emissions to complete our system boundary for the life cyle analysis. Finally, it converts emissions to impact factors and prepares the results to be sent to DES for final processing and visualization. + ReEDS Data Importer ------------------- @@ -71,4 +78,4 @@ Background Emissions Postprocessing .. autofunction:: postprocessing -.. autofunction:: impact_calculations \ No newline at end of file +.. autofunction:: impact_calculations diff --git a/docs/docs/doctrees/doc_costgraph.doctree b/docs/docs/doctrees/doc_costgraph.doctree index 1bf37ed4..fd51617c 100644 Binary files a/docs/docs/doctrees/doc_costgraph.doctree and b/docs/docs/doctrees/doc_costgraph.doctree differ diff --git a/docs/docs/doctrees/doc_pylcia.doctree b/docs/docs/doctrees/doc_pylcia.doctree index 289efde9..24b03976 100644 Binary files a/docs/docs/doctrees/doc_pylcia.doctree and b/docs/docs/doctrees/doc_pylcia.doctree differ diff --git a/docs/docs/doctrees/environment.pickle b/docs/docs/doctrees/environment.pickle index 360c796a..ef3a3082 100644 Binary files a/docs/docs/doctrees/environment.pickle and b/docs/docs/doctrees/environment.pickle differ diff --git a/docs/docs/html/_sources/doc_pylcia.rst.txt b/docs/docs/html/_sources/doc_pylcia.rst.txt index 01eda0a6..41689e7f 100644 --- a/docs/docs/html/_sources/doc_pylcia.rst.txt +++ b/docs/docs/html/_sources/doc_pylcia.rst.txt @@ -1,5 +1,12 @@ Python Life Cycle Inventory Analysis ==================================== +The PyLCIA module links to the DES material model through the DES interface code. The DES interface preprocesses the incoming materials dataframe and prepares it for the LCA calculations. The interface calls on five main subcomponents of the pyLCIA module. +It calls the concrete life cycle inventory updater to check for glass fiber materials in the incoming stream. If yes, it creates a modified cement coprocessing inventory based on the amount of glass fiber present in the incoming stream. This modified inventory is then used for LCA calculations. +It calls the insitu_emission module to calculation insitu emissions. The foreground system for the study has direct emissions. To calculation those emissions, these systems are required to be scaled up based on their usage and then direct emissions derived using the scaling variables. These calculations are done using a modified LCA approach using a static inventory with just just product flows. +It calls the pylca_opt_foreground module to calculate the first set of LCA calculations only for the foreground activities. All input flows to the foreground system from the background life cycle inventory are derived based on the scale up or scale down of these processes. This module also preprocesses the inventory and allows replacement of electricity production with dynamic grid mixes from electricity capacity expansion models. +It call the pylca_opt_background module to perform the major LCA calculations of the background inventory. The final demand to the background LCI is obtained from the pylca_opt_foreground module. This module calculates the complete cradle to gate life cycle emissions for the foreground processes. +The final module used by PyLCIA is the pylca_celavi_background_postprocess which has two main functions. It combines background and foreground emissions to complete our system boundary for the life cyle analysis. Finally, it converts emissions to impact factors and prepares the results to be sent to DES for final processing and visualization. + ReEDS Data Importer ------------------- @@ -71,4 +78,4 @@ Background Emissions Postprocessing .. autofunction:: postprocessing -.. autofunction:: impact_calculations \ No newline at end of file +.. autofunction:: impact_calculations diff --git a/docs/docs/html/doc_costgraph.html b/docs/docs/html/doc_costgraph.html index 8ebde3ba..f82df131 100644 --- a/docs/docs/html/doc_costgraph.html +++ b/docs/docs/html/doc_costgraph.html @@ -164,13 +164,13 @@

Cost Graph
-class celavi.costgraph.CostGraph(step_costs_file: str, fac_edges_file: str, transpo_edges_file: str, locations_file: str, routes_file: str, pathway_crit_history_filename: str, circular_components: list, component_initial_mass: float, path_dict: dict, sc_begin: List[str] = ['manufacturing'], sc_end: List[str] = ['landfilling'], sc_in_circ: List[str] = [], sc_out_circ: List[str] = [], year: float = 2000.0, start_year: float = 2000.0, verbose: int = 0, save_copy=False, save_name='netw.csv', run=0, random_state=Generator(PCG64) at 0x1B89DEBBC80)
+class celavi.costgraph.CostGraph(step_costs_file: str, fac_edges_file: str, transpo_edges_file: str, locations_file: str, routes_file: str, pathway_crit_history_filename: str, circular_components: list, component_initial_mass: float, path_dict: dict, sc_begin: List[str] = ['manufacturing'], sc_end: List[str] = ['landfilling'], sc_in_circ: List[str] = [], sc_out_circ: List[str] = [], year: float = 2000.0, start_year: float = 2000.0, verbose: int = 0, save_copy=False, save_name='netw.csv', run=0, random_state=Generator(PCG64) at 0x1DF807ABD60)

Reads in supply chain data, creates a network of processing steps and facilities in a circular supply chain, identifies preferred end-of-life pathways through the supply chain, calculates supply chain characteristics such as pathway cost.

-__init__(step_costs_file: str, fac_edges_file: str, transpo_edges_file: str, locations_file: str, routes_file: str, pathway_crit_history_filename: str, circular_components: list, component_initial_mass: float, path_dict: dict, sc_begin: List[str] = ['manufacturing'], sc_end: List[str] = ['landfilling'], sc_in_circ: List[str] = [], sc_out_circ: List[str] = [], year: float = 2000.0, start_year: float = 2000.0, verbose: int = 0, save_copy=False, save_name='netw.csv', run=0, random_state=Generator(PCG64) at 0x1B89DEBBC80)
+__init__(step_costs_file: str, fac_edges_file: str, transpo_edges_file: str, locations_file: str, routes_file: str, pathway_crit_history_filename: str, circular_components: list, component_initial_mass: float, path_dict: dict, sc_begin: List[str] = ['manufacturing'], sc_end: List[str] = ['landfilling'], sc_in_circ: List[str] = [], sc_out_circ: List[str] = [], year: float = 2000.0, start_year: float = 2000.0, verbose: int = 0, save_copy=False, save_name='netw.csv', run=0, random_state=Generator(PCG64) at 0x1DF807ABD60)

Reads in small datasets to DataFrames and stores the path to the large locations dataset for later use.

diff --git a/docs/docs/html/doc_pylcia.html b/docs/docs/html/doc_pylcia.html index 853aa96a..80e637b1 100644 --- a/docs/docs/html/doc_pylcia.html +++ b/docs/docs/html/doc_pylcia.html @@ -164,6 +164,12 @@

Python Life Cycle Inventory Analysis

+

The PyLCIA module links to the DES material model through the DES interface code. The DES interface preprocesses the incoming materials dataframe and prepares it for the LCA calculations. The interface calls on five main subcomponents of the pyLCIA module. +It calls the concrete life cycle inventory updater to check for glass fiber materials in the incoming stream. If yes, it creates a modified cement coprocessing inventory based on the amount of glass fiber present in the incoming stream. This modified inventory is then used for LCA calculations. +It calls the insitu_emission module to calculation insitu emissions. The foreground system for the study has direct emissions. To calculation those emissions, these systems are required to be scaled up based on their usage and then direct emissions derived using the scaling variables. These calculations are done using a modified LCA approach using a static inventory with just just product flows. +It calls the pylca_opt_foreground module to calculate the first set of LCA calculations only for the foreground activities. All input flows to the foreground system from the background life cycle inventory are derived based on the scale up or scale down of these processes. This module also preprocesses the inventory and allows replacement of electricity production with dynamic grid mixes from electricity capacity expansion models. +It call the pylca_opt_background module to perform the major LCA calculations of the background inventory. The final demand to the background LCI is obtained from the pylca_opt_foreground module. This module calculates the complete cradle to gate life cycle emissions for the foreground processes. +The final module used by PyLCIA is the pylca_celavi_background_postprocess which has two main functions. It combines background and foreground emissions to complete our system boundary for the life cyle analysis. Finally, it converts emissions to impact factors and prepares the results to be sent to DES for final processing and visualization.

ReEDS Data Importer

diff --git a/docs/docs/html/searchindex.js b/docs/docs/html/searchindex.js index 2cc735f8..26fe25e4 100644 --- a/docs/docs/html/searchindex.js +++ b/docs/docs/html/searchindex.js @@ -1 +1 @@ -Search.setIndex({docnames:["doc_config","doc_costgraph","doc_des","doc_diagnostic_viz","doc_preprocessing","doc_pylcia","doc_scenario","doc_uncertainty","index","main_page"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["doc_config.rst","doc_costgraph.rst","doc_des.rst","doc_diagnostic_viz.rst","doc_preprocessing.rst","doc_pylcia.rst","doc_scenario.rst","doc_uncertainty.rst","index.rst","main_page.rst"],objects:{"celavi.component":{Component:[2,1,1,""]},"celavi.component.Component":{__init__:[2,2,1,""],bol_process:[2,2,1,""],create_pathway_queue:[2,2,1,""],eol_process:[2,2,1,""],move_component_from:[2,2,1,""],move_component_to:[2,2,1,""]},"celavi.compute_locations":{ComputeLocations:[4,1,1,""]},"celavi.compute_locations.ComputeLocations":{__init__:[4,2,1,""],capacity_projections:[4,2,1,""],join_facilities:[4,2,1,""],landfill:[4,2,1,""],other_facility:[4,2,1,""],wind_power_plant:[4,2,1,""]},"celavi.costgraph":{CostGraph:[1,1,1,""]},"celavi.costgraph.CostGraph":{__init__:[1,2,1,""],all_element_combos:[1,2,1,""],build_facility_graph:[1,2,1,""],build_supplychain_graph:[1,2,1,""],choose_paths:[1,2,1,""],find_downstream:[1,2,1,""],find_nearest:[1,2,1,""],find_upstream_neighbor:[1,2,1,""],get_edges:[1,2,1,""],get_node_names:[1,2,1,""],get_nodes:[1,2,1,""],list_of_tuples:[1,2,1,""],save_costgraph_outputs:[1,2,1,""],update_costs:[1,2,1,""]},"celavi.costmethods":{CostMethods:[1,1,1,""]},"celavi.costmethods.CostMethods":{__init__:[1,2,1,""],blade_transpo:[1,2,1,""],coarse_grinding:[1,2,1,""],coarse_grinding_onsite:[1,2,1,""],coprocessing:[1,2,1,""],fine_grinding:[1,2,1,""],landfilling:[1,2,1,""],manufacturing:[1,2,1,""],rotor_teardown:[1,2,1,""],segment_transpo:[1,2,1,""],segmenting:[1,2,1,""],shred_transpo:[1,2,1,""],zero_method:[1,2,1,""]},"celavi.data_filtering":{filter_locations:[4,3,1,""],filter_routes:[4,3,1,""]},"celavi.data_manager":{Data:[4,1,1,""],LandfillLocations:[4,1,1,""],Locations:[4,1,1,""],OtherFacilityLocations:[4,1,1,""],RoutePairs:[4,1,1,""],StandardScenarios:[4,1,1,""],TechUnitLocations:[4,1,1,""],TransportationGraph:[4,1,1,""],TransportationNodeLocations:[4,1,1,""]},"celavi.data_manager.Data":{__init__:[4,2,1,""],backfill:[4,2,1,""],load:[4,2,1,""],validate:[4,2,1,""]},"celavi.data_manager.LandfillLocations":{__init__:[4,2,1,""]},"celavi.data_manager.Locations":{__init__:[4,2,1,""]},"celavi.data_manager.OtherFacilityLocations":{__init__:[4,2,1,""]},"celavi.data_manager.RoutePairs":{__init__:[4,2,1,""]},"celavi.data_manager.StandardScenarios":{__init__:[4,2,1,""]},"celavi.data_manager.TechUnitLocations":{__init__:[4,2,1,""]},"celavi.data_manager.TransportationGraph":{__init__:[4,2,1,""]},"celavi.data_manager.TransportationNodeLocations":{__init__:[4,2,1,""]},"celavi.des":{Context:[2,1,1,""]},"celavi.des.Context":{__init__:[2,2,1,""],average_total_component_mass_for_year:[2,2,1,""],cumulative_mass_for_component_in_process_at_timestep:[2,2,1,""],populate:[2,2,1,""],pylca_interface_process:[2,2,1,""],run:[2,2,1,""],timesteps_to_years:[2,2,1,""],update_cost_graph_process:[2,2,1,""],years_to_timesteps:[2,2,1,""]},"celavi.diagnostic_viz":{DiagnosticViz:[3,1,1,""]},"celavi.diagnostic_viz.DiagnosticViz":{__init__:[3,2,1,""],gather_and_melt_cumulative_histories:[3,2,1,""],generate_plots:[3,2,1,""]},"celavi.inventory":{FacilityInventory:[2,1,1,""]},"celavi.inventory.FacilityInventory":{__init__:[2,2,1,""],cumulative_history:[2,2,1,""],cumulative_input_history:[2,2,1,""],increment_quantity:[2,2,1,""],input_transaction_history:[2,2,1,""],transaction_history:[2,2,1,""]},"celavi.reeds_importer":{ReedsImporter:[5,1,1,""]},"celavi.reeds_importer.ReedsImporter":{__init__:[5,2,1,""],national_level_reeds_importer:[5,2,1,""],state_level_reeds_importer:[5,2,1,""]},"celavi.routing":{Router:[4,1,1,""]},"celavi.routing.Router":{__init__:[4,2,1,""],get_all_routes:[4,2,1,""],get_route:[4,2,1,""]},"celavi.scenario":{Scenario:[6,1,1,""]},"celavi.scenario.Scenario":{__init__:[6,2,1,""],calculate_circularity_metrics:[6,2,1,""],clear_results:[6,2,1,""],execute:[6,2,1,""],get_filepaths:[6,2,1,""],impact_and_units:[6,2,1,""],postprocess:[6,2,1,""],preprocess:[6,2,1,""],setup:[6,2,1,""],simtime:[6,2,1,""]},"celavi.transportation_tracker":{TransportationTracker:[2,1,1,""]},"celavi.transportation_tracker.TransportationTracker":{__init__:[2,2,1,""],increment_inbound_tonne_km:[2,2,1,""]},"des_interface.PylcaCelavi":{__init__:[5,2,1,""],lca_performance_improvement:[5,2,1,""],pylca_run_main:[5,2,1,""]},celavi:{component:[2,0,0,"-"],compute_locations:[4,0,0,"-"],costgraph:[1,0,0,"-"],costmethods:[1,0,0,"-"],data_filtering:[4,0,0,"-"],data_manager:[4,0,0,"-"],des:[2,0,0,"-"],diagnostic_viz:[3,0,0,"-"],inventory:[2,0,0,"-"],reeds_importer:[5,0,0,"-"],routing:[4,0,0,"-"],scenario:[6,0,0,"-"],transportation_tracker:[2,0,0,"-"]},concrete_life_cycle_inventory_editor:{concrete_life_cycle_inventory_updater:[5,3,1,""]},des_interface:{PylcaCelavi:[5,1,1,""]},insitu_emission:{electricity_corrector_before20:[5,3,1,""],model_celavi_lci_insitu:[5,3,1,""],preprocessing:[5,3,1,""],runner_insitu:[5,3,1,""],solver:[5,3,1,""]},pylca_celavi_background_postprocess:{impact_calculations:[5,3,1,""],postprocessing:[5,3,1,""]},pylca_opt_background:{model_celavi_lci_background:[5,3,1,""]},pylca_opt_foreground:{electricity_corrector_before20:[5,3,1,""],lca_runner_foreground:[5,3,1,""],preprocessing:[5,3,1,""],solver:[5,3,1,""]},uncertainty_methods:{apply_array_uncertainty:[7,3,1,""],apply_stoch_uncertainty:[7,3,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"],"3":["py","function","Python function"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method","3":"py:function"},terms:{"0x1b89debbc80":1,"0x1e558628c80":[],"0x238cf936e40":[],"0x24ab19d5ba0":[],"30m":1,"4a8a":4,"66af71889958":4,"9bff":4,"boolean":[0,4,5],"break":5,"case":[1,2,4,8,9],"class":[1,2,3,4,5,6],"default":[0,1,2,4,5,7],"final":[3,5],"float":[0,1,2,4,5,6,7],"function":[1,2,4,5],"import":[0,8,9],"int":[1,2,3,4,5,7],"long":[1,4],"new":[0,1,2,4],"return":[1,2,3,4,5,6,7],"static":[1,4,5,6],"throw":[8,9],"true":[0,1,2,4],"try":[8,9],"var":3,"while":0,AND:1,DES:[0,1,2,3,5,6],For:[0,2,5],IDs:1,Not:0,One:0,THEN:1,The:[0,1,2,3,4,5,6,7],There:[0,2],These:[0,2,5],Use:[1,4,7],Uses:4,Using:[0,4],Will:2,__init__:[1,2,3,4,5,6],_annual_st:4,_continuous_distn:7,_cost:1,_fee:1,_nearest_facility_id:1,about:[0,1,2],absolut:3,access:[5,7],accompani:[8,9],accord:1,accumul:[0,2],across:1,activ:5,acttiv:5,actual:1,add:5,added:[1,4],addit:[0,4,6],adjust:[0,4],aeberl:4,after:[0,3,5],again:2,aggreg:4,air:4,algorithm:4,all:[0,1,2,4,5,6],all_element_combo:1,allianc:4,allow:[0,1,2,4,5],along:[1,2,5],alreadi:[0,4],also:[0,1,2,4,5],altern:0,aluminum:2,alwai:[0,2],amount:[2,5],amt:2,analysi:[0,1,4,8,9],ani:[0,1,4,5],annual:4,anoth:[5,7],anyth:2,append:5,appli:[0,1],apply_array_uncertainti:7,apply_stoch_uncertainti:7,argument:[1,2,4],arrai:[0,1,5],arrang:5,assembl:[0,6],assign:[0,2,7],associ:1,assumpt:0,attach:5,attempt:2,attribut:[1,2],author:[4,6],autodoc:5,automat:[0,6],avail:[2,4,5,7],averag:[1,2,4],average_total_component_mass_for_year:2,avgmass:0,avoid:[0,5],back:[2,5],backfil:[0,4],background:[8,9],badli:5,balanc:[],base:[0,1,4,5],baselin:1,basi:1,basic:2,becaus:[0,1,2],becom:1,been:[3,7],befor:[0,1,2,4,5],began:6,begin:[0,1,2,4],begin_lif:2,behavior:[8,9],being:[0,1,2,4,5],belong:2,below:[0,2],between:[0,1,4],bidirectional_dijkstra:4,blade:[0,2,5,8,9],blade_transpo:1,blank:0,block:0,bol:2,bol_process:2,bool:[1,2,4],both:[0,4],broadli:0,build:4,build_facility_graph:1,build_supplychain_graph:1,built:[0,1,5],bypass:[0,5],c3fec8d8:4,cach:4,calcul:[0,1,2,4,6,8,9],calculate_circularity_metr:6,calendar:[0,2,4],call:[0,1,2,4,5,6],callabl:2,cambium:4,can:[0,1,2,3,4,5],can_be_neg:2,cannot:6,capac:[0,4],capacity_project:[0,4],care:0,ceat:[],celavi:[0,1,2,3,4,5,6,7],cement:[0,1,5],central_summari:0,certain:[0,2,5],cg_updat:0,cg_verbos:0,chain:[0,1,2,4,5],chang:[0,2,4,5],characer:5,character:5,characterist:[1,4],check:[4,5,6],child:4,choic:2,choose_path:1,circul:1,circular:[0,1,4,5,6,8,9],circular_compon:[0,1],circular_pathwai:[0,1],circumst:1,citi:4,clean:[5,6],clear_result:[0,6],closest:1,closur:4,coal:0,coars:[0,1,2],coarse_grind:1,coarse_grinding_onsit:1,code:[1,2,4,5,8,9],column:[0,1,2,3,4,5],com:[1,4,9],combin:[0,4,5],come:0,comment:[1,2],compar:[0,1],compat:5,complet:[0,1,4],compon:[0,1,3,5,6,8,9],component_count:[0,3],component_counts_plot:0,component_fixed_lifetim:0,component_initial_mass:1,component_kind:2,component_list:0,component_materi:[0,2],component_material_mass:0,component_material_masses_filenam:2,component_materials_deposit:2,component_weibull_param:0,composit:[0,2],comput:[0,6,8,9],compute_loc:[0,4],computeloc:4,concret:[0,8,9],concrete_life_cycle_inventory_editor:5,concrete_life_cycle_inventory_updat:5,config:[1,4,6,7,8,9],configur:[2,8,9],conform:5,connect:[1,4],connect_to:1,consider:0,consist:2,constitu:[0,2],construct:[2,5],consum:[0,2],contain:[1,2,4,5,7],content:[0,2],context:[3,6,8,9],contigu:4,continu:5,control:[0,2,5],convers:2,convert:[1,2,5],copi:[0,8,9],coprocess:[0,1],copyright:4,core:[1,2,3],correspond:[1,2,5],cost:[2,6,8,9],cost_graph:2,cost_graph_update_interval_timestep:2,cost_uncertainti:[],costgraph:[0,1,2,6],costgraph_csv:0,costgraph_pickl:0,costmethod:1,count:[2,3],count_cumulative_histori:0,counti:[0,4],countri:4,countyfp:4,creat:[0,1,3,4,5,6],create_pathway_queu:2,crit:1,criteria:1,criterion:1,criteron:1,critic:[8,9],csv:[0,1,4,5,6],cumul:[0,1,2,3,6],cumulative_histori:2,cumulative_input_histori:2,cumulative_mass_for_component_in_process_at_timestep:2,current:[0,1,2,4,5,6,7],custom:[0,4],cut:1,cycl:[8,9],d_f:5,data:[0,1,7,8,9],data_filt:4,data_manag:4,databas:[0,4,5],datafil:0,datafram:[1,2,3,4,5,6,8,9],dataset:[0,1,2,4,5,8,9],datatyp:4,deal:[0,4],debug:[0,5],decid:1,decim:6,decis:2,decreas:2,decrement:2,default_rng:[1,7],defin:[0,1,2,4,5,7],definit:1,delet:[0,4,5],demand:5,depend:[0,1,2,4],deposit:2,dequ:2,deriv:5,des:2,des_interfac:[2,5],destin:[2,4],destination_facility_typ:4,detail:[1,5],determin:[1,2],determinist:0,develop:[0,4],df_emiss:5,df_lcia:5,df_static:5,df_with_all_other_flow:5,diagnost:[0,6,8,9],diagnostic_viz:3,diagnosticviz:3,dict:[1,2,3,4,5,7],dictionari:[0,1,2,3,5],differ:[0,1,4],digraph:1,dijkstra:4,dimension:[],direct:1,directli:[0,4],directori:[0,1,4,6],disaggreg:0,discret:[8,9],discuss:0,displac:5,dispos:1,dist:[1,2],distanc:[0,1,2,4],distance_filt:[0,4],distinguish:2,distn:7,distribut:[0,2,7],divid:1,djikstra:4,doc:[0,9],document:4,doe:[0,1,2,4,5,6,8,9],doesn:5,doing:[0,1,2],done:[0,2],down:[0,4],download:[4,8,9],downstream:[0,1],draw:[0,7],drawn:[0,7],due:5,dummi:5,durat:0,dure:[0,1,2,7],dynam:5,dynamic_lci_filenam:5,each:[0,1,2,4],eas:5,econom:1,economi:[8,9],edg:[0,1,4],edge_id:4,edit:[4,5,7],editor:[8,9],eerscmap:4,eia_id:4,either:[0,2,4,6],electr:[0,4,5],electricity_corrector_before20:5,electricity_grid_spatial_level:5,electricity_mix_level:0,element:[0,1,7],emiss:[0,4,8,9],emissions_filenam:5,emissions_inventori:0,emissions_lci:0,emissions_lci_filenam:5,emisson:5,emissons_filenam:5,empti:[2,4,5],enabl:[],end:[0,1,2,4],end_year:[0,2],energi:[2,4],enter:[0,2],entir:2,env:2,environ:2,environment:[1,5],eol:[0,2],eol_process:2,epa:4,epoxi:[0,1],equal:0,equat:[0,5],equival:1,error:[0,4],est:[8,9],etc:4,evalu:[1,5],even:0,event:[8,9],everi:[0,2,5],exactli:1,examin:0,exampl:[2,8,9],except:[2,6],execut:[0,2,3,6,8,9],exist:[0,1,4,5,6,7],exit:2,expans:4,expect:0,explan:0,explicitli:0,explor:0,extens:0,extract:[0,2],f_d:5,fac_edg:0,fac_edges_fil:1,fac_id:5,facil:[0,1,3,4,5,8,9],facility_1:[0,1],facility_2:[0,1],facility_df:1,facility_id:[1,2,4,5],facility_inventori:3,facility_loc:4,facility_typ:[0,1,2,4],facilityid:1,facilityinventori:[2,3],facilitytype_facilityid:1,factor:[0,5],fals:[0,1,2,4],faster:5,fclass:4,fee:[0,1],feedstock:4,fiber:0,file:[1,2,4,5,6,7,8,9],filenam:[0,1,3,5],filepath:[4,6],fill:0,filter:[0,8,9],filter_loc:4,filter_rout:4,filtered_locations_filenam:4,final_demand_scal:5,final_lcia_results_to_d:0,final_r:5,find:[1,2,4],find_downstream:1,find_nearest:1,find_upstream_neighbor:1,fine:[0,1,2],fine_grind:1,fine_grinding_revenu:[],fip:4,first:[0,2,4],fisher:4,fix:[0,2],flag:[4,5,8,9],flexibl:0,floor:2,flow:[2,4,5,6],follow:[0,1,2],foregound:5,foreground:[8,9],foreground_process_inventori:0,form:[2,5],format:[1,4,5],found:0,foundat:0,four:4,fpath:4,fpeam:4,fraction:[0,1,2],frame:[1,2,3,4,5],framework:[8,9],frequenc:2,fresh:[],fri:4,from:[0,1,2,3,4,5,6,7,8,9],from_facility_id:2,full:1,further:[0,2],futur:[0,4],gather:3,gather_and_melt_cumulative_histori:3,gener:[0,1,3,4],generate_plot:3,generate_step_cost:0,get_all_rout:4,get_dist:1,get_edg:1,get_filepath:6,get_nod:1,get_node_nam:1,get_rout:4,gfrp:5,github:[4,8,9],give:0,given:[1,2],glass:0,goe:2,gov:4,gradual:1,graph:[0,2,4,6,8,9],great:0,grid:[0,4,5],gride:2,grind:[0,1,2],ground:[1,5],has:[0,2,3,4,5,7],have:[0,1,2,4,5],header:4,held:2,help:4,here:[0,1,4],histor:[1,4],histori:[1,2,3,6],hold:[2,3],hous:5,how:[0,1],howev:0,html:[0,4,9],http:[0,1,4,9],human:0,identifi:[0,1,2,3,4,5],ignor:0,impact:[0,1,5,6],impact_and_unit:6,impact_calcul:5,implement:[0,4],improv:4,in_state_onli:4,in_use_facility_id:2,inbound:2,includ:[0,1,4,5],incorrect:0,incorrectli:[8,9],increas:2,increment:2,increment_inbound_tonne_km:2,increment_quant:2,index:[4,7,8,9],indic:[1,2],individu:5,industri:[0,1],inflow:[0,6],info:1,inform:[0,1,2,4,5,7],ingest:4,initi:[0,1,2,4,6],initialize_costgraph:0,input:[0,2,4,5,6,7],input_transaction_histori:2,inputs_opt:0,inputs_to_preprocess:0,insitu:[8,9],insitu_emiss:5,instal:4,instanc:[0,6,7,8,9],instantan:2,instanti:[1,2,6],instead:[0,5],integ:[0,1,2,5],intend:0,inter:1,intercept:0,interconnect:[0,1],interfac:[8,9],intermedi:4,intermediate_demand:0,intermediate_demand_filenam:5,intern:0,intra:1,inventori:[3,8,9],involv:[0,4],ioerror:6,isn:2,item_nam:2,its:[2,4],jan:4,januari:6,joblib:4,join:5,join_facil:4,keep:[0,5],keep_col:3,kei:[0,1,2,3,7],keyword:2,kilomet:1,kind:2,kwarg:4,lambda:2,landfil:[0,1,2,4],landfill_loc:[0,4],landfill_locations_no_nul:4,landfilllmopdata:0,landfillloc:4,larg:[0,1],lat:[1,4],later:[1,5],latest:[2,8,9],latitud:4,lca:[2,5],lca_db:0,lca_performance_improv:5,lca_runner_foreground:5,lci:5,lci_activity_loc:0,lcia:[0,2,5,6],lcia_des_filenam:5,lcia_facility_result:0,lcia_locations_join:0,lcia_shortcut_db:0,lcia_to_d:0,lcia_transpo_result:0,lcia_transport:0,lcia_upd:0,lcia_verbos:0,lead:0,learn:[0,1,2],leav:0,left:[0,2],length:[0,1,4],lengthen:0,lengthi:0,level:[2,4,5],life:[0,1,2,8,9],lifecycl:[2,8,9],lifespan:2,lifespan_fn:2,lifespan_timestep:2,lifetim:[0,2],like:[2,3],limit:0,line:[1,4],line_item:6,linear:[0,1],linearli:0,link:2,list1:1,list2:1,list3:1,list4:1,list:[0,1,2,3,4,5,7],list_of_tupl:1,llc:4,lmop:[0,4],load:[2,4],loc:[0,1,2],loc_filenam:4,local:0,locat:[0,1,2,5,6,8,9],location_filt:0,locations_comput:0,locations_fil:[1,4],locations_filenam:2,locations_output_fil:4,logic:1,longer:0,longitud:4,look:2,lookup_facility_typ:[0,4],lookup_step:0,lookup_step_cost:0,lookup_step_cost_method:0,lookup_transpo_cost_method:0,loop:2,loss:[0,1],machin:0,made:[0,2],mai:[0,1,2,4],main:0,manag:[0,8,9],mani:[0,2],manipul:5,manual:[0,4,5],manuf_facility_id:2,manufactur:[0,1,2],map:2,mass:[0,1,2,5,6],mass_cumulative_histori:0,mass_kg:2,mass_tonn:2,materi:[0,1,2,3,4,5],material_mass:0,material_mass_plot:0,matrix:5,max:0,max_timestep:2,maximum:2,mean:[8,9],mechan:1,memori:4,memory_map:4,merg:[4,5],methan:[0,4],method:[0,2,3,4,5,6,8,9],metric:[1,6],midpoint:[],min_lifespan:0,min_year:2,minimum:[0,4],minu:1,miscellan:4,mix:[0,4,5,6],model:[1,2,3,4,5,6,7,8,9],model_celavi_lci_background:5,model_celavi_lci_insitu:5,model_run:[0,2],modif:1,modifi:[2,5],modul:[0,4,8,9],monthli:2,more:[0,2,4],most:[0,2],move:[0,2,6],move_component_from:2,move_component_to:2,much:[0,1],multi:0,multipl:[0,1,6],murrai:1,must:[0,1,2,4,5,7],nacel:[0,2],name:[0,1,2,3,4,5,6,7],nan:4,nation:[0,1,5],national_dynamic_grid_mix:0,national_electricity_lci:0,national_level_grid_mix:0,national_level_reeds_import:5,national_reeds_grid_mix:0,nearest:[1,2],necessari:[5,6],necessarili:2,need:[0,4,5,7],neg:[0,2],neighbor:1,net:1,netw:[0,1],network:[1,4],networkx:1,newli:[],next:[0,1],next_step:1,noah:4,node:[1,4],node_id:[1,4],node_loc:[0,4],node_map:4,node_nam:1,non:5,none:[1,2,4,5],normal:[0,8,9],note:[0,2,4,5,8,9],nrel:[4,9],number:[0,1,2,3,4,5,6,7],number_of_technology_unit:[0,4],numer:7,numpi:5,obj:0,object:[0,1,2,5,6,7],obtain:4,occur:[0,5],old:[5,6],onc:[0,2,7],one:[0,1,2,3,4,6,7],onli:[0,2,4,5],ons_mw:4,onsit:[0,1],onto:1,open:6,oper:[4,5],optim:[8,9],option:[0,1,2,5],org:[0,9],origin:[1,4],other:[0,1,2,4,7],other_facil:4,other_facility_loc:[0,4],other_facility_locations_all_u:0,otherfacilityloc:4,otherwis:[0,4],out:[0,2],outflow:[0,6],output:[0,1,4,5],output_plot_filenam:3,outreach:[0,4],outsid:[0,1,4],over:[1,2,4],overwrit:[0,4],overwritten:0,p_cap:4,p_name:4,p_tnum:4,p_year:4,page:[8,9],pair:[0,4,7],panda:[1,2,3,4,5,6,8,9],paramet:[0,1,2,3,4,5,6,7],parent:4,parser:6,part:2,particular:[0,1,2,5],pass:[0,1,2,5,7],past:4,path:[1,2,3,4,5,6],path_dict:[2,8,9],path_split:[0,1],pathwai:[1,2],pathway_crit_history_filenam:1,pathway_criterion_histori:0,pcg64:1,per:[0,1,2,3],perform:[0,1,4,5],period:[0,2],permanent_lifespan_facil:[0,1],phase:0,physic:2,pickl:[0,5],pickle_costgraph:0,place:[2,5],plant:[0,1,2,4],pleas:[5,8,9],plot:3,plu:1,png:0,point:[2,4,6],pollut:5,popul:[0,2],posit:2,possibl:[0,1,2,3],possible_compon:2,possible_item:2,possible_materi:2,post:[5,6],postprocess:[1,6,8,9],power:[0,1,2,4],power_plant_loc:[0,4],pre:[0,5],precomput:0,predict:2,prefer:1,preprocess:[0,5,6,8,9],previou:[0,5],previous:[4,5],print:[0,2,5],probabl:[0,2],problem:5,procedur:2,process:[0,1,2,4,5,6],process_df:5,process_emissions_corr:0,process_nam:2,process_names_add:0,produc:[0,4],product:[0,4,5],product_df:5,program:[0,4],programmat:0,progress:5,project:[0,4],pron:[8,9],proper:5,properli:5,properti:2,provid:[0,1,2,4,5,6,7],proxi:1,purpos:5,pydata:9,pylca:5,pylca_celavi:2,pylca_celavi_background_postprocess:5,pylca_interface_process:2,pylca_opt_background:5,pylca_opt_foreground:5,pylca_run_main:5,pylcacelavi:[2,5],pylcia:[2,5,6],python:[0,2,8,9],qualiti:[],quality_check:[],quantifi:[0,6],quantiti:[1,2,5,7],quantity_unit:2,queri:[1,2],question:1,queue:2,rais:[2,6],random:[0,1,7],random_st:1,rang:[0,7],rapidli:[],rate:[0,1,5],rather:[0,2],raw:[0,4],reach:2,read:[0,1,4,5,6],read_tabl:4,readabl:0,readi:4,receiv:[],recent:0,recircul:0,recommend:0,record:[2,6],recycl:[1,2],reduc:[0,1],reed:[4,8,9],reeds_import:5,reeds_imported_filenam:5,reeds_output_filenam:5,reedsimport:5,refer:0,region:[0,1,4],region_id_1:[1,4],region_id_2:[0,1,4],region_id_3:[1,4],region_id_4:[1,4],region_transport:4,releas:[8,9],relev:[1,5,7],remain:[0,4],remaind:4,remov:[0,1,4,5,6],renam:5,renew:[2,4],repeat:0,repeatedli:0,replac:[4,5],report:5,repositori:[8,9],repres:[0,1,2,7],represent:[1,4],reproduc:[0,7],requir:[0,4,5],res2:5,res:5,res_df:5,reset:[5,6],resolut:2,resourc:[0,2],result:[0,2,5,6],results_tot:5,reult:[],reusabl:1,revenu:[0,1],rhane:6,road:[0,4],rotor:[0,1],rotor_teardown:1,round:2,rout:[0,1,2,4,5,6],route_id:[1,2,5],route_pair:0,route_pair_fil:4,routepair:4,router:[0,8,9],routes_comput:0,routes_custom:0,routes_fil:1,routes_filenam:4,routes_output_fil:4,routing_output_fold:4,row:[1,2,4],run:[0,1,2,3,5,6,7,8,9],run_rout:0,runner:[],runner_insitu:5,sale:1,same:[0,1,2,4],sampl:2,sand:0,save:[0,1,4,6],save_cg_csv:0,save_copi:1,save_costgraph_output:1,save_nam:1,sc_begin:[0,1],sc_end:[0,1],sc_in_circ:[0,1],sc_out_circ:[0,1],scalar:0,scale:[0,1,5],scenario:[1,2,3,4,7,8,9],scipi:[0,7],scope:[],search:[8,9],second:4,secondari:0,section:[0,1],see:[0,2,4],seed:[0,1,7],segment:[0,1],segment_transpo:1,select:2,self:[2,5],sell:1,sent:0,separ:[0,1,6],sequenc:2,seri:[5,8,9],set:[0,1,2,4,6,8,9],setup:6,sever:0,shortcut:5,shortcutlca_filenam:5,shorten:0,shortest:1,should:[0,1,2],shred:[0,1],shred_transpo:1,sign:2,signific:5,similar:2,simpi:2,simtim:6,simul:[0,1,4,6,8,9],simultan:0,sinc:[2,6],singl:[0,1,4,6,7],site:1,slice:[8,9],slope:0,small:1,solv:5,solver:5,solver_optim:[],some:0,sourc:[1,4],source_facility_typ:4,space:0,span:2,sparingli:2,spatial:5,specif:[0,1,4,5],specifi:[0,1,2,4,6],speed:0,spend:2,split:0,sqlite:4,stabl:0,stackoverflow:1,stage:[2,5],standard:[1,4],standard_scenarios_filenam:4,standardscenario:4,start:[1,2,3,4],start_year:[0,1,3,4],starttim:6,stat:[0,7],stata:[],state:[0,2,4,5,7],state_dynamic_grid_mix:0,state_electricity_lci:0,state_level_grid_mix:0,state_level_reeds_import:5,state_reeds_grid_mix:0,statefp:4,statement:[2,5],states_includ:0,static_filenam:5,static_lci:0,static_lci_filenam:5,statu:4,steel:0,step:[0,1,2,4,6],step_cost:[0,2],step_cost_method:[0,1],step_costs_custom:0,step_costs_default:0,step_costs_fil:1,step_costs_filenam:2,stochast:0,stock:5,stock_filenam:[0,5],stop:1,storag:[0,5],store:[0,1,2,5,7],str:[1,2,3,4,5,6],stream:0,string:[0,1,2,4,6],strongli:0,structur:[0,2,7,8,9],stscen20a_midcase_annual_st:0,studi:[1,2,4,8,9],sub:[0,6],subgraph_step:1,subsequ:2,subset:4,substanc:6,substitut:[0,5],substitution_r:[0,5],suffici:0,sum:[1,2],superstructur:1,supplement:5,suppli:[0,1,2,4,5],suppoet:[],suppress:5,sustain:4,system:5,t_cap:4,t_counti:4,t_fip:4,t_model:4,t_state:4,tabl:2,take:[0,1,2,5],taken:0,target:1,teardown:[0,1],tech:5,tech_matrix:5,tech_matrix_corr:0,tech_units_filenam:4,techno:1,technolog:[0,1,2,3,4,5,6],technology_compon:0,technology_data:0,technology_data_filenam:4,techunitloc:4,templat:[8,9],termin:[1,4],text:4,than:[0,1,4],thei:[0,3],them:0,thermoplast:1,thermoset:1,thi:[0,1,2,3,4,5,7,8,9],third:1,three:[0,1],through:[1,2,4,5],throughout:1,thrown:0,thu:[0,2],thw:6,time:[0,1,2,4,5,6],timeout:2,timestamp:[0,6],timestep:[0,2,3],timesteps_per_year:[0,2,3],timesteps_to_year:2,tip:[0,1],togeth:[3,6],toggl:[2,5],ton:1,tonn:[1,2,3],tonne_km:2,top:0,total:[1,2,5],tower:0,traci21:0,traci:5,traci_lci:0,traci_lci_filenam:5,track:[2,5],tracker:[8,9],transact:2,transaction_histori:2,transit:2,translat:[2,7],transpo:[0,1],transpo_cost_method:0,transpo_edg:0,transpo_edges_fil:1,transport:[0,1,4,5,8,9],transportation_graph:[0,4],transportation_track:2,transportationgraph:4,transportationnodeloc:4,transportationtrack:2,travel:4,triang_gen:7,triangular:[0,7],truck:1,tupl:[1,6],turbin:[0,1,4],turbineloc:4,two:[0,1],type:[0,1,2,3,4,5,6,7],typic:[0,2],u_edg:1,u_of_edg:4,uncertain:1,uncertainti:[1,3,6,8,9],uncertainty_method:7,under:[0,1,7],underli:[0,4],unequ:0,unfilt:4,union:1,uniqu:[1,2,4,5],unit:[0,1,2,3,4,5,6],unless:0,unmodifi:4,unrealist:0,unspecifi:2,until:2,updat:[0,1,2,5],update_cost:1,update_cost_graph_process:2,upstream:1,usd:[0,1],use:[0,1,2,4,5,7],use_computed_rout:0,use_fixed_lifetim:0,use_lcia_shortcut:0,use_shortcut_lca_calcul:5,used:[0,1,2,4,5,7],useful:[0,2],user:[0,1,4,6],uses:[0,1,2,4],usg:4,using:[0,1,4,5],uslci:5,uslci_emiss:0,uslci_emission_filenam:5,uslci_filenam:5,uslci_process_add:0,uslci_process_filenam:5,uslci_tech:0,uslci_tech_filenam:5,usnrellci_processesv2017_loc_debug:[],uswtdb:4,uswtdb_v4_1_20210721:0,uuid:[2,5],v_edg:1,v_of_edg:4,valid:[4,6],valu:[0,1,2,3,4,5,7,8,9],value_nam:3,var_nam:3,vari:[0,1,2],variabl:[1,5,8,9],variat:4,variou:[],vector:5,verbos:[1,2,5],version:[0,1],vertic:4,vie:[8,9],viewabl:4,virgin:2,visit:[8,9],visual:[0,6,8,9],vkmt:[0,1,4],vkmt_max:[0,4],wai:[2,3],want:[0,2],warn:[0,8,9],weibul:[0,2],weight:4,well:[0,1,7],what:2,whatev:[0,1],when:[0,1,2,4,7,8,9],where:[0,1,2,3,4,5],whether:[0,1],which:[0,1,2,5],wih:5,wind:[0,4,8,9],wind_plant_loc:4,wind_power_pl:4,withdraw:2,withdrawn:2,within:[0,1,2,3,4,5,6],without:[0,5],word:6,work:[1,2,4],would:0,written:[0,1],www:4,xlong:4,yaml:0,year:[0,1,2,3,4,5],years_to_timestep:2,yet:0,ylat:4,you:[0,2],your:[0,2],zero:[1,2,5],zero_method:1},titles:["Configuration Files","Cost Graph","Discrete Event Simulation","Postprocessing and Diagnostic Visualizations","Data Preprocessing","Python Life Cycle Inventory Analysis","Scenario","Uncertainty Methods","Welcome to CELAVI\u2019s documentation!","Welcome to CELAVI\u2019s documentation!"],titleterms:{"case":0,"import":5,analysi:5,background:5,blade:1,calcul:5,celavi:[8,9],compon:2,comput:4,concret:5,config:0,configur:0,context:2,cost:[0,1],critic:2,cycl:5,data:[4,5],diagnost:3,discret:[2,5],document:[8,9],editor:5,emiss:5,event:[2,5],exampl:0,facil:2,file:0,filter:4,flag:0,foreground:5,graph:1,indic:[8,9],insitu:5,instanc:2,interfac:5,inventori:[2,5],life:5,locat:4,manag:4,method:[1,7],model:0,optim:5,path_dict:1,postprocess:[3,5],preprocess:4,python:5,reed:5,router:4,scenario:[0,6],simul:[2,5],structur:1,studi:0,tabl:[8,9],templat:0,tracker:2,transport:2,uncertainti:[0,7],variabl:2,visual:3,welcom:[8,9],wind:1}}) \ No newline at end of file +Search.setIndex({docnames:["doc_config","doc_costgraph","doc_des","doc_diagnostic_viz","doc_preprocessing","doc_pylcia","doc_scenario","doc_uncertainty","index","main_page"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["doc_config.rst","doc_costgraph.rst","doc_des.rst","doc_diagnostic_viz.rst","doc_preprocessing.rst","doc_pylcia.rst","doc_scenario.rst","doc_uncertainty.rst","index.rst","main_page.rst"],objects:{"celavi.component":{Component:[2,1,1,""]},"celavi.component.Component":{__init__:[2,2,1,""],bol_process:[2,2,1,""],create_pathway_queue:[2,2,1,""],eol_process:[2,2,1,""],move_component_from:[2,2,1,""],move_component_to:[2,2,1,""]},"celavi.compute_locations":{ComputeLocations:[4,1,1,""]},"celavi.compute_locations.ComputeLocations":{__init__:[4,2,1,""],capacity_projections:[4,2,1,""],join_facilities:[4,2,1,""],landfill:[4,2,1,""],other_facility:[4,2,1,""],wind_power_plant:[4,2,1,""]},"celavi.costgraph":{CostGraph:[1,1,1,""]},"celavi.costgraph.CostGraph":{__init__:[1,2,1,""],all_element_combos:[1,2,1,""],build_facility_graph:[1,2,1,""],build_supplychain_graph:[1,2,1,""],choose_paths:[1,2,1,""],find_downstream:[1,2,1,""],find_nearest:[1,2,1,""],find_upstream_neighbor:[1,2,1,""],get_edges:[1,2,1,""],get_node_names:[1,2,1,""],get_nodes:[1,2,1,""],list_of_tuples:[1,2,1,""],save_costgraph_outputs:[1,2,1,""],update_costs:[1,2,1,""]},"celavi.costmethods":{CostMethods:[1,1,1,""]},"celavi.costmethods.CostMethods":{__init__:[1,2,1,""],blade_transpo:[1,2,1,""],coarse_grinding:[1,2,1,""],coarse_grinding_onsite:[1,2,1,""],coprocessing:[1,2,1,""],fine_grinding:[1,2,1,""],landfilling:[1,2,1,""],manufacturing:[1,2,1,""],rotor_teardown:[1,2,1,""],segment_transpo:[1,2,1,""],segmenting:[1,2,1,""],shred_transpo:[1,2,1,""],zero_method:[1,2,1,""]},"celavi.data_filtering":{filter_locations:[4,3,1,""],filter_routes:[4,3,1,""]},"celavi.data_manager":{Data:[4,1,1,""],LandfillLocations:[4,1,1,""],Locations:[4,1,1,""],OtherFacilityLocations:[4,1,1,""],RoutePairs:[4,1,1,""],StandardScenarios:[4,1,1,""],TechUnitLocations:[4,1,1,""],TransportationGraph:[4,1,1,""],TransportationNodeLocations:[4,1,1,""]},"celavi.data_manager.Data":{__init__:[4,2,1,""],backfill:[4,2,1,""],load:[4,2,1,""],validate:[4,2,1,""]},"celavi.data_manager.LandfillLocations":{__init__:[4,2,1,""]},"celavi.data_manager.Locations":{__init__:[4,2,1,""]},"celavi.data_manager.OtherFacilityLocations":{__init__:[4,2,1,""]},"celavi.data_manager.RoutePairs":{__init__:[4,2,1,""]},"celavi.data_manager.StandardScenarios":{__init__:[4,2,1,""]},"celavi.data_manager.TechUnitLocations":{__init__:[4,2,1,""]},"celavi.data_manager.TransportationGraph":{__init__:[4,2,1,""]},"celavi.data_manager.TransportationNodeLocations":{__init__:[4,2,1,""]},"celavi.des":{Context:[2,1,1,""]},"celavi.des.Context":{__init__:[2,2,1,""],average_total_component_mass_for_year:[2,2,1,""],cumulative_mass_for_component_in_process_at_timestep:[2,2,1,""],populate:[2,2,1,""],pylca_interface_process:[2,2,1,""],run:[2,2,1,""],timesteps_to_years:[2,2,1,""],update_cost_graph_process:[2,2,1,""],years_to_timesteps:[2,2,1,""]},"celavi.diagnostic_viz":{DiagnosticViz:[3,1,1,""]},"celavi.diagnostic_viz.DiagnosticViz":{__init__:[3,2,1,""],gather_and_melt_cumulative_histories:[3,2,1,""],generate_plots:[3,2,1,""]},"celavi.inventory":{FacilityInventory:[2,1,1,""]},"celavi.inventory.FacilityInventory":{__init__:[2,2,1,""],cumulative_history:[2,2,1,""],cumulative_input_history:[2,2,1,""],increment_quantity:[2,2,1,""],input_transaction_history:[2,2,1,""],transaction_history:[2,2,1,""]},"celavi.reeds_importer":{ReedsImporter:[5,1,1,""]},"celavi.reeds_importer.ReedsImporter":{__init__:[5,2,1,""],national_level_reeds_importer:[5,2,1,""],state_level_reeds_importer:[5,2,1,""]},"celavi.routing":{Router:[4,1,1,""]},"celavi.routing.Router":{__init__:[4,2,1,""],get_all_routes:[4,2,1,""],get_route:[4,2,1,""]},"celavi.scenario":{Scenario:[6,1,1,""]},"celavi.scenario.Scenario":{__init__:[6,2,1,""],calculate_circularity_metrics:[6,2,1,""],clear_results:[6,2,1,""],execute:[6,2,1,""],get_filepaths:[6,2,1,""],impact_and_units:[6,2,1,""],postprocess:[6,2,1,""],preprocess:[6,2,1,""],setup:[6,2,1,""],simtime:[6,2,1,""]},"celavi.transportation_tracker":{TransportationTracker:[2,1,1,""]},"celavi.transportation_tracker.TransportationTracker":{__init__:[2,2,1,""],increment_inbound_tonne_km:[2,2,1,""]},"des_interface.PylcaCelavi":{__init__:[5,2,1,""],lca_performance_improvement:[5,2,1,""],pylca_run_main:[5,2,1,""]},celavi:{component:[2,0,0,"-"],compute_locations:[4,0,0,"-"],costgraph:[1,0,0,"-"],costmethods:[1,0,0,"-"],data_filtering:[4,0,0,"-"],data_manager:[4,0,0,"-"],des:[2,0,0,"-"],diagnostic_viz:[3,0,0,"-"],inventory:[2,0,0,"-"],reeds_importer:[5,0,0,"-"],routing:[4,0,0,"-"],scenario:[6,0,0,"-"],transportation_tracker:[2,0,0,"-"]},concrete_life_cycle_inventory_editor:{concrete_life_cycle_inventory_updater:[5,3,1,""]},des_interface:{PylcaCelavi:[5,1,1,""]},insitu_emission:{electricity_corrector_before20:[5,3,1,""],model_celavi_lci_insitu:[5,3,1,""],preprocessing:[5,3,1,""],runner_insitu:[5,3,1,""],solver:[5,3,1,""]},pylca_celavi_background_postprocess:{impact_calculations:[5,3,1,""],postprocessing:[5,3,1,""]},pylca_opt_background:{model_celavi_lci_background:[5,3,1,""]},pylca_opt_foreground:{electricity_corrector_before20:[5,3,1,""],lca_runner_foreground:[5,3,1,""],preprocessing:[5,3,1,""],solver:[5,3,1,""]},uncertainty_methods:{apply_array_uncertainty:[7,3,1,""],apply_stoch_uncertainty:[7,3,1,""]}},objnames:{"0":["py","module","Python module"],"1":["py","class","Python class"],"2":["py","method","Python method"],"3":["py","function","Python function"]},objtypes:{"0":"py:module","1":"py:class","2":"py:method","3":"py:function"},terms:{"0x1b89debbc80":[],"0x1df807abd60":1,"0x1e558628c80":[],"0x238cf936e40":[],"0x24ab19d5ba0":[],"30m":1,"4a8a":4,"66af71889958":4,"9bff":4,"boolean":[0,4,5],"break":5,"case":[1,2,4,8,9],"class":[1,2,3,4,5,6],"default":[0,1,2,4,5,7],"final":[3,5],"float":[0,1,2,4,5,6,7],"function":[1,2,4,5],"import":[0,8,9],"int":[1,2,3,4,5,7],"long":[1,4],"new":[0,1,2,4],"return":[1,2,3,4,5,6,7],"static":[1,4,5,6],"throw":[8,9],"true":[0,1,2,4],"try":[8,9],"var":3,"while":0,AND:1,DES:[0,1,2,3,5,6],For:[0,2,5],IDs:1,Not:0,One:0,THEN:1,The:[0,1,2,3,4,5,6,7],There:[0,2],These:[0,2,5],Use:[1,4,7],Uses:4,Using:[0,4],Will:2,__init__:[1,2,3,4,5,6],_annual_st:4,_continuous_distn:7,_cost:1,_fee:1,_nearest_facility_id:1,about:[0,1,2],absolut:3,access:[5,7],accompani:[8,9],accord:1,accumul:[0,2],across:1,activ:5,acttiv:5,actual:1,add:5,added:[1,4],addit:[0,4,6],adjust:[0,4],aeberl:4,after:[0,3,5],again:2,aggreg:4,air:4,algorithm:4,all:[0,1,2,4,5,6],all_element_combo:1,allianc:4,allow:[0,1,2,4,5],along:[1,2,5],alreadi:[0,4],also:[0,1,2,4,5],altern:0,aluminum:2,alwai:[0,2],amount:[2,5],amt:2,analysi:[0,1,4,8,9],ani:[0,1,4,5],annual:4,anoth:[5,7],anyth:2,append:5,appli:[0,1],apply_array_uncertainti:7,apply_stoch_uncertainti:7,approach:5,argument:[1,2,4],arrai:[0,1,5],arrang:5,assembl:[0,6],assign:[0,2,7],associ:1,assumpt:0,attach:5,attempt:2,attribut:[1,2],author:[4,6],autodoc:5,automat:[0,6],avail:[2,4,5,7],averag:[1,2,4],average_total_component_mass_for_year:2,avgmass:0,avoid:[0,5],back:[2,5],backfil:[0,4],background:[8,9],badli:5,balanc:[],base:[0,1,4,5],baselin:1,basi:1,basic:2,becaus:[0,1,2],becom:1,been:[3,7],befor:[0,1,2,4,5],began:6,begin:[0,1,2,4],begin_lif:2,behavior:[8,9],being:[0,1,2,4,5],belong:2,below:[0,2],between:[0,1,4],bidirectional_dijkstra:4,blade:[0,2,5,8,9],blade_transpo:1,blank:0,block:0,bol:2,bol_process:2,bool:[1,2,4],both:[0,4],boundari:5,broadli:0,build:4,build_facility_graph:1,build_supplychain_graph:1,built:[0,1,5],bypass:[0,5],c3fec8d8:4,cach:4,calcul:[0,1,2,4,6,8,9],calculate_circularity_metr:6,calendar:[0,2,4],call:[0,1,2,4,5,6],callabl:2,cambium:4,can:[0,1,2,3,4,5],can_be_neg:2,cannot:6,capac:[0,4,5],capacity_project:[0,4],care:0,ceat:[],celavi:[0,1,2,3,4,5,6,7],cement:[0,1,5],central_summari:0,certain:[0,2,5],cg_updat:0,cg_verbos:0,chain:[0,1,2,4,5],chang:[0,2,4,5],characer:5,character:5,characterist:[1,4],check:[4,5,6],child:4,choic:2,choose_path:1,circul:1,circular:[0,1,4,5,6,8,9],circular_compon:[0,1],circular_pathwai:[0,1],circumst:1,citi:4,clean:[5,6],clear_result:[0,6],closest:1,closur:4,coal:0,coars:[0,1,2],coarse_grind:1,coarse_grinding_onsit:1,code:[1,2,4,5,8,9],column:[0,1,2,3,4,5],com:[1,4,9],combin:[0,4,5],come:0,comment:[1,2],compar:[0,1],compat:5,complet:[0,1,4,5],compon:[0,1,3,5,6,8,9],component_count:[0,3],component_counts_plot:0,component_fixed_lifetim:0,component_initial_mass:1,component_kind:2,component_list:0,component_materi:[0,2],component_material_mass:0,component_material_masses_filenam:2,component_materials_deposit:2,component_weibull_param:0,composit:[0,2],comput:[0,6,8,9],compute_loc:[0,4],computeloc:4,concret:[0,8,9],concrete_life_cycle_inventory_editor:5,concrete_life_cycle_inventory_updat:5,config:[1,4,6,7,8,9],configur:[2,8,9],conform:5,connect:[1,4],connect_to:1,consider:0,consist:2,constitu:[0,2],construct:[2,5],consum:[0,2],contain:[1,2,4,5,7],content:[0,2],context:[3,6,8,9],contigu:4,continu:5,control:[0,2,5],convers:2,convert:[1,2,5],copi:[0,8,9],coprocess:[0,1,5],copyright:4,core:[1,2,3],correspond:[1,2,5],cost:[2,6,8,9],cost_graph:2,cost_graph_update_interval_timestep:2,cost_uncertainti:[],costgraph:[0,1,2,6],costgraph_csv:0,costgraph_pickl:0,costmethod:1,count:[2,3],count_cumulative_histori:0,counti:[0,4],countri:4,countyfp:4,cradl:5,creat:[0,1,3,4,5,6],create_pathway_queu:2,crit:1,criteria:1,criterion:1,criteron:1,critic:[8,9],csv:[0,1,4,5,6],cumul:[0,1,2,3,6],cumulative_histori:2,cumulative_input_histori:2,cumulative_mass_for_component_in_process_at_timestep:2,current:[0,1,2,4,5,6,7],custom:[0,4],cut:1,cycl:[8,9],cyle:5,d_f:5,data:[0,1,7,8,9],data_filt:4,data_manag:4,databas:[0,4,5],datafil:0,datafram:[1,2,3,4,5,6,8,9],dataset:[0,1,2,4,5,8,9],datatyp:4,deal:[0,4],debug:[0,5],decid:1,decim:6,decis:2,decreas:2,decrement:2,default_rng:[1,7],defin:[0,1,2,4,5,7],definit:1,delet:[0,4,5],demand:5,depend:[0,1,2,4],deposit:2,dequ:2,deriv:5,des:2,des_interfac:[2,5],destin:[2,4],destination_facility_typ:4,detail:[1,5],determin:[1,2],determinist:0,develop:[0,4],df_emiss:5,df_lcia:5,df_static:5,df_with_all_other_flow:5,diagnost:[0,6,8,9],diagnostic_viz:3,diagnosticviz:3,dict:[1,2,3,4,5,7],dictionari:[0,1,2,3,5],differ:[0,1,4],digraph:1,dijkstra:4,dimension:[],direct:[1,5],directli:[0,4],directori:[0,1,4,6],disaggreg:0,discret:[8,9],discuss:0,displac:5,dispos:1,dist:[1,2],distanc:[0,1,2,4],distance_filt:[0,4],distinguish:2,distn:7,distribut:[0,2,7],divid:1,djikstra:4,doc:[0,9],document:4,doe:[0,1,2,4,5,6,8,9],doesn:5,doing:[0,1,2],done:[0,2,5],down:[0,4,5],download:[4,8,9],downstream:[0,1],draw:[0,7],drawn:[0,7],due:5,dummi:5,durat:0,dure:[0,1,2,7],dynam:5,dynamic_lci_filenam:5,each:[0,1,2,4],eas:5,econom:1,economi:[8,9],edg:[0,1,4],edge_id:4,edit:[4,5,7],editor:[8,9],eerscmap:4,eia_id:4,either:[0,2,4,6],electr:[0,4,5],electricity_corrector_before20:5,electricity_grid_spatial_level:5,electricity_mix_level:0,element:[0,1,7],emiss:[0,4,8,9],emissions_filenam:5,emissions_inventori:0,emissions_lci:0,emissions_lci_filenam:5,emisson:5,emissons_filenam:5,empti:[2,4,5],enabl:[],end:[0,1,2,4],end_year:[0,2],energi:[2,4],enter:[0,2],entir:2,env:2,environ:2,environment:[1,5],eol:[0,2],eol_process:2,epa:4,epoxi:[0,1],equal:0,equat:[0,5],equival:1,error:[0,4],est:[8,9],etc:4,evalu:[1,5],even:0,event:[8,9],everi:[0,2,5],exactli:1,examin:0,exampl:[2,8,9],except:[2,6],execut:[0,2,3,6,8,9],exist:[0,1,4,5,6,7],exit:2,expans:[4,5],expect:0,explan:0,explicitli:0,explor:0,extens:0,extract:[0,2],f_d:5,fac_edg:0,fac_edges_fil:1,fac_id:5,facil:[0,1,3,4,5,8,9],facility_1:[0,1],facility_2:[0,1],facility_df:1,facility_id:[1,2,4,5],facility_inventori:3,facility_loc:4,facility_typ:[0,1,2,4],facilityid:1,facilityinventori:[2,3],facilitytype_facilityid:1,factor:[0,5],fals:[0,1,2,4],faster:5,fclass:4,fee:[0,1],feedstock:4,fiber:[0,5],file:[1,2,4,5,6,7,8,9],filenam:[0,1,3,5],filepath:[4,6],fill:0,filter:[0,8,9],filter_loc:4,filter_rout:4,filtered_locations_filenam:4,final_demand_scal:5,final_lcia_results_to_d:0,final_r:5,find:[1,2,4],find_downstream:1,find_nearest:1,find_upstream_neighbor:1,fine:[0,1,2],fine_grind:1,fine_grinding_revenu:[],fip:4,first:[0,2,4,5],fisher:4,five:5,fix:[0,2],flag:[4,5,8,9],flexibl:0,floor:2,flow:[2,4,5,6],follow:[0,1,2],foregound:5,foreground:[8,9],foreground_process_inventori:0,form:[2,5],format:[1,4,5],found:0,foundat:0,four:4,fpath:4,fpeam:4,fraction:[0,1,2],frame:[1,2,3,4,5],framework:[8,9],frequenc:2,fresh:[],fri:4,from:[0,1,2,3,4,5,6,7,8,9],from_facility_id:2,full:1,further:[0,2],futur:[0,4],gate:5,gather:3,gather_and_melt_cumulative_histori:3,gener:[0,1,3,4],generate_plot:3,generate_step_cost:0,get_all_rout:4,get_dist:1,get_edg:1,get_filepath:6,get_nod:1,get_node_nam:1,get_rout:4,gfrp:5,github:[4,8,9],give:0,given:[1,2],glass:[0,5],goe:2,gov:4,gradual:1,graph:[0,2,4,6,8,9],great:0,grid:[0,4,5],gride:2,grind:[0,1,2],ground:[1,5],has:[0,2,3,4,5,7],have:[0,1,2,4,5],header:4,held:2,help:4,here:[0,1,4],histor:[1,4],histori:[1,2,3,6],hold:[2,3],hous:5,how:[0,1],howev:0,html:[0,4,9],http:[0,1,4,9],human:0,identifi:[0,1,2,3,4,5],ignor:0,impact:[0,1,5,6],impact_and_unit:6,impact_calcul:5,implement:[0,4],improv:4,in_state_onli:4,in_use_facility_id:2,inbound:2,includ:[0,1,4,5],incom:5,incorrect:0,incorrectli:[8,9],increas:2,increment:2,increment_inbound_tonne_km:2,increment_quant:2,index:[4,7,8,9],indic:[1,2],individu:5,industri:[0,1],inflow:[0,6],info:1,inform:[0,1,2,4,5,7],ingest:4,initi:[0,1,2,4,6],initialize_costgraph:0,input:[0,2,4,5,6,7],input_transaction_histori:2,inputs_opt:0,inputs_to_preprocess:0,insitu:[8,9],insitu_emiss:5,instal:4,instanc:[0,6,7,8,9],instantan:2,instanti:[1,2,6],instead:[0,5],integ:[0,1,2,5],intend:0,inter:1,intercept:0,interconnect:[0,1],interfac:[8,9],intermedi:4,intermediate_demand:0,intermediate_demand_filenam:5,intern:0,intra:1,inventori:[3,8,9],involv:[0,4],ioerror:6,isn:2,item_nam:2,its:[2,4],jan:4,januari:6,joblib:4,join:5,join_facil:4,just:5,keep:[0,5],keep_col:3,kei:[0,1,2,3,7],keyword:2,kilomet:1,kind:2,kwarg:4,lambda:2,landfil:[0,1,2,4],landfill_loc:[0,4],landfill_locations_no_nul:4,landfilllmopdata:0,landfillloc:4,larg:[0,1],lat:[1,4],later:[1,5],latest:[2,8,9],latitud:4,lca:[2,5],lca_db:0,lca_performance_improv:5,lca_runner_foreground:5,lci:5,lci_activity_loc:0,lcia:[0,2,5,6],lcia_des_filenam:5,lcia_facility_result:0,lcia_locations_join:0,lcia_shortcut_db:0,lcia_to_d:0,lcia_transpo_result:0,lcia_transport:0,lcia_upd:0,lcia_verbos:0,lead:0,learn:[0,1,2],leav:0,left:[0,2],length:[0,1,4],lengthen:0,lengthi:0,level:[2,4,5],life:[0,1,2,8,9],lifecycl:[2,8,9],lifespan:2,lifespan_fn:2,lifespan_timestep:2,lifetim:[0,2],like:[2,3],limit:0,line:[1,4],line_item:6,linear:[0,1],linearli:0,link:[2,5],list1:1,list2:1,list3:1,list4:1,list:[0,1,2,3,4,5,7],list_of_tupl:1,llc:4,lmop:[0,4],load:[2,4],loc:[0,1,2],loc_filenam:4,local:0,locat:[0,1,2,5,6,8,9],location_filt:0,locations_comput:0,locations_fil:[1,4],locations_filenam:2,locations_output_fil:4,logic:1,longer:0,longitud:4,look:2,lookup_facility_typ:[0,4],lookup_step:0,lookup_step_cost:0,lookup_step_cost_method:0,lookup_transpo_cost_method:0,loop:2,loss:[0,1],machin:0,made:[0,2],mai:[0,1,2,4],main:[0,5],major:5,manag:[0,8,9],mani:[0,2],manipul:5,manual:[0,4,5],manuf_facility_id:2,manufactur:[0,1,2],map:2,mass:[0,1,2,5,6],mass_cumulative_histori:0,mass_kg:2,mass_tonn:2,materi:[0,1,2,3,4,5],material_mass:0,material_mass_plot:0,matrix:5,max:0,max_timestep:2,maximum:2,mean:[8,9],mechan:1,memori:4,memory_map:4,merg:[4,5],methan:[0,4],method:[0,2,3,4,5,6,8,9],metric:[1,6],midpoint:[],min_lifespan:0,min_year:2,minimum:[0,4],minu:1,miscellan:4,mix:[0,4,5,6],model:[1,2,3,4,5,6,7,8,9],model_celavi_lci_background:5,model_celavi_lci_insitu:5,model_run:[0,2],modif:1,modifi:[2,5],modul:[0,4,5,8,9],monthli:2,more:[0,2,4],most:[0,2],move:[0,2,6],move_component_from:2,move_component_to:2,much:[0,1],multi:0,multipl:[0,1,6],murrai:1,must:[0,1,2,4,5,7],nacel:[0,2],name:[0,1,2,3,4,5,6,7],nan:4,nation:[0,1,5],national_dynamic_grid_mix:0,national_electricity_lci:0,national_level_grid_mix:0,national_level_reeds_import:5,national_reeds_grid_mix:0,nearest:[1,2],necessari:[5,6],necessarili:2,need:[0,4,5,7],neg:[0,2],neighbor:1,net:1,netw:[0,1],network:[1,4],networkx:1,newli:[],next:[0,1],next_step:1,noah:4,node:[1,4],node_id:[1,4],node_loc:[0,4],node_map:4,node_nam:1,non:5,none:[1,2,4,5],normal:[0,8,9],note:[0,2,4,5,8,9],nrel:[4,9],number:[0,1,2,3,4,5,6,7],number_of_technology_unit:[0,4],numer:7,numpi:5,obj:0,object:[0,1,2,5,6,7],obtain:[4,5],occur:[0,5],old:[5,6],onc:[0,2,7],one:[0,1,2,3,4,6,7],onli:[0,2,4,5],ons_mw:4,onsit:[0,1],onto:1,open:6,oper:[4,5],optim:[8,9],option:[0,1,2,5],org:[0,9],origin:[1,4],other:[0,1,2,4,7],other_facil:4,other_facility_loc:[0,4],other_facility_locations_all_u:0,otherfacilityloc:4,otherwis:[0,4],our:5,out:[0,2],outflow:[0,6],output:[0,1,4,5],output_plot_filenam:3,outreach:[0,4],outsid:[0,1,4],over:[1,2,4],overwrit:[0,4],overwritten:0,p_cap:4,p_name:4,p_tnum:4,p_year:4,page:[8,9],pair:[0,4,7],panda:[1,2,3,4,5,6,8,9],paramet:[0,1,2,3,4,5,6,7],parent:4,parser:6,part:2,particular:[0,1,2,5],pass:[0,1,2,5,7],past:4,path:[1,2,3,4,5,6],path_dict:[2,8,9],path_split:[0,1],pathwai:[1,2],pathway_crit_history_filenam:1,pathway_criterion_histori:0,pcg64:1,per:[0,1,2,3],perform:[0,1,4,5],period:[0,2],permanent_lifespan_facil:[0,1],phase:0,physic:2,pickl:[0,5],pickle_costgraph:0,place:[2,5],plant:[0,1,2,4],pleas:[5,8,9],plot:3,plu:1,png:0,point:[2,4,6],pollut:5,popul:[0,2],posit:2,possibl:[0,1,2,3],possible_compon:2,possible_item:2,possible_materi:2,post:[5,6],postprocess:[1,6,8,9],power:[0,1,2,4],power_plant_loc:[0,4],pre:[0,5],precomput:0,predict:2,prefer:1,prepar:5,preprocess:[0,5,6,8,9],present:5,previou:[0,5],previous:[4,5],print:[0,2,5],probabl:[0,2],problem:5,procedur:2,process:[0,1,2,4,5,6],process_df:5,process_emissions_corr:0,process_nam:2,process_names_add:0,produc:[0,4],product:[0,4,5],product_df:5,program:[0,4],programmat:0,progress:5,project:[0,4],pron:[8,9],proper:5,properli:5,properti:2,provid:[0,1,2,4,5,6,7],proxi:1,purpos:5,pydata:9,pylca:5,pylca_celavi:2,pylca_celavi_background_postprocess:5,pylca_interface_process:2,pylca_opt_background:5,pylca_opt_foreground:5,pylca_run_main:5,pylcacelavi:[2,5],pylcia:[2,5,6],python:[0,2,8,9],qualiti:[],quality_check:[],quantifi:[0,6],quantiti:[1,2,5,7],quantity_unit:2,queri:[1,2],question:1,queue:2,rais:[2,6],random:[0,1,7],random_st:1,rang:[0,7],rapidli:[],rate:[0,1,5],rather:[0,2],raw:[0,4],reach:2,read:[0,1,4,5,6],read_tabl:4,readabl:0,readi:4,receiv:[],recent:0,recircul:0,recommend:0,record:[2,6],recycl:[1,2],reduc:[0,1],reed:[4,8,9],reeds_import:5,reeds_imported_filenam:5,reeds_output_filenam:5,reedsimport:5,refer:0,region:[0,1,4],region_id_1:[1,4],region_id_2:[0,1,4],region_id_3:[1,4],region_id_4:[1,4],region_transport:4,releas:[8,9],relev:[1,5,7],remain:[0,4],remaind:4,remov:[0,1,4,5,6],renam:5,renew:[2,4],repeat:0,repeatedli:0,replac:[4,5],report:5,repositori:[8,9],repres:[0,1,2,7],represent:[1,4],reproduc:[0,7],requir:[0,4,5],res2:5,res:5,res_df:5,reset:[5,6],resolut:2,resourc:[0,2],result:[0,2,5,6],results_tot:5,reult:[],reusabl:1,revenu:[0,1],rhane:6,road:[0,4],rotor:[0,1],rotor_teardown:1,round:2,rout:[0,1,2,4,5,6],route_id:[1,2,5],route_pair:0,route_pair_fil:4,routepair:4,router:[0,8,9],routes_comput:0,routes_custom:0,routes_fil:1,routes_filenam:4,routes_output_fil:4,routing_output_fold:4,row:[1,2,4],run:[0,1,2,3,5,6,7,8,9],run_rout:0,runner:[],runner_insitu:5,sale:1,same:[0,1,2,4],sampl:2,sand:0,save:[0,1,4,6],save_cg_csv:0,save_copi:1,save_costgraph_output:1,save_nam:1,sc_begin:[0,1],sc_end:[0,1],sc_in_circ:[0,1],sc_out_circ:[0,1],scalar:0,scale:[0,1,5],scenario:[1,2,3,4,7,8,9],scipi:[0,7],scope:[],search:[8,9],second:4,secondari:0,section:[0,1],see:[0,2,4],seed:[0,1,7],segment:[0,1],segment_transpo:1,select:2,self:[2,5],sell:1,sent:[0,5],separ:[0,1,6],sequenc:2,seri:[5,8,9],set:[0,1,2,4,5,6,8,9],setup:6,sever:0,shortcut:5,shortcutlca_filenam:5,shorten:0,shortest:1,should:[0,1,2],shred:[0,1],shred_transpo:1,sign:2,signific:5,similar:2,simpi:2,simtim:6,simul:[0,1,4,6,8,9],simultan:0,sinc:[2,6],singl:[0,1,4,6,7],site:1,slice:[8,9],slope:0,small:1,solv:5,solver:5,solver_optim:[],some:0,sourc:[1,4],source_facility_typ:4,space:0,span:2,sparingli:2,spatial:5,specif:[0,1,4,5],specifi:[0,1,2,4,6],speed:0,spend:2,split:0,sqlite:4,stabl:0,stackoverflow:1,stage:[2,5],standard:[1,4],standard_scenarios_filenam:4,standardscenario:4,start:[1,2,3,4],start_year:[0,1,3,4],starttim:6,stat:[0,7],stata:[],state:[0,2,4,5,7],state_dynamic_grid_mix:0,state_electricity_lci:0,state_level_grid_mix:0,state_level_reeds_import:5,state_reeds_grid_mix:0,statefp:4,statement:[2,5],states_includ:0,static_filenam:5,static_lci:0,static_lci_filenam:5,statu:4,steel:0,step:[0,1,2,4,6],step_cost:[0,2],step_cost_method:[0,1],step_costs_custom:0,step_costs_default:0,step_costs_fil:1,step_costs_filenam:2,stochast:0,stock:5,stock_filenam:[0,5],stop:1,storag:[0,5],store:[0,1,2,5,7],str:[1,2,3,4,5,6],stream:[0,5],string:[0,1,2,4,6],strongli:0,structur:[0,2,7,8,9],stscen20a_midcase_annual_st:0,studi:[1,2,4,5,8,9],sub:[0,6],subcompon:5,subgraph_step:1,subsequ:2,subset:4,substanc:6,substitut:[0,5],substitution_r:[0,5],suffici:0,sum:[1,2],superstructur:1,supplement:5,suppli:[0,1,2,4,5],suppoet:[],suppress:5,sustain:4,system:5,t_cap:4,t_counti:4,t_fip:4,t_model:4,t_state:4,tabl:2,take:[0,1,2,5],taken:0,target:1,teardown:[0,1],tech:5,tech_matrix:5,tech_matrix_corr:0,tech_units_filenam:4,techno:1,technolog:[0,1,2,3,4,5,6],technology_compon:0,technology_data:0,technology_data_filenam:4,techunitloc:4,templat:[8,9],termin:[1,4],text:4,than:[0,1,4],thei:[0,3],them:0,thermoplast:1,thermoset:1,thi:[0,1,2,3,4,5,7,8,9],third:1,those:5,three:[0,1],through:[1,2,4,5],throughout:1,thrown:0,thu:[0,2],thw:6,time:[0,1,2,4,5,6],timeout:2,timestamp:[0,6],timestep:[0,2,3],timesteps_per_year:[0,2,3],timesteps_to_year:2,tip:[0,1],togeth:[3,6],toggl:[2,5],ton:1,tonn:[1,2,3],tonne_km:2,top:0,total:[1,2,5],tower:0,traci21:0,traci:5,traci_lci:0,traci_lci_filenam:5,track:[2,5],tracker:[8,9],transact:2,transaction_histori:2,transit:2,translat:[2,7],transpo:[0,1],transpo_cost_method:0,transpo_edg:0,transpo_edges_fil:1,transport:[0,1,4,5,8,9],transportation_graph:[0,4],transportation_track:2,transportationgraph:4,transportationnodeloc:4,transportationtrack:2,travel:4,triang_gen:7,triangular:[0,7],truck:1,tupl:[1,6],turbin:[0,1,4],turbineloc:4,two:[0,1,5],type:[0,1,2,3,4,5,6,7],typic:[0,2],u_edg:1,u_of_edg:4,uncertain:1,uncertainti:[1,3,6,8,9],uncertainty_method:7,under:[0,1,7],underli:[0,4],unequ:0,unfilt:4,union:1,uniqu:[1,2,4,5],unit:[0,1,2,3,4,5,6],unless:0,unmodifi:4,unrealist:0,unspecifi:2,until:2,updat:[0,1,2,5],update_cost:1,update_cost_graph_process:2,upstream:1,usag:5,usd:[0,1],use:[0,1,2,4,5,7],use_computed_rout:0,use_fixed_lifetim:0,use_lcia_shortcut:0,use_shortcut_lca_calcul:5,used:[0,1,2,4,5,7],useful:[0,2],user:[0,1,4,6],uses:[0,1,2,4],usg:4,using:[0,1,4,5],uslci:5,uslci_emiss:0,uslci_emission_filenam:5,uslci_filenam:5,uslci_process_add:0,uslci_process_filenam:5,uslci_tech:0,uslci_tech_filenam:5,usnrellci_processesv2017_loc_debug:[],uswtdb:4,uswtdb_v4_1_20210721:0,uuid:[2,5],v_edg:1,v_of_edg:4,valid:[4,6],valu:[0,1,2,3,4,5,7,8,9],value_nam:3,var_nam:3,vari:[0,1,2],variabl:[1,5,8,9],variat:4,variou:[],vector:5,verbos:[1,2,5],version:[0,1],vertic:4,vie:[8,9],viewabl:4,virgin:2,visit:[8,9],visual:[0,5,6,8,9],vkmt:[0,1,4],vkmt_max:[0,4],wai:[2,3],want:[0,2],warn:[0,8,9],weibul:[0,2],weight:4,well:[0,1,7],what:2,whatev:[0,1],when:[0,1,2,4,7,8,9],where:[0,1,2,3,4,5],whether:[0,1],which:[0,1,2,5],wih:5,wind:[0,4,8,9],wind_plant_loc:4,wind_power_pl:4,withdraw:2,withdrawn:2,within:[0,1,2,3,4,5,6],without:[0,5],word:6,work:[1,2,4],would:0,written:[0,1],www:4,xlong:4,yaml:0,year:[0,1,2,3,4,5],years_to_timestep:2,yes:5,yet:0,ylat:4,you:[0,2],your:[0,2],zero:[1,2,5],zero_method:1},titles:["Configuration Files","Cost Graph","Discrete Event Simulation","Postprocessing and Diagnostic Visualizations","Data Preprocessing","Python Life Cycle Inventory Analysis","Scenario","Uncertainty Methods","Welcome to CELAVI\u2019s documentation!","Welcome to CELAVI\u2019s documentation!"],titleterms:{"case":0,"import":5,analysi:5,background:5,blade:1,calcul:5,celavi:[8,9],compon:2,comput:4,concret:5,config:0,configur:0,context:2,cost:[0,1],critic:2,cycl:5,data:[4,5],diagnost:3,discret:[2,5],document:[8,9],editor:5,emiss:5,event:[2,5],exampl:0,facil:2,file:0,filter:4,flag:0,foreground:5,graph:1,indic:[8,9],insitu:5,instanc:2,interfac:5,inventori:[2,5],life:5,locat:4,manag:4,method:[1,7],model:0,optim:5,path_dict:1,postprocess:[3,5],preprocess:4,python:5,reed:5,router:4,scenario:[0,6],simul:[2,5],structur:1,studi:0,tabl:[8,9],templat:0,tracker:2,transport:2,uncertainti:[0,7],variabl:2,visual:3,welcom:[8,9],wind:1}}) \ No newline at end of file