Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/remindmodel/remind into …
Browse files Browse the repository at this point in the history
…develop
  • Loading branch information
dklein-pik committed Dec 11, 2023
2 parents b7f5cc9 + 9f6a2cb commit 79ecd5a
Show file tree
Hide file tree
Showing 21 changed files with 144 additions and 11,354 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/size-check
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ maxfilesize <- function(max) {
message("All files are smaller than ", max, "kB\n")
}

maxfilesize(600)
maxfilesize(250)
4 changes: 2 additions & 2 deletions CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -246,8 +246,8 @@ authors:
affiliation: "Potsdam Institute for Climate Impact Research"

title: REMIND - REgional Model of INvestments and Development
version: "3.2.1.dev493"
date-released: 2023-12-07
version: "3.2.1.dev504"
date-released: 2023-12-08
repository-code: https://github.com/remindmodel/remind
keywords:
- energy
Expand Down
2 changes: 1 addition & 1 deletion config/default.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ cfg$validationmodel_name <- "VALIDATIONREMIND"

#### model version of the overall model (used for run statistics only).
# automatically generated for development versions, updated by hand for releases
cfg$model_version <- "3.2.1.dev493"
cfg$model_version <- "3.2.1.dev504"

#### settings ####
cfg$gms <- list()
Expand Down
114 changes: 57 additions & 57 deletions config/scenario_config.csv

Large diffs are not rendered by default.

132 changes: 66 additions & 66 deletions config/scenario_config_NGFS_v4.csv

Large diffs are not rendered by default.

3 changes: 1 addition & 2 deletions core/sets.gms
Original file line number Diff line number Diff line change
Expand Up @@ -916,7 +916,6 @@ $endif.altFeEmiFac
***######################## R SECTION START (MODULES) ###############################
*** THIS CODE IS CREATED AUTOMATICALLY, DO NOT MODIFY THESE LINES DIRECTLY
*** ANY DIRECT MODIFICATION WILL BE LOST AFTER NEXT MODEL START
*** CHANGES CAN BE DONE USING THE RESPECTIVE LINES IN scripts/start/prepare.R

sets

Expand Down Expand Up @@ -956,7 +955,7 @@ sets
codePerformance
/

module2realisation(modules,*) "mapping of modules and active realisations" /
module2realisation(modules,*) "mapping of modules and active realisations" /
macro . %macro%
welfare . %welfare%
PE_FE_parameters . %PE_FE_parameters%
Expand Down
3 changes: 1 addition & 2 deletions main.gms
Original file line number Diff line number Diff line change
Expand Up @@ -419,9 +419,8 @@ $setGlobal internalizeDamages off !! def = off
*'--------------------- 70_water -------------------------------------------
*'
*' * (off): no water demand taken into account
*' * (exogenous): exogenous water demand is calculated based on data on water demand coefficients and cooling shares
*' * (heat): as exogenous only that vintage structure in combination with time dependent cooling shares as vintages and efficiency factors are also considered and demand is a function of excess heat as opposed to electricity output
$setglobal water off !! def = off
$setglobal water heat !! def = heat
*'--------------------- 80_optimization ----------------------------------
*'
*' * (nash): Nash solution. Adjust cm_nash_autoconverge to needs.
Expand Down
4 changes: 2 additions & 2 deletions modules/31_fossil/exogenous/datainput.gms
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@
*** SOF ./modules/31_fossil/exogenous/datainput.gms

p31_fix_costfu_ex(tall,regi,enty) = 0;
$include "./modules/31_fossil/exogenous/input/p31_fix_costfu_ex.put";
*** $include "./modules/31_fossil/exogenous/input/p31_fix_costfu_ex.put";
p31_fix_fuelex(tall,regi,enty,rlf) = 0;
$include "./modules/31_fossil/exogenous/input/p31_fix_fuelex.put";
*** $include "./modules/31_fossil/exogenous/input/p31_fix_fuelex.put";

*LB* preliminary dummy for $ condition in core/equations.gms
p31_grades(regi,"xi3",enty,rlf) = 0.0001;
Expand Down
836 changes: 0 additions & 836 deletions modules/31_fossil/exogenous/input/p31_fix_costfu_ex.put

This file was deleted.

10,032 changes: 0 additions & 10,032 deletions modules/31_fossil/exogenous/input/p31_fix_fuelex.put

This file was deleted.

33 changes: 0 additions & 33 deletions modules/70_water/exogenous/datainput.gms

This file was deleted.

16 changes: 0 additions & 16 deletions modules/70_water/exogenous/declarations.gms

This file was deleted.

79 changes: 0 additions & 79 deletions modules/70_water/exogenous/input/WaterConsCoef.cs4r

This file was deleted.

79 changes: 0 additions & 79 deletions modules/70_water/exogenous/input/WaterWithCoef.cs4r

This file was deleted.

16 changes: 0 additions & 16 deletions modules/70_water/exogenous/not_used.txt

This file was deleted.

Loading

0 comments on commit 79ecd5a

Please sign in to comment.