nismod / nismod2

National Infrastructure Systems Model setup, configuration and tests
MIT License
7 stars 5 forks source link

Output reservoir volumes and arc flows from water supply #46

Closed martinjrobins closed 5 years ago

martinjrobins commented 5 years ago

The water_supply model will output data on reservoir volumes and arc flows to smif as ndarrays (see #37 ). For visualisation of the results, need a python class to map from indicies to information about the reservoirs or arcs (e.g. location, name, etc)

This should parse the wathnet sysfile to get this information

martinjrobins commented 5 years ago

The output for the reservoir volumes is a csv file with headers:

Replicate,Day,Year,"Thirlmere","Haweswater","South Cumbria Group","Stocks","Rivington","S.Pennines(Stocks)","S.Pennines(Long)","Bolton","Brenig","Celyn","Tegid","Alwen","Lake Vyrnwy","Upper Thames Storage","London storages","Elan Valley","Draycote","Derwent Valley","Carsington & Ogston","Melbourne","Blithfield","Clywedog","Rutland","Grafham","Pitsford","S Lincs","Northwest Group","Grimwith","Central Group","Southwest Group","Winscar","South Group","East Group","Borrowbeck"

need to read these in, and then match the names with National_Model.wat?

fcooper8472 commented 5 years ago

This is long since complete!