File(s) | Type | Description | Action |
---|---|---|---|
RPD.nc (7.73 MB) | NetCDF | RPD data in netCDF format. NetCDF header: ncdump -h RPD.nc netcdf RPD\ \(1\) { dimensions: Time = 1511 ; Lon = 29 ; Lat = 23 ; Char = 20 ; variables: double Normalized_Particle_Density(Time, Lat, Lon) ; Normalized_Particle_Density:long_name = "normalized particle density gridded" ; Normalized_Particle_Density:standard_name = "relative_particle_density" ; Normalized_Particle_Density:units = "normalized particles in gridbox" ; Normalized_Particle_Density:FillValue = "NaN" ; double Lon(Lon) ; Lon:long_name = "Longitude" ; Lon:standard_name = "longitude" ; Lon:units = "degrees_east" ; Lon:FillValue = "NaN" ; double Lat(Lat) ; Lat:long_name = "Latitude" ; Lat:standard_name = "latitude" ; Lat:units = "degrees_north" ; Lat:FillValue = "NaN" ; double Time(Time) ; Time:long_name = "Time" ; Time:standard_name = "time" ; Time:units = "days since 0000 01-01-T00:00:00; datenum serial date number" ; Time:FillValue = "NaN" ; Time:calendar = "georgian" ; Time:TimeZone = "GMT" ; char Time_readable(Char, Time) ; Time_readable:long_name = "Time" ; Time_readable:standard_name = "time" ; Time_readable:units = "date_string" ; Time_readable:FillValue = "NaN" ; Time_readable:calendar = "georgian" ; Time_readable:TimeZone = "GMT" ; } | Download |
Supplemental File(s) | Type | Description | Action |
SWARM_LCS-related_to_bcodmo_917926_917914_v1.zip (33.15 KB) | ZIP Archive (ZIP) | Code release made from https://github.com/JackieVeatch/SWARM_LCS forked to BCO-DMO https://github.com/BCODMO/SWARM_LCS/releases/tag/related_to_bcodmo_917926_917914_v1 for curatorial purposes. The repository was forked from https://github.com/JackieVeatch/SWARM_LCS on 2024-01-08. No changes to the code were made. Release corresponds to commit https://github.com/JackieVeatch/SWARM_LCS/commit/10931d9a1508316fa65e2f82fd6052882d4e0aea Repository README: code for the calculation of Lagrangian coherent structures from HFR observed surface currents in Palmer Deep Canyon RPD calculations can be computed following instructions in "READ_ME.docx" in this repo. FTLE calculations can be computed using "backward_ftle_loop_short.m" within George Haller's LCS toolbox. Place "backward_ftle_loop_short.m" in the LCS-Tool-master/demo/ocean_dataset directory within toolbox. Access toolbox here: Haller, K. O. F. H. G. LCS Tool: A Computational Platform for Lagrangian Coherent Structures. https://github.com/jeixav/LCS-Tool-Article/. Haller, K. O. F. H. G. LCS Tool: A Computational Platform for Lagrangian Coherent Structures (https://doi.org/10.48550/arXiv.1406.3527) | Download |
RPD_mat_files.zip (888.75 KB) | ZIP Archive (ZIP) | Data in alternate format (matlab .mat). These files contain the same dataset as the primary file for this dataset RPD.nc (netCDF). Note that the .nc file contains datetime in string format while the .mat files contain only matlab datenum type. Variable Name Size Bytes Class Attributes RPD_coords 667x2 10672 double RPD_time 1x1511 12088 double part_dens_gridded 29x23x1511 8062696 double Files in .zip package: RPD_gridded_season.mat part_dens_gridded = lon x lat x time relative particle density, normalized to hourly result RPD_coordinates.mat RPD_coords = coordinates of gridded RPD decimal degrees longitude, latitude RPD_time.mat RPD_time = timestamp of RPD results. serial date number. a serial date number represents the whole and fractional number of days from January 0,0000 in the proleptic ISO calendar. | Download |