Noah-MP
A widely-used state-of-the-art land surface model used in many research and operational weather and climate models.
https://github.com/NCAR/noahmp
Category: Natural Resources
Sub Category: Soil and Land
Keywords from Contributors
weather-forecast research climate nwp weather wrf atmospheric-modelling atmospheric-science grib hpc-applications
Last synced: about 14 hours ago
JSON representation
Repository metadata
Noah-MP Community Repository
- Host: GitHub
- URL: https://github.com/NCAR/noahmp
- Owner: NCAR
- License: other
- Created: 2020-01-28T04:30:58.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-04-21T19:55:19.000Z (7 days ago)
- Last Synced: 2025-04-25T18:37:26.861Z (3 days ago)
- Language: Fortran
- Homepage:
- Size: 6.98 MB
- Stars: 79
- Watchers: 23
- Forks: 92
- Open Issues: 17
- Releases: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
README.md
Noah-MP® Community Model Repository
Noah-MP® is a widely-used state-of-the-art land surface model used in many research and operational weather/climate models (e.g., HRLDAS, WRF, MPAS, WRF-Hydro/NWM, NOAA/UFS, NASA/LIS, etc.).
This is the official Noah-MP land surface model unified repository for code downloading and contribution. Noah-MP is a community open-source model developed with the contributions from the entire scientific community. For development, maintenance, and release of the community Noah-MP GitHub code, please contact: Cenlin He ([email protected]).
Noah-MP model website: https://ral.ucar.edu/solutions/products/noah-multiparameterization-land-surface-model-noah-mp-lsm
Release of Noah-MP version 5.0 (Refactored/Modernized version)
The Noah-MP model version (version 5.0) has been released in March 9, 2023, which is a modernized/refactored version by re-writing the entire model with modern Fortran code infrastructure and data structures. All future Noah-MP developments and updates will be made only to this modernized/refactored version. The version 5.0 has the same model physics as the version 4.5, but with a different code infrastructure. More details about the Noah-MP version 5.0 can be found in the model description paper (He et al., 2023b, in review) and the technical documentation (He et al. 2023a). Currently, the Noah-MP version 5.0 coupling with HRLDAS has been completed, but its coupling with other host models (e.g., WRF-Hydro, NASA/LIS, WRF, MPAS, UFS, etc.) is still on-going.
Noah-MP technical documentation and model description papers
Technical documentation freely available at http://dx.doi.org/10.5065/ew8g-yr95
To cite the technical documentation: He, C., P. Valayamkunnath, M. Barlage, F. Chen, D. Gochis, R. Cabell, T. Schneider, R. Rasmussen, G.-Y. Niu, Z.-L. Yang, D. Niyogi, and M. Ek (2023): The Community Noah-MP Land Surface Modeling System Technical Description Version 5.0, (No. NCAR/TN-575+STR). doi:10.5065/ew8g-yr95
Original Noah-MP model description paper: Niu, G. Y., Yang, Z. L., Mitchell, K. E., Chen, F., Ek, M. B., Barlage, M., ... & Xia, Y. (2011). The community Noah land surface model with multiparameterization options (Noah‐MP): 1. Model description and evaluation with local‐scale measurements. Journal of Geophysical Research: Atmospheres, 116(D12).
Noah-MP version 5.0 model description paper: He, C., Valayamkunnath, P., Barlage, M., Chen, F., Gochis, D., Cabell, R., Schneider, T., Rasmussen, R., Niu, G.-Y., Yang, Z.-L., Niyogi, D., and Ek, M.: Modernizing the open-source community Noah with multi-parameterization options (Noah-MP) land surface model (version 5.0) with enhanced modularity, interoperability, and applicability, Geosci. Model Dev., 16, 5131–5151, https://doi.org/10.5194/gmd-16-5131-2023, 2023.
Noah-MP development future priority paper: He, C., Chen, F., Barlage, M., Yang, Z.-L., Wegiel, J. W., Niu, G.-Y., Gochis, D., Mocko, D. M., Abolafia-Rosenzweig, R., Zhang, Z., Lin, T.-S., Valayamkunnath, P., Ek, M., and Niyogi, D. (2023): Enhancing the community Noah-MP land model capabilities for Earth sciences and applications, Bull. Amer. Meteor. Soc., E2023–E2029, https://doi.org/10.1175/BAMS-D-23-0249.1
Noah-MP Strategic Plan Committee
Cenlin He, Prasanth Valayamkunnath, Michael Barlage, David Mocko, Guo-Yue Niu, Myung-Seo Koo, Fei Chen, Jerry Wiegel, Zong-Liang Yang, Dev Niyogi, Xuemei Wang, Gonzalo Miguez-Macho
Noah-MP Code Review Committee
The current code review committee list is here: https://docs.google.com/spreadsheets/d/13kGfVbf5TmFJm-wjis1ZQjmt7eCXFLfbZaqXkvPSi14/edit?gid=0#gid=0
Noah-MP GitHub structure
The folders:
-
docs/: Noah-MP variable glossary and technical documentation;
-
drivers/: Noah-MP driver and interface code to connect to different host models (each host model will has its own subdirectory under this driver/);
-
parameters/: Noah-MP parameter table (note that the original 3 parameter tables have been merged into one NoahmpTable.TBL starting from version 5.0);
-
src/: Noah-MP source code modules;
-
utility/: Noah-MP utility code.
The branches:
-
"master" branch: (currently version 5.0), most stable & latest version, updated whenever there are bug fixes or major model update/release (by merging from the "develop" branch);
-
"develop" branch: (currently version 5.0), used for continuous NoahMP development, keep updated by including bug fixes and code updates (e.g., new physics options, processes, etc.);
-
other version release branches: store different released code versions.
Important notes
This GitHub repository only provides the Noah-MP source code and driver/interface code. To run Noah-MP in either offline or online mode, users need to have the host model system/framework coupled with Noah-MP.
NCAR also maintains and releases the HRLDAS (High Resolution Land Data Assimilation System) coupled with Noah-MP to allow offline Noah-MP simulations. Please see the HRLDAS GitHub repository (https://github.com/NCAR/hrldas) for details. For users who are interested in other host models that couple with Noah-MP, please refer to those host model GitHub repositories.
For users who are interested in previous Noah-MP code versions (prior to version 5.0), please refer to the different GitHub branches in this repository. Particularly, the "release-v4.5-WRF" branch has the same model physics as the Noah-MP version 5.0, but with an old model code structures, which is consistent with the Noah-MP code released along with WRF version 4.5.
Code contribution via GitHub
Users are welcome to make code development and contributions through GitHub pull requests. The pull request will be reviewed by the Noah-MP model physics and code release team, and if everything looks good, the pull request of new code development or bug fixes will be merged into the develop branch. During each year's major version release period, the updated develop branch will be further merged into the master branch for official release of a new Noah-MP model version.
Some suggestions for model developers to contribute to Noah-MP code through the GitHub repository (typical procedures):
-
Step (1) Create a fork of this official Noah-MP repository to your own GitHub account;
-
Step (2) Create a new branch based on the latest "develop" branch and make code updates/changes in the forked repository under your own account;
-
Step (3) Finalize and test the code updates you make;
-
Step (4) Submit a pull request for your code updates from your own forked Github repository to the "develop" branch of this official Noah-MP repository;
-
Step (5) The Noah-MP physics and code review committee reviews and tests the model updates in the submitted pull request and discusses with the developer if there is any problem;
-
Step (6) The Noah-MP physics and code review committee confirms the pull request and merges the updated code to the "develop" branch in this official Noah-MP repository;
-
Step (7) The Noah-MP physics and code review committee merges the updated "develop" branch to the master branch during the annual release of new model versions.
License
The license and terms of use for this software can be found here
Owner metadata
- Name: NSF National Center for Atmospheric Research
- Login: NCAR
- Email:
- Kind: organization
- Description: NSF NCAR is sponsored by the U.S. National Science Foundation and managed by the University Corporation for Atmospheric Research.
- Website: http://ncar.ucar.edu
- Location: Boulder, CO
- Twitter:
- Company:
- Icon url: https://avatars.githubusercontent.com/u/2007542?v=4
- Repositories: 934
- Last ynced at: 2024-04-16T05:55:57.342Z
- Profile URL: https://github.com/NCAR
GitHub Events
Total
- Issues event: 11
- Watch event: 11
- Member event: 1
- Issue comment event: 67
- Push event: 15
- Pull request review comment event: 47
- Pull request review event: 66
- Pull request event: 32
- Fork event: 10
- Create event: 1
Last Year
- Issues event: 11
- Watch event: 11
- Member event: 1
- Issue comment event: 67
- Push event: 15
- Pull request review comment event: 47
- Pull request review event: 66
- Pull request event: 32
- Fork event: 10
- Create event: 1
Committers metadata
Last synced: 7 days ago
Total Commits: 233
Total Committers: 10
Avg Commits per committer: 23.3
Development Distribution Score (DDS): 0.446
Commits in past year: 10
Committers in past year: 1
Avg Commits per committer in past year: 10.0
Development Distribution Score (DDS) in past year: 0.0
Name | Commits | |
---|---|---|
cenlinhe | c****e@u****u | 129 |
Michael Barlage | b****e@u****u | 74 |
Michael Barlage | b****e | 10 |
prasanthvkrishna | p****h@u****u | 5 |
tslin2 | t****2@u****u | 5 |
Ronnie Abolafia-Rosenzweig | 3****g | 5 |
Dave Gill | g****l@u****u | 2 |
ncarchen | f****n@u****u | 1 |
David Mocko | 3****o | 1 |
barlage | b****e@s****l | 1 |
Committer domains:
- ucar.edu: 6
Issue and Pull Request metadata
Last synced: 1 day ago
Total issues: 37
Total pull requests: 129
Average time to close issues: 5 months
Average time to close pull requests: 14 days
Total issue authors: 18
Total pull request authors: 13
Average comments per issue: 2.84
Average comments per pull request: 0.72
Merged pull request: 115
Bot issues: 0
Bot pull requests: 0
Past year issues: 13
Past year pull requests: 19
Past year average time to close issues: 3 months
Past year average time to close pull requests: 28 days
Past year issue authors: 8
Past year pull request authors: 9
Past year average comments per issue: 1.23
Past year average comments per pull request: 2.37
Past year merged pull request: 11
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
- cenlinhe (11)
- barlage (3)
- ZhangZiLu0831 (2)
- tslin2 (2)
- shenjiuye (2)
- CharlesZheZhang (2)
- Pengzhuohoa (2)
- liu-13 (2)
- ncarchen (2)
- jstrodtb (1)
- andrewsoong (1)
- lrbison (1)
- bfkg (1)
- GAaronAlexander (1)
- emilycollier (1)
Top Pull Request Authors
- cenlinhe (106)
- RAbolafiaRosenzweig (6)
- CharlesZheZhang (4)
- tslin2 (3)
- davegill (2)
- ncarchen (1)
- LluisFB (1)
- emilycollier (1)
- akashdhruv (1)
- epn09 (1)
- uturuncoglu (1)
- lrbison (1)
- prasanthvkrishna (1)
Top Issue Labels
- bug (9)
- enhancement (1)
- question (1)
Top Pull Request Labels
- development (7)
- bug (4)
- enhancement (1)
Score: 6.866933284461882