-
Notifications
You must be signed in to change notification settings - Fork 0
CableUserGuide_CBL3_Offline_Building_serial
Paul Leopardi edited this page Oct 8, 2024
·
7 revisions
Both the serial and parallel executable for CABLE offline are built in the offline/ directory by executing
build3.sh. To build serial model execute:
.//build3.sh
build3.sh loads modules for Fortran compilers and NETCDF packages, sets compiler flags, then compiles
using both Makefile and serial_cable. Makefile compiles CABLE code that is common to serial
and parallel CABLE. This includes all of the science/, util/, and params/ code. A script,
serial_cable is then called which compiles the serial driver and links everything together to produce an
executable cable.