sa4APEX: sa4APEX

Description Usage Arguments Value Examples

Description

Performs sensitivity analysis for RMSE, NASH, PBIAS, and MEAN perofrmance measures.

Usage

1
sa4APEX(input, input4SA, usingTextFile = FALSE)

Arguments

input

A list object (or a file name) containing simulation and SA parameters.

input4SA

A list containing inputs for SA (i.e. output of a call to mc4APEX function)

usingTextFile

A logical variable (i.e. either TRUE or FALSE) specifying weather to read "Input" from a List object or a text file.

Value

Void (i.e., writes sensitivity results in text files).

Examples

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
## Not run: 
# Creating a copy of tutorial folder:
    getExampleFolder()
# Creating a list for setting inputs:
    globalInput <- inputGen()
# Setting parameter bounds:
    globalInput$apexPARM$Root_growth_soil[1] = 0.15
    globalInput$apexPARM$Root_growth_soil[2] = 0.2
    globalInput$apexPARM$Soil_evap_plant_cover[1] = 0
    globalInput$apexPARM$Soil_evap_plant_cover[2] = 0.5
# Performing Monte Carlo simulation:
    input4SA <- APEXSENSUN::mc4APEX(globalInput)
# Performing sensitivity analysis:
    sa4APEX(globalInput,input4SA = input4SA)
    
## End(Not run)

Rapex2017/apexsensun documentation built on May 4, 2019, 6:39 p.m.