Skip to content

Commit

Permalink
Delete parameter from realizations where not used
Browse files Browse the repository at this point in the history
  • Loading branch information
dklein-pik committed Dec 16, 2024
1 parent 1b0e2f4 commit e83da9a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion modules/80_optimization/nash/declarations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,6 @@ s80_after "value of time step after current int
s80_numberIterations "display helper"
s80_bool "helper"
s80_converged "if nash converged, this is 1"
s80_cnptfile "parameter that indicates which optimality tolerance will be used" /1/
s80_runInDebug "Is 1 if regions stayed infeasible in nash and start in debug mode automatically following the parallel mode" /0/
;

Expand Down
4 changes: 0 additions & 4 deletions modules/80_optimization/testOneRegi/declarations.gms
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,4 @@ q80_budg_intertemp(all_regi) "interemporal trade balance
q80_costAdjNash(ttot,all_regi) "plays a dummy role for now, allowing fixing to Nash GDX files"
;

scalar
s80_cnptfile "parameter that indicates which optimality tolerance will be used" /1/
;

*** EOF ./modules/80_optimization/testOneRegi/declarations.gms

0 comments on commit e83da9a

Please sign in to comment.