Skip to content
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
This repository was archived by the owner on Dec 16, 2022. It is now read-only.

Finalize output requirements #7

@RachaelDMueller

Description

@RachaelDMueller

Listed below is our current set of outputs.

1. Single point (scalar) values to calculate and/or put in model output “stats” file

  • earliest beaching time
  • mode of beaching time histogram based on 1/2 day interval (time value) (actually mode of first beaching time)
  • last value of mass evaporated
  • last value of mass dispersed (change to maximum value of mass dispersed)
  • last value of mass of surface oil (original (volume * density at first time step in .sro) - total mass beached - total mass weathered (dispersed, biodegrade, evaporated), at last time step (why not just use the mass of surface oil directly?)
  • Oil-affected area (birds): Cumulative area with oil thickness greater than zero
  • Oil-affected area (spill cleanup): Cumulative area with oil thickness greater than 20 mm
  • Spill area at last time step
  • Oil spread: max distance between oil particles over course of model run
  • Oil advection: max distance from spill site that oil reaches, over course of model run
  • mode of oil spill distance (from surface oil, not beached)
  • (single value) total mass beached (density(in .sro file) * 500 * 440 * thickness2D(in .nc) * 1e-6) (why not just used the volume beached as output in the sro file?)

2. Mappable values to calculate and add to output netcdf

  • 2D (spatial representation) of mass and concentration of beached oil at last time step
  • 2D map of beaching time scales
  • 2D map of floating-oil-affected area (stakeholder: birds) as represented as a binary flag [0,1] for oil [not present, present] at each time step that is then time integrated and divided by total time steps to represent the fraction of time over model run in which a particular grid cell is affected by oil
  • 2D map of floating-oil-affected area (stakeholder: responders) as represented as a binary flag [0,1] for oil [not present and/or < 20 mm, present at >=20 mm] at each time step that is then time integrated and divided by total time steps to represent the fraction of time over model run in which a particular grid cell is affected by oil

3. Values already present in output netcdf

  • Thickness_2D (time, grid_y, grid_x)
  • OilConcentration_3D (time, grid_z, grid_y, grid_x)
  • Beaching_Time (grid_y, grid_x)

4. Values already present in output netcdf that I don’t yet trust and wouldn’t use w/o vetting

  • OilConcentration_2D (time, grid_y, grid_x) - If I recall correctly, the values in this are garbage
  • Dissolution_3D (time, grid_z, grid_y, grid_x)
  • Beaching_Volume (grid_y, grid_x) - These values are dates not volume.
  • Oil_Arrival_Time (grid_y, grid_x) - Not clear to me yet how these values differ from “Beaching_Time”. I looked into this at one point and need to review/revisit.

Metadata

Metadata

Labels

monte-carloThis tasks with this tag are for use in the monte-carlo run

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions