forked from geco-bern/rsofun
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrun_pmodel_f_bysite.Rd
43 lines (36 loc) · 916 Bytes
/
run_pmodel_f_bysite.Rd
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/run_pmodel_f_bysite.R
\name{run_pmodel_f_bysite}
\alias{run_pmodel_f_bysite}
\title{R wrapper for SOFUN P-model}
\usage{
run_pmodel_f_bysite(
sitename,
params_siml,
site_info,
forcing,
params_soil,
params_modl,
makecheck = TRUE,
verbose = TRUE
)
}
\arguments{
\item{sitename}{Site name}
\item{params_siml}{Simulation parameters}
\item{site_info}{Site meta info}
\item{forcing}{forcing (input) dataframe
(returned object by `prepare_input_sofun()`)}
\item{params_soil}{A list of soil texture parameters}
\item{params_modl}{Model parameters}
\item{makecheck}{A logical specifying whether checks are performed
to verify forcings.}
\item{verbose}{A logical specifying whether to print warnings.
Defaults to TRUE.}
}
\description{
Call to the Fortran P-model
}
\details{
Model output is provided as a tidy dataframe
}