format_outflow | R Documentation |
Format dataframe into shape for the specified model
format_outflow(outflow, model, config_file, folder = ".")
outflow |
dataframe; as read.csv() from standardised input. |
model |
character; Model for which scaling parameters will be applied. Options include c('GOTM', 'GLM', 'Simstrat', 'FLake') |
config_file |
filepath; To LER config yaml file. Only used if model = 'GOTM' |
folder |
filepath; to folder which contains the model folders generated by export_config() |
dataframe of met data in the model format
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.