EVALUATE: Get an efficiency coefficient from the parameter group

Description Usage Arguments Value

View source: R/CALIBRATE.R

Description

Get an efficiency coefficient from the parameter group

Usage

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
EVALUATE(
  Paramter_Calibrate,
  fct_Run_Model,
  TimeVariData,
  TimeInvariData,
  Paramter_fest,
  Observe,
  warmUPN = 300,
  fct_Evaluate = NSE
)

Arguments

Paramter_Calibrate

parameter for the parameter that need to calibrate

fct_Run_Model

function for Run_Model

TimeVariData

Time Vari Data

TimeInvariData

Time invariabel Data

Paramter_fest

parameter for the parameter that don't need to calibrate

Observe

the observe data

warmUPN

= 730 the warm up period, they will not be evaluated

fct_Evaluate

= NSE(Nash effect) The function to calculate the efficiency coefficient. It is recommended to be found in the "hydroGOF" R-package or written by yourself.

Value

coefficient Wert bei selecte coefficient function and Model


LuckyKanLei/EDHM documentation built on Dec. 17, 2021, 1:14 a.m.