Ice flowlines
This function uses Matlab's stream2 function with MEaSUREs Antarctic ice surface velocities to calculate stream lines or flow paths.
Citar como
Chad Greene (2024). Ice flowlines (https://www.mathworks.com/matlabcentral/fileexchange/53152-ice-flowlines), MATLAB Central File Exchange. Recuperado .
Compatibilidad con la versión de MATLAB
Compatibilidad con las plataformas
Windows macOS LinuxCategorías
- Sciences > Geoscience > Glaciology >
Etiquetas
Agradecimientos
Inspirado por: Bedmap2 Toolbox for Matlab, MEaSUREs, Antarctic Mapping Tools, RAMP Radarsat Antarctic Mapping Project
Inspiración para: How to estimate subglacial water routes
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!Descubra Live Editor
Cree scripts con código, salida y texto formateado en un documento ejecutable.
flowline/
flowline/html/
Versión | Publicado | Notas de la versión | |
---|---|---|---|
1.4.0.0 | Updated for compatibility with the new version of the MEaSUREs toolbox, which accesses the raw .nc data rather than re-formatted .mat data. |
||
1.3.0.0 | Minor update: Now if flowlines are plotted and only one output is requested, the lone output is a handle of plotted flowlines. |
||
1.2.0.0 | Introduced plotting in map or polar stereographic coordinates, added support for ps71 coordinates as seed locations, reduced the possibility of aliasing errors by now loading full resolution MEaSUREs dataset for flow calculation.
|
||
1.1.0.0 | Now returns along-path velocity, distance, and time vectors. |
||
1.0.0.0 |