Skip to content

Commit

Permalink
working on cluster again
Browse files Browse the repository at this point in the history
  • Loading branch information
Sven Eggimann committed Dec 6, 2018
1 parent b78528d commit 4beda20
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions energy_demand/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -120,16 +120,19 @@ def energy_demand_model(
print("weather_yr_scenario: " + str(weather_yr_scenario))
print("weather_realisation: " + str(weather_realisation))

# Local path configurations
path_weather_data = "X:/nismod/data/energy_demand/J-MARIUS_data/_weather_realisation"
#path_weather_data = "/soge-home/staff/cenv0553/_weather_realisation"

path_strategy_vars = os.path.join(local_data_path, 'energy_demand', '00_user_defined_variables')
local_scenario = 'pop-baseline16_econ-c16_fuel-c16' #pop-f_econ-c_fuel-c #pop-b_econ-c_fuel-c
name_config_path = 'high_electrification'
name_config_path = 'low_electrification'

path_strategy_vars = os.path.join(local_data_path, 'energy_demand', '00_user_defined_variables', 'default')
#path_strategy_vars = os.path.join(local_data_path, 'energy_demand', '00_user_defined_variables', 'name_config_path')

# --- Region definition configuration
name_region_set = os.path.join(local_data_path, 'energy_demand', 'region_definitions', "lad_2016_uk_simplified.shp")

local_scenario = 'pop-a_econ-c_fuel-c'

name_population_dataset = os.path.join(local_data_path, 'scenarios', 'MISTRAL_pop_gva', 'data', '{}/population__lad.csv'.format(local_scenario))
name_gva_dataset = os.path.join(local_data_path, 'scenarios', 'MISTRAL_pop_gva', 'data', '{}/gva_per_head__lad_sector.csv'.format(local_scenario))
name_gva_dataset_per_head = os.path.join(local_data_path, 'scenarios', 'MISTRAL_pop_gva', 'data', '{}/gva_per_head__lad.csv'.format(local_scenario))
Expand Down

0 comments on commit 4beda20

Please sign in to comment.