GridMod / RTS-GMLC

Reliability Test System - Grid Modernization Lab Consortium
155 stars 82 forks source link

combine gen.csv gen_timeseries.csv and gencost.csv in SourceData #46

Closed claytonpbarrows closed 7 years ago

kdheepak commented 7 years ago

Merged gen.csv and gen_timeseries.csv in f6e15007a24224ae3c429065987c75dbd7e0893f

claytonpbarrows commented 7 years ago

make TIMESERIES_PARAMATER column a JSON string with the following format:

[
    {
        "parameters": [
            {
                "name": "PMAX",
                "path": "path/to/file.csv"
            },
            {
                "name": "PMIN",
                "path": "path/to/file.csv"
            }
        ],
        "scenario_name": "DAY_AHEAD"
    }
]
claytonpbarrows commented 7 years ago

0cfa67f3e3b5d715c138bd8df4294f6555e91ab9 closes