コード例 #1
0
import tesp_support.api as tesp
import prep_ercot_auction as prep

tesp.glm_dict('Bus1')
tesp.glm_dict('Bus2')
tesp.glm_dict('Bus3')
tesp.glm_dict('Bus4')
tesp.glm_dict('Bus5')
tesp.glm_dict('Bus6')
tesp.glm_dict('Bus7')
tesp.glm_dict('Bus8')

prep.prep_ercot_auction('Bus1')
prep.prep_ercot_auction('Bus2')
prep.prep_ercot_auction('Bus3')
prep.prep_ercot_auction('Bus4')
prep.prep_ercot_auction('Bus5')
prep.prep_ercot_auction('Bus6')
prep.prep_ercot_auction('Bus7')
prep.prep_ercot_auction('Bus8')
コード例 #2
0
import shutil
import tesp_support.api as tesp

tesp.glm_dict('SGIP1a', te30=True)
tesp.glm_dict('SGIP1b', te30=True)
tesp.glm_dict('SGIP1c', te30=True)
tesp.glm_dict('SGIP1d', te30=True)
tesp.glm_dict('SGIP1e', te30=True)

tesp.prep_substation('SGIP1a')
tesp.prep_substation('SGIP1b')
tesp.prep_substation('SGIP1c')
tesp.prep_substation('SGIP1d')
tesp.prep_substation('SGIP1e')

shutil.copy('SGIP1e_glm_dict.json', 'SGIP1ex_glm_dict.json')
shutil.copy('SGIP1e_agent_dict.json', 'SGIP1ex_agent_dict.json')
コード例 #3
0
import shutil
import tesp_support.api as tesp

tesp.glm_dict('SGIP1a')
tesp.glm_dict('SGIP1b')
tesp.glm_dict('SGIP1c')
tesp.glm_dict('SGIP1d')
tesp.glm_dict('SGIP1e')

tesp.prep_auction('SGIP1a')
tesp.prep_auction('SGIP1b')
tesp.prep_auction('SGIP1c')
tesp.prep_auction('SGIP1d')
tesp.prep_auction('SGIP1e')

shutil.copy('SGIP1e_glm_dict.json', 'SGIP1ex_glm_dict.json')
shutil.copy('SGIP1e_agent_dict.json', 'SGIP1ex_agent_dict.json')
コード例 #4
0
ファイル: prepare_case.py プロジェクト: zhengzhuang3/tesp
import tesp_support.api as tesp
tesp.glm_dict('TE_Challenge', te30=True)
tesp.prep_substation('TE_Challenge')
コード例 #5
0
ファイル: prepare_cases.py プロジェクト: zhengzhuang3/tesp
import tesp_support.api as tesp
tesp.glm_dict('inv30', te30=True)
tesp.prep_precool('inv30')
tesp.glm_dict('invti30', te30=True)
tesp.prep_precool('invti30')
tesp.glm_dict('inv8500')
tesp.prep_precool('inv8500')
コード例 #6
0
ファイル: prepare_case.py プロジェクト: tpr1/tesp
import tesp_support.api as tesp
tesp.glm_dict('TE_Challenge')
tesp.prep_auction('TE_Challenge')
コード例 #7
0
import tesp_support.api as tesp
tesp.glm_dict('inv30')
tesp.prep_precool('inv30')
tesp.glm_dict('inv8500')
tesp.prep_precool('inv8500')