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 42
    • Issues 42
    • 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
  • !136

Add option to downscale forecast and enhancements to Downscaling functions

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged vagudets requested to merge dev-Downscaling into master May 07, 2024
  • Overview 1
  • Commits 20
  • Pipelines 4
  • Changes 9

From !123 (merged):

"Forecast downscaling" and "downscaling through the large scale variables in analogs" features are ready in the dev-Downscaling branch. Based on the updates, if forecast data and hindcast data are provided together, the functions of the module will prefer to downscale the forecast data. For the analogs, the priority is as follows:

+if only data$hcst is provided for the model part, hindcast downscaling will be applied using the same local scale variable as the predictor.

+if data$hcst and data$hcstL are provided for the model part, hindcast downscaling will be applied using the large scale variable as the predictor.

+if data$hcst, data$hcstL and data$fcst are provided for the model part, forecast downscaling will be applied using the same local scale variable as the predictor.

+if data$hcst, data$hcstL, data$fcst, and data$fcstL are provided for the model part, forecast downscaling will be applied using the large scale variable as the predictor.

Please also be aware of that data$obsL must be provided so that the function can apply downscaling using the large scale variable.

Another update, 4nn method in Intlr option has been changed to the 9nn method with principal component pre-filtering.

Salutes!

Eren

fyi @nperez

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev-Downscaling