clone_GOTM: Function to clone GOTM-FABM from github

View source: R/utility_tools.R

clone_GOTMR Documentation

Function to clone GOTM-FABM from github

Description

This function clones GOTM-FABM from the GOTM github page and prepares comiplation using cmake. Requires cmake. Builds the lake branche of GOTM

Usage

clone_GOTM(build_dir = "build", src_dir = "gotm", newest_version = TRUE)

Arguments

build_dir

Directory to build GOTM-FABM in.

src_dir

Directory to save the source code in.

newest_version

Boolean. Should the newest version of GOTM be used. Might break if there are substantial changes in GOTM. Fallback uses the Version of November 2019.

Author(s)

Johannes Feldbauer

Examples

## Not run: 
clone_GOTM(build_dir = "build",src_dir = "gotm")

## End(Not run)

JFeldbauer/rodeoFABM documentation built on Jan. 27, 2024, 11:41 a.m.