├── .gitattributes ├── .gitignore ├── LICENSE ├── README.md ├── doc ├── TMD_main_page.m ├── TMD_model_file_format.m ├── TMD_model_file_format.md ├── cats2008_updates.md ├── example_data │ ├── ADCP_S112.nc │ ├── h127_syowa.nc │ ├── h189_astrolabe.nc │ ├── h700_skua.nc │ └── h820_nuuk.nc ├── html │ ├── TMD_main_page.html │ ├── TMD_model_file_format.html │ ├── TMD_model_file_format.png │ ├── TMD_model_file_format_01.png │ ├── TMD_model_file_format_02.png │ ├── arctic_tides.gif │ ├── helpsearch-v3 │ │ ├── _0.cfe │ │ ├── _0.cfs │ │ ├── _0.si │ │ ├── segments.gen │ │ └── segments_1 │ ├── helptoc.xml │ ├── tide_model_intercomparison.html │ ├── tide_model_intercomparison.png │ ├── tide_model_intercomparison_01.png │ ├── tide_model_intercomparison_02.png │ ├── tide_model_intercomparison_03.png │ ├── tide_model_intercomparison_04.png │ ├── tmd_conlist_documentation.html │ ├── tmd_data_documentation.html │ ├── tmd_data_documentation.png │ ├── tmd_data_documentation_01.png │ ├── tmd_data_documentation_02.png │ ├── tmd_data_documentation_03.png │ ├── tmd_data_documentation_04.png │ ├── tmd_data_documentation_05.png │ ├── tmd_ellipse_documentation.html │ ├── tmd_ellipse_documentation.png │ ├── tmd_ellipse_documentation_01.png │ ├── tmd_ellipse_documentation_02.png │ ├── tmd_getting_started.html │ ├── tmd_getting_started.png │ ├── tmd_getting_started_01.png │ ├── tmd_getting_started_02.png │ ├── tmd_getting_started_03.png │ ├── tmd_getting_started_04.png │ ├── tmd_getting_started_05.png │ ├── tmd_getting_started_06.png │ ├── tmd_getting_started_07.png │ ├── tmd_interp_documentation.html │ ├── tmd_interp_documentation.png │ ├── tmd_interp_documentation_01.png │ ├── tmd_interp_documentation_02.png │ ├── tmd_interp_documentation_03.png │ ├── tmd_logo_animation.html │ ├── tmd_predict_documentation.html │ ├── tmd_predict_documentation.png │ ├── tmd_predict_documentation_01.png │ ├── tmd_predict_documentation_02.png │ ├── tmd_predict_documentation_03.png │ ├── tmd_predict_documentation_04.png │ ├── tmd_predict_documentation_05.png │ ├── tmd_predict_documentation_06.png │ ├── tmd_predict_documentation_07.png │ ├── tmd_predict_documentation_08.png │ ├── tmd_predict_documentation_09.png │ ├── tutorial_EOT.html │ ├── tutorial_EOT.png │ ├── tutorial_EOT_01.png │ ├── tutorial_EOT_02.png │ ├── tutorial_EOT_03.png │ ├── tutorial_EOT_04.png │ ├── tutorial_EOT_05.png │ ├── tutorial_currents.html │ ├── tutorial_currents.png │ ├── tutorial_currents_01.png │ ├── tutorial_currents_02.png │ ├── tutorial_currents_03.png │ ├── tutorial_currents_04.png │ ├── tutorial_currents_05.png │ ├── tutorial_currents_06.png │ ├── tutorial_currents_07.png │ ├── tutorial_currents_08.png │ ├── tutorial_currents_09.png │ ├── tutorial_currents_10.png │ ├── tutorial_tidal_range.html │ ├── tutorial_tidal_range.png │ ├── tutorial_tidal_range_01.png │ ├── tutorial_tidal_range_02.png │ └── tutorial_tidal_range_03.png ├── installing_tmd.md ├── markdown_figures │ ├── AddOnsMenu.png │ ├── TMD_model_file_format_01_hires.png │ ├── TMD_model_file_format_02_hires.png │ ├── tide_model_intercomparison_01_hires.png │ ├── tide_model_intercomparison_02_hires.png │ ├── tide_model_intercomparison_03_hires.png │ ├── tide_model_intercomparison_04_hires.png │ ├── tmd_data_documentation_01_hires.png │ ├── tmd_data_documentation_02_hires.png │ ├── tmd_data_documentation_03_hires.png │ ├── tmd_data_documentation_04_hires.png │ ├── tmd_data_documentation_05_hires.png │ ├── tmd_ellipse_documentation_01_hires.png │ ├── tmd_ellipse_documentation_02_hires.png │ ├── tmd_getting_started_01_hires.png │ ├── tmd_getting_started_02_hires.png │ ├── tmd_getting_started_03_hires.png │ ├── tmd_getting_started_04_hires.png │ ├── tmd_getting_started_05_hires.png │ ├── tmd_getting_started_06_hires.png │ ├── tmd_getting_started_07_hires.png │ ├── tmd_interp_documentation_01_hires.png │ ├── tmd_interp_documentation_02_hires.png │ ├── tmd_interp_documentation_03_hires.png │ ├── tmd_logo.gif │ ├── tmd_logo.jpg │ ├── tmd_logo_v2.gif │ ├── tmd_predict_documentation_01_hires.png │ ├── tmd_predict_documentation_02_hires.png │ ├── tmd_predict_documentation_03_hires.png │ ├── tmd_predict_documentation_04_hires.png │ ├── tmd_predict_documentation_05_hires.png │ ├── tmd_predict_documentation_06_hires.png │ ├── tmd_predict_documentation_07_hires.png │ ├── tmd_predict_documentation_08_hires.png │ ├── tmd_predict_documentation_09_hires.png │ ├── tutorial_EOT_01_hires.png │ ├── tutorial_EOT_02_hires.png │ ├── tutorial_EOT_03_hires.png │ ├── tutorial_EOT_04_hires.png │ ├── tutorial_EOT_05_hires.png │ ├── tutorial_currents_01_hires.png │ ├── tutorial_currents_02_hires.png │ ├── tutorial_currents_03_hires.png │ ├── tutorial_currents_04_hires.png │ ├── tutorial_currents_05_hires.png │ ├── tutorial_currents_06_hires.png │ ├── tutorial_currents_07_hires.png │ ├── tutorial_currents_08_hires.png │ ├── tutorial_currents_09_hires.png │ ├── tutorial_currents_10_hires.png │ ├── tutorial_tidal_range_01_hires.png │ ├── tutorial_tidal_range_02_hires.png │ └── tutorial_tidal_range_03_hires.png ├── tide_model_data.md ├── tide_model_intercomparison.m ├── tide_model_intercomparison.md ├── tmd_conlist_documentation.m ├── tmd_conlist_documentation.md ├── tmd_data_documentation.m ├── tmd_data_documentation.md ├── tmd_ellipse_documentation.m ├── tmd_ellipse_documentation.md ├── tmd_getting_started.m ├── tmd_getting_started.md ├── tmd_interp_documentation.m ├── tmd_interp_documentation.md ├── tmd_logo_animation.m ├── tmd_logo_animation.md ├── tmd_predict_documentation.m ├── tmd_predict_documentation.md ├── tutorial_EOT.m ├── tutorial_EOT.md ├── tutorial_currents.m ├── tutorial_currents.md ├── tutorial_tidal_range.m ├── tutorial_tidal_range.md └── whats_new.md ├── info.xml ├── paper ├── paper.bib └── paper.md ├── tidal_range.m ├── tide-model-conversions ├── AODTM5_to_NetCDF.m ├── AOTIM5_to_NetCDF.m ├── Arc2kmTM_to_NetCDF.m ├── Arc5km2018_to_NetCDF.m ├── CATS2008_update_2023_comparison.png ├── CATS2008_updated_wct_diff.png ├── CATS_to_NetCDF.m ├── EOT20_load_to_NetCDF.m ├── EOT20_ocean_to_NetCDF.m ├── Gr1kmTM_to_NetCDF.m ├── TPXO9_atlas_v5_to_NetCDF.m └── testing │ ├── Arc5km2018_test.m │ └── tmd30_vs_tmd24.m ├── tmd.m ├── tmd_InferMinor.m ├── tmd_astrol.m ├── tmd_conlist.m ├── tmd_constit.m ├── tmd_data.m ├── tmd_ellipse.m ├── tmd_harp.m ├── tmd_interp.m ├── tmd_ll2ps.m ├── tmd_nodal.m ├── tmd_predict.m └── tmd_ps2ll.m /.gitattributes: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/.gitattributes -------------------------------------------------------------------------------- /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/.gitignore -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/README.md -------------------------------------------------------------------------------- /doc/TMD_main_page.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/TMD_main_page.m -------------------------------------------------------------------------------- /doc/TMD_model_file_format.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/TMD_model_file_format.m -------------------------------------------------------------------------------- /doc/TMD_model_file_format.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/TMD_model_file_format.md -------------------------------------------------------------------------------- /doc/cats2008_updates.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/cats2008_updates.md -------------------------------------------------------------------------------- /doc/example_data/ADCP_S112.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/example_data/ADCP_S112.nc -------------------------------------------------------------------------------- /doc/example_data/h127_syowa.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/example_data/h127_syowa.nc -------------------------------------------------------------------------------- /doc/example_data/h189_astrolabe.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/example_data/h189_astrolabe.nc -------------------------------------------------------------------------------- /doc/example_data/h700_skua.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/example_data/h700_skua.nc -------------------------------------------------------------------------------- /doc/example_data/h820_nuuk.nc: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/example_data/h820_nuuk.nc -------------------------------------------------------------------------------- /doc/html/TMD_main_page.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/TMD_main_page.html -------------------------------------------------------------------------------- /doc/html/TMD_model_file_format.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/TMD_model_file_format.html -------------------------------------------------------------------------------- /doc/html/TMD_model_file_format.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/TMD_model_file_format.png -------------------------------------------------------------------------------- /doc/html/TMD_model_file_format_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/TMD_model_file_format_01.png -------------------------------------------------------------------------------- /doc/html/TMD_model_file_format_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/TMD_model_file_format_02.png -------------------------------------------------------------------------------- /doc/html/arctic_tides.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/arctic_tides.gif -------------------------------------------------------------------------------- /doc/html/helpsearch-v3/_0.cfe: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/helpsearch-v3/_0.cfe -------------------------------------------------------------------------------- /doc/html/helpsearch-v3/_0.cfs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/helpsearch-v3/_0.cfs -------------------------------------------------------------------------------- /doc/html/helpsearch-v3/_0.si: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/helpsearch-v3/_0.si -------------------------------------------------------------------------------- /doc/html/helpsearch-v3/segments.gen: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/helpsearch-v3/segments.gen -------------------------------------------------------------------------------- /doc/html/helpsearch-v3/segments_1: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/helpsearch-v3/segments_1 -------------------------------------------------------------------------------- /doc/html/helptoc.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/helptoc.xml -------------------------------------------------------------------------------- /doc/html/tide_model_intercomparison.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tide_model_intercomparison.html -------------------------------------------------------------------------------- /doc/html/tide_model_intercomparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tide_model_intercomparison.png -------------------------------------------------------------------------------- /doc/html/tide_model_intercomparison_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tide_model_intercomparison_01.png -------------------------------------------------------------------------------- /doc/html/tide_model_intercomparison_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tide_model_intercomparison_02.png -------------------------------------------------------------------------------- /doc/html/tide_model_intercomparison_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tide_model_intercomparison_03.png -------------------------------------------------------------------------------- /doc/html/tide_model_intercomparison_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tide_model_intercomparison_04.png -------------------------------------------------------------------------------- /doc/html/tmd_conlist_documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_conlist_documentation.html -------------------------------------------------------------------------------- /doc/html/tmd_data_documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_data_documentation.html -------------------------------------------------------------------------------- /doc/html/tmd_data_documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_data_documentation.png -------------------------------------------------------------------------------- /doc/html/tmd_data_documentation_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_data_documentation_01.png -------------------------------------------------------------------------------- /doc/html/tmd_data_documentation_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_data_documentation_02.png -------------------------------------------------------------------------------- /doc/html/tmd_data_documentation_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_data_documentation_03.png -------------------------------------------------------------------------------- /doc/html/tmd_data_documentation_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_data_documentation_04.png -------------------------------------------------------------------------------- /doc/html/tmd_data_documentation_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_data_documentation_05.png -------------------------------------------------------------------------------- /doc/html/tmd_ellipse_documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_ellipse_documentation.html -------------------------------------------------------------------------------- /doc/html/tmd_ellipse_documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_ellipse_documentation.png -------------------------------------------------------------------------------- /doc/html/tmd_ellipse_documentation_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_ellipse_documentation_01.png -------------------------------------------------------------------------------- /doc/html/tmd_ellipse_documentation_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_ellipse_documentation_02.png -------------------------------------------------------------------------------- /doc/html/tmd_getting_started.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started.html -------------------------------------------------------------------------------- /doc/html/tmd_getting_started.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started.png -------------------------------------------------------------------------------- /doc/html/tmd_getting_started_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started_01.png -------------------------------------------------------------------------------- /doc/html/tmd_getting_started_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started_02.png -------------------------------------------------------------------------------- /doc/html/tmd_getting_started_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started_03.png -------------------------------------------------------------------------------- /doc/html/tmd_getting_started_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started_04.png -------------------------------------------------------------------------------- /doc/html/tmd_getting_started_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started_05.png -------------------------------------------------------------------------------- /doc/html/tmd_getting_started_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started_06.png -------------------------------------------------------------------------------- /doc/html/tmd_getting_started_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_getting_started_07.png -------------------------------------------------------------------------------- /doc/html/tmd_interp_documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_interp_documentation.html -------------------------------------------------------------------------------- /doc/html/tmd_interp_documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_interp_documentation.png -------------------------------------------------------------------------------- /doc/html/tmd_interp_documentation_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_interp_documentation_01.png -------------------------------------------------------------------------------- /doc/html/tmd_interp_documentation_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_interp_documentation_02.png -------------------------------------------------------------------------------- /doc/html/tmd_interp_documentation_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_interp_documentation_03.png -------------------------------------------------------------------------------- /doc/html/tmd_logo_animation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_logo_animation.html -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation.html -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_01.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_02.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_03.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_04.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_05.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_06.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_07.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_08.png -------------------------------------------------------------------------------- /doc/html/tmd_predict_documentation_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tmd_predict_documentation_09.png -------------------------------------------------------------------------------- /doc/html/tutorial_EOT.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_EOT.html -------------------------------------------------------------------------------- /doc/html/tutorial_EOT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_EOT.png -------------------------------------------------------------------------------- /doc/html/tutorial_EOT_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_EOT_01.png -------------------------------------------------------------------------------- /doc/html/tutorial_EOT_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_EOT_02.png -------------------------------------------------------------------------------- /doc/html/tutorial_EOT_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_EOT_03.png -------------------------------------------------------------------------------- /doc/html/tutorial_EOT_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_EOT_04.png -------------------------------------------------------------------------------- /doc/html/tutorial_EOT_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_EOT_05.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents.html -------------------------------------------------------------------------------- /doc/html/tutorial_currents.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_01.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_02.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_03.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_04.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_04.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_05.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_05.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_06.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_06.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_07.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_07.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_08.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_08.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_09.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_09.png -------------------------------------------------------------------------------- /doc/html/tutorial_currents_10.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_currents_10.png -------------------------------------------------------------------------------- /doc/html/tutorial_tidal_range.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_tidal_range.html -------------------------------------------------------------------------------- /doc/html/tutorial_tidal_range.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_tidal_range.png -------------------------------------------------------------------------------- /doc/html/tutorial_tidal_range_01.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_tidal_range_01.png -------------------------------------------------------------------------------- /doc/html/tutorial_tidal_range_02.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_tidal_range_02.png -------------------------------------------------------------------------------- /doc/html/tutorial_tidal_range_03.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/html/tutorial_tidal_range_03.png -------------------------------------------------------------------------------- /doc/installing_tmd.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/installing_tmd.md -------------------------------------------------------------------------------- /doc/markdown_figures/AddOnsMenu.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/AddOnsMenu.png -------------------------------------------------------------------------------- /doc/markdown_figures/TMD_model_file_format_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/TMD_model_file_format_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/TMD_model_file_format_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/TMD_model_file_format_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tide_model_intercomparison_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tide_model_intercomparison_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tide_model_intercomparison_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tide_model_intercomparison_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tide_model_intercomparison_03_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tide_model_intercomparison_03_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tide_model_intercomparison_04_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tide_model_intercomparison_04_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_data_documentation_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_data_documentation_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_data_documentation_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_data_documentation_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_data_documentation_03_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_data_documentation_03_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_data_documentation_04_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_data_documentation_04_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_data_documentation_05_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_data_documentation_05_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_ellipse_documentation_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_ellipse_documentation_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_ellipse_documentation_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_ellipse_documentation_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_getting_started_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_getting_started_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_getting_started_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_getting_started_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_getting_started_03_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_getting_started_03_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_getting_started_04_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_getting_started_04_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_getting_started_05_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_getting_started_05_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_getting_started_06_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_getting_started_06_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_getting_started_07_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_getting_started_07_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_interp_documentation_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_interp_documentation_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_interp_documentation_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_interp_documentation_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_interp_documentation_03_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_interp_documentation_03_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_logo.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_logo.gif -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_logo.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_logo.jpg -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_logo_v2.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_logo_v2.gif -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_03_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_03_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_04_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_04_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_05_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_05_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_06_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_06_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_07_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_07_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_08_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_08_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tmd_predict_documentation_09_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tmd_predict_documentation_09_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_EOT_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_EOT_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_EOT_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_EOT_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_EOT_03_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_EOT_03_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_EOT_04_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_EOT_04_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_EOT_05_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_EOT_05_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_03_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_03_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_04_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_04_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_05_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_05_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_06_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_06_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_07_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_07_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_08_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_08_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_09_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_09_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_currents_10_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_currents_10_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_tidal_range_01_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_tidal_range_01_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_tidal_range_02_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_tidal_range_02_hires.png -------------------------------------------------------------------------------- /doc/markdown_figures/tutorial_tidal_range_03_hires.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/markdown_figures/tutorial_tidal_range_03_hires.png -------------------------------------------------------------------------------- /doc/tide_model_data.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tide_model_data.md -------------------------------------------------------------------------------- /doc/tide_model_intercomparison.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tide_model_intercomparison.m -------------------------------------------------------------------------------- /doc/tide_model_intercomparison.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tide_model_intercomparison.md -------------------------------------------------------------------------------- /doc/tmd_conlist_documentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_conlist_documentation.m -------------------------------------------------------------------------------- /doc/tmd_conlist_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_conlist_documentation.md -------------------------------------------------------------------------------- /doc/tmd_data_documentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_data_documentation.m -------------------------------------------------------------------------------- /doc/tmd_data_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_data_documentation.md -------------------------------------------------------------------------------- /doc/tmd_ellipse_documentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_ellipse_documentation.m -------------------------------------------------------------------------------- /doc/tmd_ellipse_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_ellipse_documentation.md -------------------------------------------------------------------------------- /doc/tmd_getting_started.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_getting_started.m -------------------------------------------------------------------------------- /doc/tmd_getting_started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_getting_started.md -------------------------------------------------------------------------------- /doc/tmd_interp_documentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_interp_documentation.m -------------------------------------------------------------------------------- /doc/tmd_interp_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_interp_documentation.md -------------------------------------------------------------------------------- /doc/tmd_logo_animation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_logo_animation.m -------------------------------------------------------------------------------- /doc/tmd_logo_animation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_logo_animation.md -------------------------------------------------------------------------------- /doc/tmd_predict_documentation.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_predict_documentation.m -------------------------------------------------------------------------------- /doc/tmd_predict_documentation.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tmd_predict_documentation.md -------------------------------------------------------------------------------- /doc/tutorial_EOT.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tutorial_EOT.m -------------------------------------------------------------------------------- /doc/tutorial_EOT.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tutorial_EOT.md -------------------------------------------------------------------------------- /doc/tutorial_currents.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tutorial_currents.m -------------------------------------------------------------------------------- /doc/tutorial_currents.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tutorial_currents.md -------------------------------------------------------------------------------- /doc/tutorial_tidal_range.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tutorial_tidal_range.m -------------------------------------------------------------------------------- /doc/tutorial_tidal_range.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/tutorial_tidal_range.md -------------------------------------------------------------------------------- /doc/whats_new.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/doc/whats_new.md -------------------------------------------------------------------------------- /info.xml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/info.xml -------------------------------------------------------------------------------- /paper/paper.bib: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/paper/paper.bib -------------------------------------------------------------------------------- /paper/paper.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/paper/paper.md -------------------------------------------------------------------------------- /tidal_range.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tidal_range.m -------------------------------------------------------------------------------- /tide-model-conversions/AODTM5_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/AODTM5_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/AOTIM5_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/AOTIM5_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/Arc2kmTM_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/Arc2kmTM_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/Arc5km2018_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/Arc5km2018_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/CATS2008_update_2023_comparison.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/CATS2008_update_2023_comparison.png -------------------------------------------------------------------------------- /tide-model-conversions/CATS2008_updated_wct_diff.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/CATS2008_updated_wct_diff.png -------------------------------------------------------------------------------- /tide-model-conversions/CATS_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/CATS_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/EOT20_load_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/EOT20_load_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/EOT20_ocean_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/EOT20_ocean_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/Gr1kmTM_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/Gr1kmTM_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/TPXO9_atlas_v5_to_NetCDF.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/TPXO9_atlas_v5_to_NetCDF.m -------------------------------------------------------------------------------- /tide-model-conversions/testing/Arc5km2018_test.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/testing/Arc5km2018_test.m -------------------------------------------------------------------------------- /tide-model-conversions/testing/tmd30_vs_tmd24.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tide-model-conversions/testing/tmd30_vs_tmd24.m -------------------------------------------------------------------------------- /tmd.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd.m -------------------------------------------------------------------------------- /tmd_InferMinor.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_InferMinor.m -------------------------------------------------------------------------------- /tmd_astrol.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_astrol.m -------------------------------------------------------------------------------- /tmd_conlist.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_conlist.m -------------------------------------------------------------------------------- /tmd_constit.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_constit.m -------------------------------------------------------------------------------- /tmd_data.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_data.m -------------------------------------------------------------------------------- /tmd_ellipse.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_ellipse.m -------------------------------------------------------------------------------- /tmd_harp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_harp.m -------------------------------------------------------------------------------- /tmd_interp.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_interp.m -------------------------------------------------------------------------------- /tmd_ll2ps.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_ll2ps.m -------------------------------------------------------------------------------- /tmd_nodal.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_nodal.m -------------------------------------------------------------------------------- /tmd_predict.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_predict.m -------------------------------------------------------------------------------- /tmd_ps2ll.m: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/chadagreene/Tide-Model-Driver/HEAD/tmd_ps2ll.m --------------------------------------------------------------------------------