create_input_tables: Create input tables

View source: R/create_input_tables.R

create_input_tablesR Documentation

Create input tables

Description

Create csv files from the LakeEnsemblR dictionary file, where the user can enter values for selected parameters. Running the function with default arguments will print all empty input files, whereas adding the argument "all" will print all parameters.

Usage

create_input_tables(
  folder = ".",
  config_file,
  folder_out = folder,
  input = NULL,
  models_coupled = c("GLM-AED2", "GOTM-Selmaprotbas", "GOTM-WET", "Simstrat-AED2",
    "MyLake", "PCLake")
)

Arguments

folder

path; where is the config_file located

config_file

character; read groups of phytoplankton, zooplankton, etc. from here

folder_out

path; in what folder should the files be placed

input

character vector; for what parameters do you want to fill in values


aemon-j/LakeEnsemblR.WQ documentation built on June 17, 2022, 2:31 p.m.