This repository contains the source-code, scripts and data used in the Ambient Forcing paper. You can access the paper under the following DOI
The project depends on AmbientForcing.jl and TreeNodeClassification.jl which are not registered. In order to run the code you will have to add them manually:
julia> ] add "https://github.com/PIK-ICoNe/AmbientForcing.jl"#v0.1.0
julia> ] add "https://github.com/PIK-ICoNe/TreeNodeClassification"