Skip to content

Building model

Minsuk Ji edited this page Nov 2, 2020 · 16 revisions

This page is under construction

build.sh

  • Simple wrapper that calls CMake build system

compile.sh

  • Simple wrapper that calls build.sh
  • Used by ufs-weather-model/tests/rt.sh

Specify build options

  • 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
Clone this wiki locally