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
  • #78
Closed
Open
Issue created Jul 10, 2023 by vagudets@vagudetsMaintainer

Main recipe vs. Atomic recipe: Make the format more general

Currently, there are some fields in the main recipe which need to be specified in a different way from the atomic recipe for the splitting to work correctly. For example:

# Atomic recipe
 Region:
    latmin: 20 # Mandatory, int: minimum latitude
    latmax: 80 # Mandatory, int: maximum latitude
    lonmin: -20 # Mandatory, int: minimum longitude
    lonmax: 40 # Mandatory, int: maximum longitude
# Main recipe
  Region:
   - {name: "UE", latmin: 20, latmax: 80, lonmin: -20, lonmax: 40}

Or,

# Atomic recipe
    System: # multiple systems for single model, split if Multimodel = F
      name: ECMWF-SEAS5.1
# Main recipe
    System: # multiple systems for single model, split if Multimodel = F
      - {name: ECMWF-SEAS5.1}

Ideally, the format should be uniform to avoid confusion for users.

FYI @nperez

Assignee
Assign to
Time tracking