View source: R/create_input_tables.R
create_input_tables | R Documentation |
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.
create_input_tables( folder = ".", config_file, folder_out = folder, input = NULL, models_coupled = c("GLM-AED2", "GOTM-Selmaprotbas", "GOTM-WET", "Simstrat-AED2", "MyLake", "PCLake") )
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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.