Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ufs-community/ufs-weather-model
UFS Weather Model
https://github.com/ufs-community/ufs-weather-model
community-modeling forecast-model numerical-weather-prediction nwp ufs unified-forecast-system weather-model
Last synced: 3 months ago
JSON representation
UFS Weather Model
- Host: GitHub
- URL: https://github.com/ufs-community/ufs-weather-model
- Owner: ufs-community
- License: other
- Created: 2019-10-15T14:38:48.000Z (about 5 years ago)
- Default Branch: develop
- Last Pushed: 2024-06-11T16:12:09.000Z (5 months ago)
- Last Synced: 2024-06-11T16:46:27.646Z (5 months ago)
- Topics: community-modeling, forecast-model, numerical-weather-prediction, nwp, ufs, unified-forecast-system, weather-model
- Language: Fortran
- Homepage:
- Size: 73.8 MB
- Stars: 130
- Watchers: 47
- Forks: 238
- Open Issues: 138
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
- open-sustainable-technology - ufs-weather-model - Contains the model code and external links needed to build the Unified Forecast System atmosphere model and associated components, including the WaveWatch III model. (Atmosphere / Meteorological Observation and Forecast)
README
[![Read The Docs Status](https://readthedocs.org/projects/ufs-weather-model/badge/?badge=latest)](http://ufs-weather-model.readthedocs.io/)
# ufs-weather-model
This is the UFS weather model source code
# Where to find information
Start at the [wiki](https://github.com/ufs-community/ufs-weather-model/wiki) which has quick start instructions.
[User's reference guide](http://ufs-weather-model.readthedocs.io/) is hosted on read the docs.
# What files are what
The top level directory structure groups source code and input files as follow:
| File/directory | Purpose |
| -------------- | ------- |
| ```LICENSE.md``` | A copy of the GNU Lesser General Public License, Version 3. |
| ```README.md``` | This file with basic pointers to more information. |
| ```AQM/``` | Contains air quality modeling component |
| ```CMEPS-interface/``` | Contains CMEPS mediator |
| ```CICE-interface/``` | Contains CICE sea-ice model component including CICE6 and Icepack |
| ```CDEPS-interface/``` | Contains CDEPS data components, including data-atmosphere (DATM) and data-ocean (DOCN) model components|
| ```FV3/``` | Contains FV3 atmosphere model component including FV3 dynamical core, dynamics to physics driver, physics and IO. |
| ```GOCART/``` | Contains GOCART aerosol model component |
| ```HYCOM-interface/``` | Contains HYCOM ocean model component |
| ```MOM6-interface/``` | Contains MOM6 ocean model component |
| ```NOAHMP-interface/``` | Contains Noah-MP land model component |
| ```WW3/``` | Contains community wave modeling framework WW3 |
| ```stochastic_physics/``` | Contains the stochastic physics source code |
| ```cmake/``` | Contains compile option files on various platforms. |
| ```modulefiles/``` | Contains module files on various platforms. |
| ```tests/``` | Regression and unit testing framework scripts. |
| ```build.sh``` | Script to build the model executable (also used by `tests/`) |E.g. use of `build.sh` to build the coupled model with `FV3_GFS_v15p2` as the CCPP suite.
```
$> CMAKE_FLAGS="-DAPP=S2S" CCPP_SUITES="FV3_GFS_v15p2" ./build.sh
```
The build system is regularly tested with [Tier-1 and Tier-2 platforms](
https://github.com/ufs-community/ufs-weather-model/wiki/Regression-Test-Policy-for-Weather-Model-Platforms-and-Compilers).
Configurations for other platforms that are available with UFS should be used with the understanding that they are not regularly
tested and users will have to adapt those to make it work.# Disclaimer
The United States Department of Commerce (DOC) GitHub project code is provided
on an "as is" basis and the user assumes responsibility for its use. DOC has
relinquished control of the information and no longer has responsibility to
protect the integrity, confidentiality, or availability of the information. Any
claims against the Department of Commerce stemming from the use of its GitHub
project will be governed by all applicable Federal law. Any reference to
specific commercial products, processes, or services by service mark,
trademark, manufacturer, or otherwise, does not constitute or imply their
endorsement, recommendation or favoring by the Department of Commerce. The
Department of Commerce seal and logo, or the seal and logo of a DOC bureau,
shall not be used in any manner to imply endorsement of any commercial product
or activity by DOC or the United States Government.