Installation
Install Julia first on macOS or Linux with:
curl -fsSL https://install.julialang.org | shInstall 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.gitThen load the package:
using TARSATARSA 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.