-
Notifications
You must be signed in to change notification settings - Fork 142
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
edgeTransport 2.0 release #1749
Changes from 13 commits
3c95ee3
d95219c
edca100
6889569
0983402
b49d5c1
1e2bb25
82cd03f
556b0f7
7c7513f
d8a8303
cb02011
3cddd0d
ae5e7b0
f0f1399
717ec7b
7fd4f87
02000a6
9149854
afd7b26
d909f6a
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
update edge_esm | ||
add! | ||
|
||
jPlease enter the commit message for your changes. Lines starting | ||
# with '#' will be ignored, and an empty message aborts the commit. | ||
# | ||
# On branch develop | ||
# Your branch is up to date with 'origin/develop'. | ||
# | ||
# Changes to be committed: | ||
# modified: config/default.cfg | ||
# modified: core/sets.gms | ||
# new file: f35_esCapCos.csv | ||
# modified: modules/29_CES_parameters/calibrate/input/files | ||
# modified: modules/35_transport/edge_esm/datainput.gms | ||
# modified: modules/35_transport/edge_esm/input/files | ||
# modified: modules/35_transport/edge_esm/sets.gms | ||
# |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,10 +27,10 @@ cfg$regionmapping <- "config/regionmappingH12.csv" | |
### Additional (optional) region mapping, so that those validation data can be loaded that contain the corresponding additional regions. | ||
cfg$extramappings_historic <- "" | ||
#### Current input data revision (<mainrevision>.<subrevision>) #### | ||
cfg$inputRevision <- "6.79" | ||
cfg$inputRevision <- "6.83edgeTransportReloaded" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. this input data sound abit like test-data. We do not have input data with a "better" version number, right? |
||
|
||
#### Current CES parameter and GDX revision (commit hash) #### | ||
cfg$CESandGDXversion <- "997bd3ebd9de58471f80adeb5d79fda0915878d2" | ||
cfg$CESandGDXversion <- "2ca8c53c815df225647013d19fb20b4a8031afe3" | ||
|
||
#### Force the model to download new input data #### | ||
cfg$force_download <- FALSE | ||
|
@@ -144,17 +144,13 @@ cfg$files2export$start <- c("config/conopt3.opt", | |
"modules/11_aerosols/exoGAINS/input/emi_gains.cs4r", | ||
"modules/11_aerosols/exoGAINS/input/mappingGAINSmixedtoREMIND17activities.csv", | ||
"modules/11_aerosols/exoGAINS/input/mappingGAINStoREMINDsectors.csv", | ||
"modules/35_transport/edge_esm/input/mapping_CESnodes_EDGE.csv", | ||
"modules/35_transport/edge_esm/input/mapping_EDGE_REMIND_transport_categories.csv", | ||
"modules/35_transport/edge_esm/input/value_time.cs4r", | ||
"modules/35_transport/edge_esm/input/pref.cs4r", | ||
"modules/35_transport/edge_esm/input/logit_exponent.cs4r", | ||
"modules/35_transport/edge_esm/input/annual_mileage.cs4r", | ||
"modules/35_transport/edge_esm/input/harmonized_intensities.cs4r", | ||
"modules/35_transport/edge_esm/input/UCD_NEC_iso.cs4r", | ||
"modules/35_transport/edge_esm/input/price_nonmot.cs4r", | ||
"modules/35_transport/edge_esm/input/loadFactor.cs4r", | ||
"modules/35_transport/edge_esm/input/ptab4W.cs4r") | ||
"modules/35_transport/edge_esm/input/CAPEXandNonFuelOPEX.cs4r", | ||
"modules/35_transport/edge_esm/input/scenSpecPrefTrends.cs4r", | ||
"modules/35_transport/edge_esm/input/scenSpecLoadFactor.cs4r", | ||
"modules/35_transport/edge_esm/input/scenSpecEnIntensity.cs4r", | ||
"modules/35_transport/edge_esm/input/initialIncoCosts.cs4r", | ||
"modules/35_transport/edge_esm/input/annualMileage.cs4r", | ||
"modules/35_transport/edge_esm/input/timeValueCosts.cs4r") | ||
|
||
# Files that should be copied after the REMIND run is finished | ||
cfg$files2export$end <- NULL | ||
|
Large diffs are not rendered by default.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -76,7 +76,7 @@ gdp_SSP2EU_NAV_lce "NAVIGATE demand scenarios: Low consumption energy (act + tec | |
gdp_SSP2EU_NAV_all "NAVIGATE demand scenarios: All measures (ele + act + tec)" | ||
gdp_SSP2EU_CAMP_weak "CAMPAIGNers scenario with low ambition lifestyle change" | ||
gdp_SSP2EU_CAMP_strong "CAMPAIGNers scenario with high ambition lifestyle change" | ||
gdp_SSP2EU_demRedWeak | ||
gdp_SSP2EU_demRedStrong | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. please add an explanation of this scenario |
||
/ | ||
|
||
all_GDPpcScen "all possible GDP per capita scenarios (GDP and Population from the same SSP-scenario" | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. what about this file? |
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. and this file? |
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -147,7 +147,7 @@ Parameter | |
p29_trpdemand "transport demand" | ||
/ | ||
$ondelim | ||
$include "./modules/29_CES_parameters/calibrate/input/pm_trp_demand.cs4r" | ||
$include "./modules/29_CES_parameters/calibrate/input/f29_trpdemand.cs4r" | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. you also renamed the file in fullREMIND, right? |
||
$offdelim | ||
/ | ||
|
||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
f29_capitalQuantity.cs4r | ||
pm_trp_demand.cs4r | ||
pm_fe_demand_EDGETbased.cs4r | ||
f29_trpdemand.cs4r |
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,11 @@ | ||
UCD_NEC_iso.cs4r | ||
esCapCost.cs4r | ||
fe2es.cs4r | ||
fe_demand_tech.cs4r | ||
harmonized_intensities.cs4r | ||
pref.cs4r | ||
logit_exponent.cs4r | ||
price_nonmot.cs4r | ||
value_time.cs4r | ||
loadFactor.cs4r | ||
annual_mileage.cs4r | ||
ptab4W.cs4r | ||
f35_transportGDPshare.cs4r | ||
f35_esCapCost.cs4r | ||
f35_fe2es.cs4r | ||
f35_demByTech.cs4r | ||
CAPEXandNonFuelOPEX.cs4r | ||
scenSpecPrefTrends.cs4r | ||
scenSpecLoadFactor.cs4r | ||
scenSpecEnIntensity.cs4r | ||
initialIncoCosts.cs4r | ||
annualMileage.cs4r | ||
timeValueCosts.cs4r |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
where is this from?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
hmm i dont know.. maybe we can just delete it?