fdk_setup_sofun: Complements the setup settings

View source: R/fdk_setup_sofun.R

fdk_setup_sofunR Documentation

Complements the setup settings

Description

Complements the settings based on the site meta info CSV file or data frame.

Usage

fdk_setup_sofun(site_info, params_siml)

Arguments

site_info

A character string specifying the path to the site meta info file, or a dataframe containing the site meta info.

params_siml

A named list containing the simulation parameters for SOFUN.

Value

A dataframe (tibble) containing the site meta info, complemented by column 'params_siml' which is a nested list of complemented simulation parameters.

Examples

## Not run: 
 setup <- prepare_setup_sofun(
   site_info = site_info,
   params_siml = params_siml
  )

## End(Not run)

computationales/flux_data_kit documentation built on Feb. 23, 2025, 8:19 p.m.