nordhausdice Namespace Reference
Variables | |
GamsInteractive | gams = GamsInteractive() |
GamsInteractive | m = gams.exchange_container |
dict | results = {} |
columns | |
int | tstep = int(m['tstep'].toValue()) |
Base Run. | |
list | l = [ 2010 + tstep*n for n in range(len(m['t'].records))] |
inplace | |
copy | rep = copy.deepcopy(m['rep']) |
closedown | |
Variable Documentation
◆ closedown
nordhausdice.closedown |
Definition at line 427 of file nordhausdice.py.
◆ columns
nordhausdice.columns |
Definition at line 333 of file nordhausdice.py.
◆ gams
GamsInteractive nordhausdice.gams = GamsInteractive() |
Definition at line 23 of file nordhausdice.py.
◆ inplace
nordhausdice.inplace |
Definition at line 360 of file nordhausdice.py.
◆ l
Definition at line 356 of file nordhausdice.py.
◆ m
GamsInteractive nordhausdice.m = gams.exchange_container |
Definition at line 330 of file nordhausdice.py.
◆ rep
copy nordhausdice.rep = copy.deepcopy(m['rep']) |
Definition at line 422 of file nordhausdice.py.
◆ results
dict nordhausdice.results = {} |
Definition at line 331 of file nordhausdice.py.
◆ tstep
int nordhausdice.tstep = int(m['tstep'].toValue()) |
Base Run.
Definition at line 355 of file nordhausdice.py.