Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Output products #2

Open
11 of 13 tasks
RachaelDMueller opened this issue Oct 23, 2021 · 5 comments
Open
11 of 13 tasks

Output products #2

RachaelDMueller opened this issue Oct 23, 2021 · 5 comments

Comments

@RachaelDMueller
Copy link

RachaelDMueller commented Oct 23, 2021

MOHID output

Dimensions: grid_y: 896, grid_x: 396, grid_z: 40
OilConcentration_2D [ppm] (time, grid_y, grid_x)
Thickness_2D [microns] (time, grid_y, grid_x)
Dissolution_3D [Kg/m3] (time, grid_z, grid_y, grid_x)
OilConcentration_3D [Kg/m3] (time, grid_z, grid_y, grid_x)
OilWaterColumnOilVol_3D [m3/gridcell] (time, grid_z, grid_y, grid_x)
Latitude [degrees_north] (grid_y, grid_x)
Longitude [degrees_east] (grid_y, grid_x)
Beaching_Time [datetime64[ns]] (grid_y, grid_x)
Beaching_Volume [m3] (grid_y, grid_x)
Oil_Arrival_Time [datetime64[ns]] (grid_y, grid_x)

Desired monte-carlo products

Beaching:

Surface Oiling:
(in development)

  1. Surface analysis netcdf:
  1. Indexing netcdf for evaluating water column presence
  • SurfacePresence [no units] (nruns, grid_y, grid_x): [1] where maximum oil across time and runs is greater than our surface volume threshold; [0] elsewhere. Presence map saved for each individual run for use in extracting water column data.

Water column:
(in development)

  • Mean depth [m] (grid_y, grid_x)
@RachaelDMueller
Copy link
Author

RachaelDMueller commented Oct 23, 2021

Consider:

  • Variable names: Do we want to change them?
  • BeachPresence_24h, _72h, _168h: Do we want these to reflect less than one day, between 1-3 days, between 3-7 days?
  • Describing oil volume by grid cell as a volume quantity and not a concentration. I don't like using concentration for oil volume per grid cell because we are representing different oil types with different densities that change over time and concentration is typically kg/m3. I don't think we can say that volume/grid cell is a proxy for kg/m3 for our application where the represented densities can be different between the values that we are comparing.
  • Add usage of OilConcentration_3D (for surface concentration)

@SusanEAllen
Copy link
Member

SusanEAllen commented Oct 25, 2021

Oops: this original is not quite correct: Only use OilConcentration_3D not OilConcentration_2D which has a weird spatial shift in it.

It should be Only use WaterColumnOilVol_3D not OilConcentration_2D which has a weird spatial shift in it.

@RachaelDMueller
Copy link
Author

Updated. Thanks!

@RachaelDMueller
Copy link
Author

Can I do away with SurfaceVolume_SumMax? It strikes me as a meaningless value.

@SusanEAllen
Copy link
Member

yes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants