Package oms3
Class SimConst
- java.lang.Object
-
- oms3.SimConst
-
public class SimConst extends Object
All constants to be used for creating simulations.- Author:
- od
-
-
Field Summary
Fields Modifier and Type Field Description static StringABSDIFabsolute differencestatic StringANNUAL_MEANstatic StringAVEAverage volume errorstatic StringBINARYCalibration type: parameter values are binarystatic StringCOMBINEDstatic StringCOUNTstatic StringDAILYstatic StringDAILY_MEANstatic StringDSGRADstatic StringGRADstatic StringINDIVIDUALCalibration type: individual parameter values are used for calibrationstatic StringIOAIndex of Agreementstatic StringIOA2Index of Agreement pow 2static StringLAG1static StringLOGABSDIFlog of absolute differencestatic StringLOGNSNash-Sutcliffe logstatic StringLOGNS2Nash-Sutcliffe log pow 2static StringMAXstatic StringMEANstatic StringMEAN_MONTHLYstatic StringMEANDEVstatic StringMEDIANstatic StringMINstatic StringMONTHLYstatic StringMONTHLY_MEANstatic StringMULTIstatic StringNSNash-Suttcliffestatic intNUMBEREDstatic StringPBIASBIASstatic StringPERIOD_MAXIMUMstatic StringPERIOD_MEANstatic StringPERIOD_MEDIANstatic StringPERIOD_MININUMstatic StringPERIOD_STANDARD_DEVIATIONstatic StringPMCCPearson correlationstatic StringPRODstatic StringQ1static StringQ2static StringQ3static StringR2static StringRANGEstatic StringRMSERoot mean square errorstatic StringROCERunoff coefficient errorstatic intSIMPLEstatic StringSTACKEDstatic StringSTDDEVstatic StringSUMstatic intTIMEstatic StringTRMSEtransformed root mean square errorstatic StringVARstatic StringWEEKLYstatic StringWR2static StringYEARLY
-
-
-
Field Detail
-
INDIVIDUAL
public static final String INDIVIDUAL
Calibration type: individual parameter values are used for calibration- See Also:
- Constant Field Values
-
BINARY
public static final String BINARY
Calibration type: parameter values are binary- See Also:
- Constant Field Values
-
DAILY_MEAN
public static final String DAILY_MEAN
- See Also:
- Constant Field Values
-
MONTHLY_MEAN
public static final String MONTHLY_MEAN
- See Also:
- Constant Field Values
-
MEAN_MONTHLY
public static final String MEAN_MONTHLY
- See Also:
- Constant Field Values
-
ANNUAL_MEAN
public static final String ANNUAL_MEAN
- See Also:
- Constant Field Values
-
PERIOD_MEAN
public static final String PERIOD_MEAN
- See Also:
- Constant Field Values
-
PERIOD_MEDIAN
public static final String PERIOD_MEDIAN
- See Also:
- Constant Field Values
-
PERIOD_STANDARD_DEVIATION
public static final String PERIOD_STANDARD_DEVIATION
- See Also:
- Constant Field Values
-
PERIOD_MININUM
public static final String PERIOD_MININUM
- See Also:
- Constant Field Values
-
PERIOD_MAXIMUM
public static final String PERIOD_MAXIMUM
- See Also:
- Constant Field Values
-
DAILY
public static final String DAILY
- See Also:
- Constant Field Values
-
WEEKLY
public static final String WEEKLY
- See Also:
- Constant Field Values
-
MONTHLY
public static final String MONTHLY
- See Also:
- Constant Field Values
-
YEARLY
public static final String YEARLY
- See Also:
- Constant Field Values
-
MEAN
public static final String MEAN
- See Also:
- Constant Field Values
-
MIN
public static final String MIN
- See Also:
- Constant Field Values
-
MAX
public static final String MAX
- See Also:
- Constant Field Values
-
COUNT
public static final String COUNT
- See Also:
- Constant Field Values
-
RANGE
public static final String RANGE
- See Also:
- Constant Field Values
-
MEDIAN
public static final String MEDIAN
- See Also:
- Constant Field Values
-
STDDEV
public static final String STDDEV
- See Also:
- Constant Field Values
-
VAR
public static final String VAR
- See Also:
- Constant Field Values
-
MEANDEV
public static final String MEANDEV
- See Also:
- Constant Field Values
-
SUM
public static final String SUM
- See Also:
- Constant Field Values
-
PROD
public static final String PROD
- See Also:
- Constant Field Values
-
Q1
public static final String Q1
- See Also:
- Constant Field Values
-
Q2
public static final String Q2
- See Also:
- Constant Field Values
-
Q3
public static final String Q3
- See Also:
- Constant Field Values
-
LAG1
public static final String LAG1
- See Also:
- Constant Field Values
-
SIMPLE
public static final int SIMPLE
- See Also:
- Constant Field Values
-
NUMBERED
public static final int NUMBERED
- See Also:
- Constant Field Values
-
TIME
public static final int TIME
- See Also:
- Constant Field Values
-
ABSDIF
public static final String ABSDIF
absolute difference- See Also:
- Constant Field Values
-
LOGABSDIF
public static final String LOGABSDIF
log of absolute difference- See Also:
- Constant Field Values
-
NS
public static final String NS
Nash-Suttcliffe- See Also:
- Constant Field Values
-
LOGNS
public static final String LOGNS
Nash-Sutcliffe log- See Also:
- Constant Field Values
-
LOGNS2
public static final String LOGNS2
Nash-Sutcliffe log pow 2- See Also:
- Constant Field Values
-
IOA
public static final String IOA
Index of Agreement- See Also:
- Constant Field Values
-
IOA2
public static final String IOA2
Index of Agreement pow 2- See Also:
- Constant Field Values
-
R2
public static final String R2
- See Also:
- Constant Field Values
-
GRAD
public static final String GRAD
- See Also:
- Constant Field Values
-
WR2
public static final String WR2
- See Also:
- Constant Field Values
-
DSGRAD
public static final String DSGRAD
- See Also:
- Constant Field Values
-
AVE
public static final String AVE
Average volume error- See Also:
- Constant Field Values
-
RMSE
public static final String RMSE
Root mean square error- See Also:
- Constant Field Values
-
PBIAS
public static final String PBIAS
BIAS- See Also:
- Constant Field Values
-
PMCC
public static final String PMCC
Pearson correlation- See Also:
- Constant Field Values
-
TRMSE
public static final String TRMSE
transformed root mean square error- See Also:
- Constant Field Values
-
ROCE
public static final String ROCE
Runoff coefficient error- See Also:
- Constant Field Values
-
STACKED
public static final String STACKED
- See Also:
- Constant Field Values
-
COMBINED
public static final String COMBINED
- See Also:
- Constant Field Values
-
MULTI
public static final String MULTI
- See Also:
- Constant Field Values
-
-