ucd-cws / calvin

reservoir network optimization
MIT License
21 stars 13 forks source link

postprocessor translation #28

Open jdherman opened 8 years ago

jdherman commented 8 years ago

Based on meeting with @mfefer let's try to keep track of postprocessor features that we need. Here is a list of the current Excel postprocessors, with my understanding of what they do, how important they are, and how close we are to having those features written in python between postprocess.py and aggregate_regions.py. Please edit or correct anything that seems off.

Reading through the Excel postprocessors, it seems like the most valuable information is the pathnames. (Which links are SW vs. GW vs. environmental ... etc.) We should think about how to preserve this somehow.

Right now I think the priorities are the portfolios. Then we can compare data with past CALVIN runs as soon as we get it working without debug mode. Thanks!

msdogan commented 8 years ago

@jdherman I think two important postprocessors are ag and urban postprocessors.

Yes, we used those pathnames to filter from the HEC-DSS database. Similarly, we now have link names and some other identifiers. We have to update those if we make any changes to network that affect postprocessors. Not sure if there is any automated way to keep those up-to-date.

jdherman commented 7 years ago

Note for the operating costs / hydropower postprocessors: the model should save the final links.csv file (after reducing LBs in debug mode). And for limited foresight it will need to save all of the annual files.

This will let us look at what debug mode is reducing in an automated way ... and will also make it easier to run the postprocessors without rebuilding the model.

(Per meeting with Max 9/14/17)