Skip to content

junwang-noaa/ufs-weather-model

 
 

Repository files navigation

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.
FMS/ Contains Flexible Modeling System source code.
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="-DS2S=ON" CCPP_SUITES="FV3_GFS_v15p2" ./build.sh

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.

Packages

No packages published

Languages

  • Shell 66.1%
  • CMake 30.3%
  • Python 2.0%
  • C++ 1.2%
  • Other 0.4%