Installation

Install Julia first on macOS or Linux with:

curl -fsSL https://install.julialang.org | sh

Install TARSA directly from the public Git repository:

julia -e 'using Pkg; Pkg.add(url="https://code.grasp-open.com/grasp-models/tarsa.git")'

Or in Julia package mode:

pkg> add https://code.grasp-open.com/grasp-models/tarsa.git

Then load the package:

using TARSA

TARSA requires Julia 1.12 or newer.

If you want to run examples that download ERA5/CAMS data or rebuild prepared external-data bundles, continue with Data Access.