Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • SUNSET SUNSET
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 44
    • Issues 44
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • SUNSETSUNSET
  • Merge requests
  • !141

Mean-bias and Spread-to-error ratio significance

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Nadia Milders requested to merge dev_sprErr_significance into master May 31, 2024
  • Overview 26
  • Commits 28
  • Pipelines 12
  • Changes 20

Hi @vagudets,

This development is to include the significance of the metrics mean-bias and spread-to-error ratio. For this the function Bias.R in the skill module has been updated, and a new function SprErr.R has been included. These functions are currently called from the folder Skill/R/temp/, since there are not yet included in the master branch, see below the two issues regarding these developments:

  • s2dv#118 (closed)
  • s2dv#115 (closed)

A new statistic spread, has also been included in the Statistics module, to be able to calculate the spread-to-error ratio significance in the scorecards.

Additionally, the scorecards code has been restructured. The code is now separated into two functions; scorecard_calculations.R and scorecards_plotting.R.

The function scorecard_calculations applied to the atomic recipes and calculates the spatially aggregated metrics and statistical significance to visualise in the scorecards. The function uses as an input skill_metrics and statistics (depending on the requested metrics) and saves the aggregated metrics in a netcdf file per start date.

The function scorecards_plotting applies to the general recipe and loads the aggregated metrics from the saved netcdf files and plots the scorecard visualisations.

Let me know if anything is unclear.

Cheers,

Nadia

FYI @nperez

Edited Jun 03, 2024 by Nadia Milders
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev_sprErr_significance