├── OWZ_Documentation_v1,1.docx ├── README.md ├── data_info_file ├── input_thresh_NH ├── input_thresh_SH ├── owdata_1979010100_NH.nc ├── owdata_1979010100_SH.nc ├── owdata_1979010112_NH.nc ├── owdata_1979010112_SH.nc ├── owz_tracker.py ├── thrsh.py ├── thrsh.pyc ├── topog ├── topogNH.nc └── topogSH.nc ├── tracker.py └── tracker.pyc /OWZ_Documentation_v1,1.docx: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/OWZ_Documentation_v1,1.docx -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- 1 | # owz_python -------------------------------------------------------------------------------- /data_info_file: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/data_info_file -------------------------------------------------------------------------------- /input_thresh_NH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/input_thresh_NH -------------------------------------------------------------------------------- /input_thresh_SH: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/input_thresh_SH -------------------------------------------------------------------------------- /owdata_1979010100_NH.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/owdata_1979010100_NH.nc -------------------------------------------------------------------------------- /owdata_1979010100_SH.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/owdata_1979010100_SH.nc -------------------------------------------------------------------------------- /owdata_1979010112_NH.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/owdata_1979010112_NH.nc -------------------------------------------------------------------------------- /owdata_1979010112_SH.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/owdata_1979010112_SH.nc -------------------------------------------------------------------------------- /owz_tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/owz_tracker.py -------------------------------------------------------------------------------- /thrsh.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/thrsh.py -------------------------------------------------------------------------------- /thrsh.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/thrsh.pyc -------------------------------------------------------------------------------- /topog/topogNH.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/topog/topogNH.nc -------------------------------------------------------------------------------- /topog/topogSH.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/topog/topogSH.nc -------------------------------------------------------------------------------- /tracker.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/tracker.py -------------------------------------------------------------------------------- /tracker.pyc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/savinchand/owz_python/HEAD/tracker.pyc --------------------------------------------------------------------------------