-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathsetupWaterValuesSimulation.Rd
51 lines (41 loc) · 1.53 KB
/
setupWaterValuesSimulation.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
44
45
46
47
48
49
50
51
% Generated by roxygen2: do not edit by hand
% Please edit documentation in R/setupWaterValuesSimulation.R
\name{setupWaterValuesSimulation}
\alias{setupWaterValuesSimulation}
\title{Setup a simulation before running it for calculating Water Values}
\usage{
setupWaterValuesSimulation(
area,
fictive_area_name = paste0("watervalue_", area),
thermal_cluster = "WaterValueCluster",
overwrite = FALSE,
remove_areas = NULL,
opts = antaresRead::simOptions(),
reset_hydro = T,
link_from = NULL,
pumping = F,
max_load = 1e+08,
...
)
}
\arguments{
\item{area}{The area concerned by the simulation.}
\item{fictive_area_name}{Name of the fictive area to create.}
\item{thermal_cluster}{Name of the thermal cluster to create.}
\item{overwrite}{If area or cluster already exists, overwrite them ?}
\item{remove_areas}{Character vector of area(s) to remove from the created district.}
\item{opts}{List of simulation parameters returned by the function
\code{antaresRead::setSimulationPath}}
\item{reset_hydro}{Boolean. True to reset hydro inflow to 0 before the simulation.}
\item{link_from}{area that will be linked to the created fictive area. If it's
\code{NULL} it will takes the area concerned by the simulation.}
\item{pumping}{Boolean. True to take into account the pumping.}
\item{max_load}{the maximum load to put it in the fictive areas.}
\item{...}{further arguments passed to or from other methods.}
}
\value{
The result of antaresRead::simOptions
}
\description{
Setup a simulation before running it for calculating Water Values
}