All Projects → ufs-community → ufs-weather-model

ufs-community / ufs-weather-model

Licence: other
UFS Weather Model

Programming Languages

fortran
972 projects
shell
77523 projects
CMake
9771 projects
python
139335 projects - #7 most used programming language
lua
6591 projects
c
50402 projects - #5 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to ufs-weather-model

gis4wrf
QGIS toolkit 🧰 for pre- and post-processing 🔨, visualizing 🔍, and running simulations 💻 in the Weather Research and Forecasting (WRF) model 🌀
Stars: ✭ 137 (+41.24%)
Mutual labels:  nwp

Read The Docs Status

ufs-weather-model

This is the UFS weather model source code

Where to find information

Start at the wiki which has quick start instructions.

User's reference guide 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.
NEMS/ Contains NOAA Environmental Modeling System source code and nems compset run scripts.
CMEPS-interface/ Contains CMEPS mediator
FV3/ Contains FV3 atmosphere model component including FV3 dynamical core, dynamics to physics driver, physics and IO.
DATM/ Contains Data Atmosphere model component
WW3/ Contains community wave modeling framework WW3.
MOM6-interface/ Contains MOM6 ocean model component
CICE-interface/ Contains CICE sea-ice model component including CICE6 and Icepack
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. 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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].