Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSTools CSTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • External
  • CSToolsCSTools
  • Merge requests
  • !25

Develop analogs

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Carmen Alvarez-Castro requested to merge develop-Analogs into master Oct 02, 2019
  • Overview 8
  • Commits 45
  • Pipelines 32
  • Changes 5

Hi @nperez @lcaron @rmarcos! Analogs function is ready! There are two options CST_Analogs and Analogs. @rmarcos Could you review these functions so we can include them in the next release?

Important: To load the data and to interpolate the data into a finer resolution for the downscaling is necessary to use CST_Load. Then you can use CST_Analogs for a simple downscaling using Analogs, or Analogs for an advanced downscaling and/or use of the analogs:

  • you can get a list of best Analogs, setting return_list=TRUE, or just the downscaling, setting return_list=FALSE,
  • you can impose the number of Analogs 'nAnalogs' in which perform the selection of the best Analog,
  • you can select best analogs using three possible criterias: Large_dist, Local_dist, or Local_cor as explained in the documentation.

Thanks! Carmen

Edited Nov 08, 2019 by Nuria Pérez-Zanón
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-Analogs