geodat.nc.create_climatology_dimension

geodat.nc.create_climatology_dimension(calendar, units, time0=None, **dim_args)[source]

Create a monthly dimension for climatology time axis

Parameters:
  • calendar (str) – e.g. “julian”
  • units (str) – e.g. “days since 0001-01-01 00:00:00”
  • time0 (str) – default “0001-01-16 00:00:00”, the first value on the time axis
Returns:

geodat.nc.Dimension

Optional keyword arguments are passed to geodat.nc.Dimension

Fork me on GitHub