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
baeaa38a
Commit
baeaa38a
authored
5 years ago
by
David Klein
Browse files
Options
Downloads
Plain Diff
Merge branch 'develop' of
https://github.com/remindmodel/remind
into develop
parents
c8fb7fbd
26757d4b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!50
Adapt scripts for manually restarting subsequent runs to the new structure of start scripts. New input.gdx. Cosmetics
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
modules/20_growth/exogenous/realization.gms
+1
-0
1 addition, 0 deletions
modules/20_growth/exogenous/realization.gms
modules/50_damages/off/realization.gms
+1
-0
1 addition, 0 deletions
modules/50_damages/off/realization.gms
with
2 additions
and
0 deletions
modules/20_growth/exogenous/realization.gms
+
1
−
0
View file @
baeaa38a
...
@@ -16,6 +16,7 @@
...
@@ -16,6 +16,7 @@
*' growth paths in reaction of policy shocks. This correction is done by an adjustment of capital accumulation.
*' growth paths in reaction of policy shocks. This correction is done by an adjustment of capital accumulation.
*####################### R SECTION START (PHASES) ##############################
*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "declarations" $include "./modules/20_growth/exogenous/declarations.gms"
$Ifi "%phase%" == "bounds" $include "./modules/20_growth/exogenous/bounds.gms"
$Ifi "%phase%" == "bounds" $include "./modules/20_growth/exogenous/bounds.gms"
*######################## R SECTION END (PHASES) ###############################
*######################## R SECTION END (PHASES) ###############################
*** EOF ./modules/20_growth/exogenous.gms
*** EOF ./modules/20_growth/exogenous.gms
This diff is collapsed.
Click to expand it.
modules/50_damages/off/realization.gms
+
1
−
0
View file @
baeaa38a
...
@@ -9,6 +9,7 @@
...
@@ -9,6 +9,7 @@
*' @description The off-realization of the damage module sets the damage factor on output to 1, meaning no damage.
*' @description The off-realization of the damage module sets the damage factor on output to 1, meaning no damage.
*####################### R SECTION START (PHASES) ##############################
*####################### R SECTION START (PHASES) ##############################
$Ifi "%phase%" == "declarations" $include "./modules/50_damages/off/declarations.gms"
$Ifi "%phase%" == "bounds" $include "./modules/50_damages/off/bounds.gms"
$Ifi "%phase%" == "bounds" $include "./modules/50_damages/off/bounds.gms"
*######################## R SECTION END (PHASES) ###############################
*######################## R SECTION END (PHASES) ###############################
*** EOF ./modules/50_damages/off.gms
*** EOF ./modules/50_damages/off.gms
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