Load Liquid Fuels Inputs

Dolphyn.load_liquid_fuels_inputsMethod
load_liquid_fuels_inputs(inputs::Dict,setup::Dict,path::AbstractString)

Loads various data inputs from multiple input .csv files in path directory and stores variables in a Dict (dictionary) object for use in model() function

inputs: setup - dict object containing setup parameters path - string path to working directory

returns: Dict (dictionary) object containing all data inputs of the liquid fuels supply chain.

Load Liquid Fuels Demand

Dolphyn.load_liquid_fuel_demandMethod
load_liquid_fuel_demand(setup::Dict, path::AbstractString, sep::AbstractString, inputs::Dict)

Function for reading input parameters related to liquid fuel load (demand) and emissions of each zone for each type of fuel (Gasoline, Jetfuel, Diesel).

Load Synthetic Fuels Resources

Dolphyn.load_syn_fuels_resourcesMethod
load_syn_fuels_resources(setup::Dict, path::AbstractString, sep::AbstractString, inputs::Dict)

Function for reading input parameters related to synthetic fuels resources.