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
    • Artifacts
    • 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
  • !246

Fix subseasonal startdate recipe splitting when giving individual dates

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged vagudets requested to merge bugfix-subseasonal_sdate_splitting into master Sep 23, 2025
  • Overview 2
  • Commits 2
  • Pipelines 2
  • Changes 1

@vtorralba noticed a bug in the subseasonal case. When providing multiple start dates in this way the recipe is not divided correctly:

  Time:
    sdate: 
      - 20240823 #%Y%m%d
      - 20240830

This is because of a bug in the code of tools/divide_recipe.R that considers only the current start_date in the loop, and generates a vector of only one start date even when there are multiple, resulting in only one recipe.

This MR fixes this bug.

Victòria

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: bugfix-subseasonal_sdate_splitting