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
  • !123

Dev downscaling

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged eduzenli requested to merge dev-Downscaling into master Mar 12, 2024
  • Overview 7
  • Commits 10
  • Pipelines 5
  • Changes 7

Hola @vagudets !

"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 'datahcst' and 'datahcstL' are provided for the model part, hindcast downscaling will be applied using the large scale variable as the predictor.

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

+if 'datahcst', 'datahcstL', 'datafcst', and 'datafcstL' 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

Edited Mar 13, 2024 by eduzenli
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev-Downscaling