Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
R
remind
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Jerome Hilaire
remind
Commits
38c1c189
Commit
38c1c189
authored
5 years ago
by
Anastasis Giannousakis
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of
https://github.com/giannou/remind
into develop
parents
4083b0cd
f5f93a7a
No related branches found
No related tags found
1 merge request
!8
restoring older state of some magicc files and of the c_GDPpcScen commit to allow the model to run
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
core/datainput.gms
+7
-8
7 additions, 8 deletions
core/datainput.gms
with
7 additions
and
8 deletions
core/datainput.gms
+
7
−
8
View file @
38c1c189
...
...
@@ -113,12 +113,11 @@ $offdelim
;
*** Set c_GDPpcScen according to c_GDPScen
$if %cm_GDPscen% == "gdp_SDP" c_GDPpcScen = "SDP";
$if %cm_GDPscen% == "gdp_SSP1" c_GDPpcScen = "SSP1";
$if %cm_GDPscen% == "gdp_SSP2" c_GDPpcScen = "SSP2";
$if %cm_GDPscen% == "gdp_SSP3" c_GDPpcScen = "SSP3";
$if %cm_GDPscen% == "gdp_SSP4" c_GDPpcScen = "SSP4";
$if %cm_GDPscen% == "gdp_SSP5" c_GDPpcScen = "SSP5";
$if %cm_GDPScen% == "gdpSSP1" c_GDPpcScen = "SSP1"
$if %cm_GDPScen% == "gdpSSP2" c_GDPpcScen = "SSP2"
$if %cm_GDPScen% == "gdpSSP3" c_GDPpcScen = "SSP3"
$if %cm_GDPScen% == "gdpSSP4" c_GDPpcScen = "SSP4"
$if %cm_GDPScen% == "gdpSSP5" c_GDPpcScen = "SSP5"
p_developmentState(tall,all_regi) = f_developmentState(tall,all_regi,"%c_GDPpcScen%");
...
...
@@ -781,7 +780,7 @@ loop(ttot$(ttot.val ge 2005),
*RP: for comparison of different technologies:
*** pm_conv_cap_2_MioLDV <- 650 # The world has slightly below 800million cars in 2005 (IEA TECO2), so with a global vm_cap of 1.2, this gives ~650
*** ==> 1TW power plant ~ 650 million LDV
p_adj_coeff(ttot,regi,te) = 0.2;
p_adj_coeff(ttot,regi,"coaltr") = 0.1;
p_adj_coeff(ttot,regi,"tnrs") = 1.0;
...
...
@@ -805,7 +804,7 @@ loop(ttot$(ttot.val ge 2005),
p_adj_coeff(ttot,regi,te) = 25 * p_adj_coeff(ttot,regi,te); !! Rescaling all adjustment cost coefficients
p_adj_coeff_Orig(ttot,regi,te) = p_adj_coeff(ttot,regi,te);
p_adj_coeff_Orig(ttot,regi,te) = p_adj_coeff(ttot,regi,te);
p_adj_seed_te_Orig(ttot,regi,te) = p_adj_seed_te(ttot,regi,te);
p_adj_coeff_glob(te) = 0.0;
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment