ATMI - Atmospheric Impact Simulation
Loading...
Searching...
No Matches
Classes | Functions
lib.netCDFutils Namespace Reference

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.
 

Detailed Description

Gathers some useful functions for netCDF data manipulation.

Description

Defines the user class for the manipulation of generic netCDF dataset and a function for time dates selection.

Libraries/Modules

Notes

TODO

Author(s)

Function Documentation

◆ window()

window ( start,
stop,
month,
day,
hour,
interval )

This function gives the days in a window of some days around a specific date.

Parameters
startThe starting year.
stopThe final year.
monthThe month of the specific date.
dayThe day of the specific date.
hourThe hour of the specific date.
intervalThe number of days of the semi-window.