AmericasWater / awash

America's Water AWASH Model
GNU General Public License v3.0
4 stars 6 forks source link

WIP: Analyses #74

Closed LaurelineJ closed 6 years ago

LaurelineJ commented 6 years ago

Three types of changes here:

  1. Fixing a few issues

    • changing the name of the external parameters from Thermoelectric and Livestock component. the fact that they had identical names led to the second copying its values to the first one when generating the water demand model
    • incorporating demand from irrigation in total irrigation demand in component Agriculture.jl
    • updating the reservoir optimization that led to errors due to missing indexes
  2. Proposing standard analysis scripts In analyzes/climatevariability scripts have been created to tackle basic questions with AWASH and saving the corresponding data.

  3. Visualization and plots

    • for each analysis scripts in point 2, the corresponding R script has been written to produce the base plots necessary to understand the results
    • a few changes to the visualization tools in julia were made too
jrising commented 6 years ago

I'm merging it!