HARPgroup / HARParchive

This repo houses HARP code development items, resources, and intermediate work products.
1 stars 0 forks source link

Weeks of 1/31/2024 & 2/7/2024 #1150

Open glenncampagna opened 7 months ago

glenncampagna commented 7 months ago

Priorities:

Water Availability:

WSP Summaries & DF Generator:

Organization:

gmahadwar commented 7 months ago

@glenncampagna @megpritch @EllaF21 @rburghol Foundation dataset with gw_frac has been uploaded to include the groundwater fraction in tables. See the "...02-05.csv"

glenncampagna commented 7 months ago

Updates from 2/2 Water Availability meeting w/ @rburghol

2 key questions:

  1. Where (in VAhydro) will we store the WA values/metrics?
  2. When will the WA values/metrics be calculated and exported

Proposed answers:

  1. WA metrics will be stored within a demand scenario for a riverseg model (ex. runid_11) and labeled with the scenario/runid which was used as the baseline scenario (ex. runid_0)
  2. We should create a standalone routine for calculating and exporting WA metrics (after model post-processing routines ex. waterSupplyModelNode.R)
    • Note: all WA values will be relative to 2 scenarios/runids : the demand scenario and the baseline scenario (which won't always be runid_0)
    • Because multiple impoundments can be within one riverseg, storage needs to be summed by riverseg before joining with modeled metrics in our WA workflow
gmahadwar commented 7 months ago

@megpritch @EllaF21 @glenncampagna @rburghol I've pushed a branch (gm0208) that removes the outdated rgeos and ggsn, and removes instances that they are referenced. While it shouldn't conflict with anything you are working on, I wanted to get an "ok" from someone before completing the pull request. Thanks!

Tested on Big Sandy as in https://github.com/HARPgroup/HARParchive/issues/1130#issuecomment-1932834017 and it still runs. I've added a replacement scalebar using ggspatial, and while the font is currently too small it displays similarly to the one you had already developed using ggsn.

glenncampagna commented 7 months ago

@gmahadwar Multiple tests with different origins on your branch have run smoothly !

@glenncampagna Thanks, pull request merged now. -gmahadwar