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
  • Issues
  • #11
Closed
Open
Issue created Apr 07, 2022 by vagudets@vagudetsMaintainer

Bug: Wrong name for fcst time dimensions in load.R

Hi @lpalma

This is minor but I'm opening an issue to keep track of it so that I won't forget by the time you're back.

In load.R the name added to the fcst date dimension after the Start() call is 'fcst_year' instead of 'fcst_syear'. This is inconsistent with the time_dims vector defined in the startR_to_s2dv() fun. It's not causing problems now because we are only asking for one year, so it coincidentally bypasses the check in s2dv_cube() (since 1x3 is the same as just 3). However it would fail if the dim size were greater than 1, i.e. if we had more than one forecast year.

I'll change it in dev-loading-seasonal, which is now up to date with master, and when you come back we can discuss if needed and then merge the correction.

Cheers,

Victòria

Edited Apr 07, 2022 by vagudets
Assignee
Assign to
Time tracking