Skip to content

Suggestion: Add Error Formulas for SWAT+ Performance Metrics #33

@debpal

Description

@debpal

It would be useful to add the following error formulas for computing performance metrics of SWAT+ simulations against observed data:

error_dict = {
    'NSE': 'Nash-Sutcliffe Efficiency',
    'KGE': 'Kling-Gupta Efficiency', 
    'MSE': 'Mean Squared Error',
    'RMSE': 'Root Mean Squared Error',
    'PBIAS': 'Percent Bias',
    'MARE': 'Mean Absolute Relative Error'
}

I have prepared some code for this feature but will wait to integrate it until pull request #30 is merged.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions