You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 16, 2022. It is now read-only.
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
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.
Listed below is our current set of outputs.
1. Single point (scalar) values to calculate and/or put in model output “stats” file
2. Mappable values to calculate and add to output netcdf
3. Values already present in output netcdf
4. Values already present in output netcdf that I don’t yet trust and wouldn’t use w/o vetting