MIDOSS / Visualization

Code repository for the development of MIDOSS visualizations.
Apache License 2.0
0 stars 0 forks source link

TotalBeachVolume [m3] (grid_y, grid_x): Integrated sum of beached volume across all runs. #3

Closed SusanEAllen closed 2 years ago

SusanEAllen commented 2 years ago

I've been thinking about this one and I think one thing we would like to get is mean beached volume if beaching occurs. I'm thinking it would be good to include only those runs with significant (aka > 15L) beaching. So we need the integrates sum of beached volume across all runs with significant beaching and the number of runs with significant beaching.

SusanEAllen commented 2 years ago

Also see comments on SurfaceVolume_sumsum and log transforming.

RachaelDMueller commented 2 years ago

What I’m hearing is that in addition to TotalBeachVolume > min beached volume threshold (still TBD), you would like a TotalBeachVolume > significant volume threshold. Or am I already accounting for this request with existing TotalBeachVolume? For number of runs, do you want me to explicitly add a number or is the list of runs that went into the netcdf sufficient (from which the length of the list can be used to give number of runs)?

SusanEAllen commented 2 years ago

min beached volume threshold and significant volume threshold are the same. For number of runs, I want the number > threshold, not the total number of runs. That is, if there is oil on the beach, what is the average amount of oiling?