-
Notifications
You must be signed in to change notification settings - Fork 250
Building model
Minsuk Ji edited this page Nov 2, 2020
·
16 revisions
This page is under construction
- Simple wrapper that calls CMake build system
- Simple wrapper that calls build.sh
- Used by ufs-weather-model/tests/rt.sh
- Specify components to build, e.g.,
-
S2S=Y
(include MOM6, CICE, CMEPS) WW3=Y
-
- Specify CCPP suite name, e.g.,
CCPP=Y SUITES=FV3_GFS_2017
CCPP=Y SUITES=FV3_GFS_2017_coupled
- Build in debug mode
DEBUG=Y
- Putting everything together, e.g.,
CCPP=Y SUITES=FV3_GFS_2017_coupled S2S=Y WW3=Y
- Commit Queue
- WCOSS2/Acorn Library Install Status
- News
- Making code changes in the UFS weather model using the GitHub repository
- UFS weather model code commit tutorial recordings
- Building model
- Running regression tests
- Regression Test Policy for Weather Model Platforms and Compilers
- Running operational requirements tests
- Porting to a new machine
-
spack-stack - builds prerequisite software stack for the UFS WM, including NCEPLIBS and NCEPLIBS-external
- NCEPLIBS - builds bundled library dependencies
- NCEPLIBS-external - builds external library dependencies