Skip to content

Commit

Permalink
Merge pull request #149 from nismod/p3_scenarios
Browse files Browse the repository at this point in the history
P3 scenarios
  • Loading branch information
eggimasv committed Dec 12, 2018
2 parents e092f66 + 92477d4 commit ad242e2
Show file tree
Hide file tree
Showing 60 changed files with 553 additions and 46,345 deletions.
4 changes: 2 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -45,15 +45,15 @@ cover/*
MANIFEST

# Model configuration
*.ini
#*.ini

# Files and folders to ignore
model_output/*.csv
model_output/*.pdf
data/data_scripts/*.csv
data/data_scripts/*.txt
energy_demand/data/*
wrapperconfig.ini
#wrapperconfig.ini
_raw_data
_processed_data
config_data/*
Expand Down
3 changes: 1 addition & 2 deletions energy_demand/basic/lookup_tables.py
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,7 @@ def basic_lookups():

lookups['diffusion_type'] = {
0: 'linear',
1: 'sigmoid'
}
1: 'sigmoid'}

lookups['fueltypes'] = {
'solid_fuel': 0,
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

Binary file not shown.

0 comments on commit ad242e2

Please sign in to comment.