Skip to content

Commit

Permalink
Merge pull request #1504 from LaviniaBaumstark/develop
Browse files Browse the repository at this point in the history
delete huge input files of realization `exogenous`of module `31_fossil`
  • Loading branch information
LaviniaBaumstark authored Dec 8, 2023
2 parents 1586d85 + 2127f02 commit 0e3c126
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 10,871 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 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
Loading

0 comments on commit 0e3c126

Please sign in to comment.