{"id":22410988,"url":"https://github.com/e3sm-project/sta-imex","last_synced_at":"2025-09-06T03:34:57.692Z","repository":{"id":82691028,"uuid":"254217839","full_name":"E3SM-Project/sta-imex","owner":"E3SM-Project","description":null,"archived":false,"fork":false,"pushed_at":"2020-10-09T04:22:45.000Z","size":35,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":147,"default_branch":"master","last_synced_at":"2025-03-27T02:45:52.807Z","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/E3SM-Project.png","metadata":{"files":{"readme":"README","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":"2020-04-08T22:48:43.000Z","updated_at":"2020-10-09T03:07:51.000Z","dependencies_parsed_at":null,"dependency_job_id":"b5532491-4925-4189-9a3e-fe9dd90cfd95","html_url":"https://github.com/E3SM-Project/sta-imex","commit_stats":{"total_commits":12,"total_committers":2,"mean_commits":6.0,"dds":"0.33333333333333337","last_synced_commit":"71d6681869043a764f94bcb4dc6411657dc56404"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/E3SM-Project/sta-imex","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fsta-imex","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fsta-imex/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fsta-imex/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fsta-imex/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/E3SM-Project","download_url":"https://codeload.github.com/E3SM-Project/sta-imex/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/E3SM-Project%2Fsta-imex/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":271885420,"owners_count":24838668,"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","status":"online","status_checked_at":"2025-08-24T02:00:11.135Z","response_time":111,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2024-12-05T13:12:38.860Z","updated_at":"2025-08-24T14:19:37.449Z","avatar_url":"https://github.com/E3SM-Project.png","language":"MATLAB","funding_links":[],"categories":[],"sub_categories":[],"readme":"Copyright 2020 National Technology \u0026 Engineering Solutions of Sandia, LLC (NTESS). \nUnder the terms of Contract DE-NA0003525 with NTESS, the U.S. Government retains certain rights in this software.\n\n%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%\n\nCopyright 2020 National Technology \u0026 Engineering Solutions of Sandia, LLC (NTESS)\n\nRedistribution and use in source and binary forms, with or without modification, are permitted provided that the following conditions are met:\n\n1. Redistributions of source code must retain the above copyright notice, this list of conditions and the following disclaimer.\n\n2. Redistributions in binary form must reproduce the above copyright notice, this list of conditions and the following disclaimer in the documentation and/or other materials provided with the distribution.\n\n3. Neither the name of the copyright holder nor the names of its contributors may be used to endorse or promote products derived from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS \"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.\n\n\n\n%%%%%%%%%%%%%%% README\n\nplot_omega is used to plot eigenvalues of spatial discretizations \\omega. \nThis plot will have 3 branches of waves. \n\nIf custom number of vertical levels is used (not 20, 72, or 128), \nthen first one needs to \nrun findHommeDispersion to find solutions m of eqn tan(m*D)=2*m/(B-A) .\nThese m values need to be recorded in script kvals_load .\nScript findHommeDispersion also solves for analytical values \\omega \nfor 3 branches of waves \n(by solving quintic eqn numerically). \nOne can adjust that script for analytical branches as solutions for \\omega \ndepend on initial interval (the script is set for 20 levels, not 72 or 128).\n\nplot_stability plots (T_x,dt) white-blue stability plot for a particular \nIMEX scheme for system of normal modes. \nBy default for horizontal wavenumber k it takes 2dx wave\nand it uses homme conventions to denote hor. resolutions.\n\nlock_plotting_courant_axes plots stability diagram using acoustics-gravity system as\nin Lock2014 with relations of Courant numbers for axes.\n\nlock_plotting_new plots stability diagram using acoustics-gravity system as\nin Lock2014 with (T_x,dt) for axes.\n\nIMEX methods and auxiliary functions are in folder IMEXfunctions.\n\ndispersion_dissipation4 is used to plot amplification factors and numerical\n\\omega for IMEX method based on spatial discretizetion as in plot_omega. \nBefore using dispersion_dissipation4, one needs to save spatial discretization\n(by running plot_omega) for desired vertical levels.\nFor dispersion/dissipation plots, download \nCao, Y.: Munkres Assignment Algorithm, https://www.mathworks.com/matlabcentral/fileexchange/20328-munkres-assignment-algorithm\n\n \nplot_omega, dispersion_dissipation4, and save_5wave... use original value \nof horizontal wavenumber k, as in TW2005\n(but this can be changed).\n\nnlev_convergence plots stability diagrams for varying dz.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe3sm-project%2Fsta-imex","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fe3sm-project%2Fsta-imex","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fe3sm-project%2Fsta-imex/lists"}