model.utils.time

Time-coordinate helpers for ADELM.

Module Contents

Functions

time_values_to_dates

Convert supported time values to Python date objects where possible.

decode_netcdf_time_values

Decode NetCDF numeric time values to ISO date strings.

Data

API

model.utils.time.time_values_to_dates(time_values)

Convert supported time values to Python date objects where possible.

model.utils.time.decode_netcdf_time_values(time_values, units, calendar='standard')

Decode NetCDF numeric time values to ISO date strings.

model.utils.time.__all__

[‘decode_netcdf_time_values’, ‘time_values_to_dates’]