Skip to content

UberQuickGuide

Paul Leopardi edited this page Oct 8, 2024 · 9 revisions

Uber Quick Guide

  1. Checkout the source code:
svn checkout https://trac.nci.org.au/svn/cable/trunk MyCABLE
cd MyCABLE/offline
  1. Build a serial version of CABLE
./build3.sh
  1. Execute this serial version of CABLE
./cable

The CABLE executable (./cable) is configured via the namelist cable.nml. By default the provided cable.nml points to 4-year meteorological forcing from the Tumbarumba fluxnet site. NB: spinning up the model has been switched off in cable.nml (spinup=.FALSE.)

ACCESS-ESM1.5 uses a version of CABLE based on CABLE-2.3.4.

ACCESS-CM2 uses a version of CABLE that is closer to the HEAD of the trunk at the time of writing (December 2019).

For a more detailed discussion of CABLE offline please see this page from the User Guide.

Clone this wiki locally