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
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Apr 21, 2024 by eduzenli's avatar eduzenli
Show whitespace changes
Inline Side-by-side
home.md
View page @ 54b7608e
...@@ -254,7 +254,9 @@ If cross-validation is chosen, leave-one-out cross-validation will be applied. T ...@@ -254,7 +254,9 @@ If cross-validation is chosen, leave-one-out cross-validation will be applied. T
The Downscaling module performs downscaling on the anomalies making use of the functions in the [CSDownscale package](https://earth.bsc.es/gitlab/es/csdownscale). It accepts the output of the Anomalies module as input and also requires the recipe. The module applies the selected downscaling method to the hindcast anomalies using observed anomalies as the reference and returns the downscaled data and its metadata as an s2dv_cube object. The Downscaling module performs downscaling on the anomalies making use of the functions in the [CSDownscale package](https://earth.bsc.es/gitlab/es/csdownscale). It accepts the output of the Anomalies module as input and also requires the recipe. The module applies the selected downscaling method to the hindcast anomalies using observed anomalies as the reference and returns the downscaled data and its metadata as an s2dv_cube object.
The output of the main function, **Downscaling()**, is a list containing the downscaled hindcast and observations, named **hcst** and **obs**. Currently it is not possible to apply Downscaling to the forecast. Additionally, forecast data can be downscaled. In this case, while hindcast and observational data are used to train the model, the relationship obtained from the training period is utilized to downscale the forecast data.
The output of the main function, **Downscaling()**, is a list containing the downscaled hindcast (forecast) and observations, named **hcst** (**fcst**) and **obs**.
**Downscaling methods currently available:** **Downscaling methods currently available:**
......
Clone repository
  • Autosubmit
  • Current known bugs
  • FAQ
  • Operational Workflows with Jenkins
  • Home