import time import time as pytime import seaborn as sns import Expando_class from Expando_class import Expando # starttime = pytime.time() # STORE ISSUES # OPEN the store store = pd.HDFStore('store.h5') # LOAD the data mystore = Expando() mystore.winddata = store['winddata'] mystore.sundata = store['sundata'] mystore.demanddata = store['demanddata'] mystore.impexpdata = store['impexpdata'] gendata = store['gendata'] linecap = store['linecap'] daprices = store['daprices'] datahydro = store['datahydro'] mystore.newglacialinflow0_005 = store['newglacialinflow0_005'] mystore.newglacialinflow0_01 = store['newglacialinflow0_01'] mystore.newglacialinflow0_015 = store['newglacialinflow0_015'] mystore.newglacialinflow0_02 = store['newglacialinflow0_02'] mystore.newfylling = store['newfylling'] mystore.newriverinflow = store['newriverinflow'] mystore.newmaxvolume = store['newmaxvolume'] mystore.weekdamfill = store['weekdamfill']
import time as pytime import seaborn as sns import Expando_class from Expando_class import Expando # starttime = pytime.time() # STORE ISSUES # OPEN the store store = pd.HDFStore("store.h5") # LOAD the data mystore = Expando() mystore.winddata = store["winddata"] mystore.sundata = store["sundata"] mystore.demanddata = store["demanddata"] mystore.impexpdata = store["impexpdata"] gendata = store["gendata"] linecap = store["linecap"] daprices = store["daprices"] datahydro = store["datahydro"] mystore.newglacialinflow0_005 = store["newglacialinflow0_005"] mystore.newglacialinflow0_01 = store["newglacialinflow0_01"] mystore.newglacialinflow0_015 = store["newglacialinflow0_015"] mystore.newglacialinflow0_02 = store["newglacialinflow0_02"] mystore.newfylling = store["newfylling"] mystore.newriverinflow = store["newriverinflow"] mystore.newmaxvolume = store["newmaxvolume"] mystore.weekdamfill = store["weekdamfill"]