{"id":27808372,"url":"https://github.com/fspaolo/tmdtoolbox","last_synced_at":"2025-05-01T10:49:41.040Z","repository":{"id":139510338,"uuid":"105593672","full_name":"fspaolo/tmdtoolbox","owner":"fspaolo","description":"Modified Matlab Tide Model Driver (TMD)","archived":false,"fork":false,"pushed_at":"2020-10-13T23:45:54.000Z","size":197,"stargazers_count":6,"open_issues_count":1,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-05-01T10:49:33.823Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"MATLAB","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fspaolo.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null}},"created_at":"2017-10-02T22:59:21.000Z","updated_at":"2022-08-06T15:00:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"6f52a440-d5ef-41cf-bb59-f5446515b060","html_url":"https://github.com/fspaolo/tmdtoolbox","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspaolo%2Ftmdtoolbox","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspaolo%2Ftmdtoolbox/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspaolo%2Ftmdtoolbox/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fspaolo%2Ftmdtoolbox/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fspaolo","download_url":"https://codeload.github.com/fspaolo/tmdtoolbox/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":251864111,"owners_count":21656288,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-01T10:49:40.397Z","updated_at":"2025-05-01T10:49:41.009Z","avatar_url":"https://github.com/fspaolo.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Modified TMD Matlab Toolbox\n\nThis is a modification of the Matlab Tide Model Driver (TMD):\n\nhttps://www.esr.org/research/polar-tide-models/tmd-software/\n\nOriginaly developed by [Laurie Padman](https://www.esr.org/staff/laurence-padman/)\n\nThis wraper runs `tmd_tide_pred.m` in parallel on several HDF5 files.\n\n## Notes\n\nSome original Matlab scripts have been modified to improve performance.\n\nModifications include replacing loops by vectorization, and improving\nthe I/O to allow multiple input data files and parallelization.\n\nModifications were made by Alex Gardner and Fernando Paolo, and they\nhave been marked in the code.\n\n## Usage\n\nThe main script to run is (see header for documentation):\n\n    tmd_toolbox/tidecor.m \n\nFor optimal performance, merge/split the input files into N blocks, whith\nN equal number of cores (even if the files end up fairly large).\nTo merge/split use (from [`captoolkit`](https://github.com/fspaolo/captoolkit)):\n\n    merge.py \n    split.py\n\nFor downloading the lasted Tide Model and TMD Matlab toolbox:\n\n    (TMD)   http://www.esr.org/ptm_index.html  \n    (Model) https://www.esr.org/polar_tide_models/Model_TPXO71.html\n\n## Recipe\n\nClone the package:\n\n    git https://github.com/fspaolo/tmdtoolbox.git\n\nAdd models:\n\n    cd tmdtoolbox\n    mkdir DATA\n    # put Model_* and grid_* files into DATA\n\nEdit the header of `tidecor.m`, and run:\n\n    /Applications/Matlab2016b/bin/matlab -nodesktop \u003c tidecor.m\n\n## Notes\n\nThe tide and load-tide corrections are applied as:\n\n    h_cor = h - tide - load\n\nor equivalentely, the full tide correction is:\n\n    h_tide = tide + load\n\n\nFernando Paolo (fspaolo@gmail.com)  \nOct 12, 2017\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspaolo%2Ftmdtoolbox","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffspaolo%2Ftmdtoolbox","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffspaolo%2Ftmdtoolbox/lists"}