ATMI - Atmospheric Impact Simulation
|
Gathers some useful functions for netCDF data manipulation. More...
Classes | |
class | data |
This class gathers some xarray utility tools. More... | |
Functions | |
window (start, stop, month, day, hour, interval) | |
This function gives the days in a window of some days around a specific date. | |
Gathers some useful functions for netCDF data manipulation.
Defines the user class for the manipulation of generic netCDF dataset and a function for time dates selection.
window | ( | start, | |
stop, | |||
month, | |||
day, | |||
hour, | |||
interval ) |
This function gives the days in a window of some days around a specific date.
start | The starting year. |
stop | The final year. |
month | The month of the specific date. |
day | The day of the specific date. |
hour | The hour of the specific date. |
interval | The number of days of the semi-window. |