{"id":13646771,"url":"https://github.com/MPAS-Dev/MPAS-Model","last_synced_at":"2025-04-21T21:31:15.876Z","repository":{"id":8888633,"uuid":"10607617","full_name":"MPAS-Dev/MPAS-Model","owner":"MPAS-Dev","description":"Repository for MPAS models and shared framework releases.","archived":false,"fork":false,"pushed_at":"2025-02-28T21:57:32.000Z","size":45382,"stargazers_count":256,"open_issues_count":166,"forks_count":348,"subscribers_count":22,"default_branch":"master","last_synced_at":"2025-04-10T06:06:47.649Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Fortran","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/MPAS-Dev.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-06-10T19:25:32.000Z","updated_at":"2025-04-08T19:40:01.000Z","dependencies_parsed_at":"2023-09-21T19:12:16.335Z","dependency_job_id":"33fddebd-4070-43cf-9ba8-8b8387029760","html_url":"https://github.com/MPAS-Dev/MPAS-Model","commit_stats":{"total_commits":4753,"total_committers":70,"mean_commits":67.9,"dds":0.7915001051967179,"last_synced_commit":"41e9a3fb8ca6b9250a7405209a5c60996318409f"},"previous_names":[],"tags_count":33,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPAS-Dev%2FMPAS-Model","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPAS-Dev%2FMPAS-Model/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPAS-Dev%2FMPAS-Model/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MPAS-Dev%2FMPAS-Model/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MPAS-Dev","download_url":"https://codeload.github.com/MPAS-Dev/MPAS-Model/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248357748,"owners_count":21090400,"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":"2024-08-02T01:03:05.445Z","updated_at":"2025-04-21T21:31:15.852Z","avatar_url":"https://github.com/MPAS-Dev.png","language":"Fortran","funding_links":[],"categories":["Fortran","Climate Change","Observation and Conservation of Ecosystems"],"sub_categories":["Earth and Climate Modeling","Ocean and Climate"],"readme":"MPAS-v8.2.2\n====\n\nThe Model for Prediction Across Scales (MPAS) is a collaborative project for\ndeveloping atmosphere, ocean, and other earth-system simulation components for\nuse in climate, regional climate, and weather studies. The primary development\npartners are the climate modeling group at Los Alamos National Laboratory\n(COSIM) and the National Center for Atmospheric Research. Both primary\npartners are responsible for the MPAS framework, operators, and tools common to\nthe applications; LANL has primary responsibility for the ocean model, and NCAR\nhas primary responsibility for the atmospheric model.\n\nThe MPAS framework facilitates the rapid development and prototyping of models\nby providing infrastructure typically required by model developers, including\nhigh-level data types, communication routines, and I/O routines. By using MPAS,\ndevelopers can leverage pre-existing code and focus more on development of\ntheir model.\n\nBUILDING\n========\n\nThis README is provided as a brief introduction to the MPAS framework. It does\nnot provide details about each specific model, nor does it provide building\ninstructions.\n\nFor information about building and running each core, please refer to each\ncore's user's guide, which can be found at the following web sites:\n\n[MPAS-Atmosphere](http://mpas-dev.github.io/atmosphere/atmosphere_download.html)\n\n[MPAS-Albany Land Ice](http://mpas-dev.github.io/land_ice/download.html)\n\n[MPAS-Ocean](http://mpas-dev.github.io/ocean/releases.html)\n\n[MPAS-Seaice](http://mpas-dev.github.io/sea_ice/releases.html)\n\n\nCode Layout\n----------\n\nWithin the MPAS repository, code is laid out as follows. Sub-directories are\nonly described below the src directory.\n\n\tMPAS-Model\n\t├── src\n\t│   ├── driver -- Main driver for MPAS in stand-alone mode (Shared)\n\t│   ├── external -- External software for MPAS (Shared)\n\t│   ├── framework -- MPAS Framework (Includes DDT Descriptions, and shared routines. Shared)\n\t│   ├── operators -- MPAS Opeartors (Includes Operators for MPAS meshes. Shared)\n\t│   ├── tools -- Empty directory for include files that Registry generates (Shared)\n\t│   │   ├── registry -- Code for building Registry.xml parser (Shared)\n\t│   │   └── input_gen -- Code for generating streams and namelist files (Shared)\n\t│   └── core_* -- Individual model cores.\n\t│       └── inc -- Empty directory for include files that Registry generates\n\t├── testing_and_setup -- Tools for setting up configurations and test cases (Shared)\n\t└── default_inputs -- Copies of default stream and namelists files (Shared)\n\nModel cores are typically developed independently. For information about\nbuilding and running a particular core, please refer to that core's user's\nguide.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMPAS-Dev%2FMPAS-Model","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FMPAS-Dev%2FMPAS-Model","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FMPAS-Dev%2FMPAS-Model/lists"}