Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • C climix
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 53
    • Issues 53
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 4
    • Merge requests 4
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • climix
  • climix
  • Issues
  • #95

Closed
Open
Created Jul 03, 2019 by Lars Bärring@a001257Developer

annual indices based on part of the year are not seasonal

Currently they have to handled as seasonal to allow the season (i.e. relevant part of the year) to be specified. As result, the global variable frequency = "sem" rather than the correct frequency = "ann"

Could the code interpreting the metadata.yml entry

    period:
      allowed:
        annual:
        monthly:
        seasonal: JASOND
      default: seasonal

be changed to either output frequency = "ann" when there is just one entry (string) and not a list of strings, or to allow something like

    period:
      allowed:
        annual: JASOND
        monthly:
        seasonal:
      default: annual
Assignee
Assign to
Time tracking