Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 630 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 630 Bytes

Ambient Forcing Paper Companion

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"