Skip to content

Enum: Calendar (CalendarEnum)

Calendar of the time axis. Comprises the CF calendar values plus product-specific conventions with no CF equivalent (e.g. daymet_365).

URI: envar:enum/CalendarEnum

Permissible Values

Value Meaning Description Additional Info
gregorian None Standard mixed Julian / Gregorian calendar (default)
noleap None 365-day calendar with no leap days (Feb 29 dropped)
daymet_365 None Fixed 365-day year that keeps Feb 29 but drops Dec 31 in leap years — the Day... Title: Daymet 365-day
all_leap None 366-day calendar with all years leap
day_360 None 12 months of 30 days each (CF calendar value 360_day) Title: 360_day
julian None Proleptic Julian calendar
proleptic_gregorian None Proleptic Gregorian calendar

Slots

Name Description
calendar Calendar of the time axis

See Also

Identifier and Mapping Information

Schema Source

LinkML Source

name: CalendarEnum
description: Calendar of the time axis. Comprises the CF `calendar` values plus product-specific
  conventions with no CF equivalent (e.g. `daymet_365`).
title: Calendar
from_schema: https://w3id.org/linkml/microschemas/envar
see_also:
- https://cfconventions.org/cf-conventions/cf-conventions.html#calendar
rank: 1000
permissible_values:
  gregorian:
    text: gregorian
    description: Standard mixed Julian / Gregorian calendar (default).
  noleap:
    text: noleap
    description: 365-day calendar with no leap days (Feb 29 dropped). Common in climate-model
      output.
  daymet_365:
    text: daymet_365
    description: 'Fixed 365-day year that keeps Feb 29 but drops Dec 31 in leap years
       the Daymet convention. Not a CF calendar: distinct from `noleap` (which drops
      Feb 29) and from `gregorian` (which keeps Dec 31), so neither substitute preserves
      Daymet''s day-of-year alignment.'
    title: Daymet 365-day
  all_leap:
    text: all_leap
    description: 366-day calendar with all years leap.
  day_360:
    text: day_360
    description: 12 months of 30 days each (CF `calendar` value `360_day`). Common
      in some climate-model outputs.
    title: 360_day
  julian:
    text: julian
    description: Proleptic Julian calendar.
  proleptic_gregorian:
    text: proleptic_gregorian
    description: Proleptic Gregorian calendar.