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

Improvements to orography correction

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Nuria Pérez-Zanón requested to merge dev_oro_corr_improvements into master Mar 27, 2025
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 1

Hi @vagudets

I have made some changes to the orography correction.

  1. It corrects the hindcast and the forecast instead of the observations because we aim to be similar to observations in general
  2. It checks the units of the orography
  3. It includes a parameter to adjust the constant if needed
  4. The Start calls are defined in the same order as the data cubes

We may need to ensure all c3s forecasts are correctly calling the orography variable in the conf (related to !197 (merged))

I don't know why I need to change get_archive() by the archive <- read_yaml("conf/archive_seasonal.yml")[[recipe$Run$filesystem]]

Núria

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev_oro_corr_improvements