pycif.plugins.domains.flexpart — API reference#
Configuration reference: flexpart plugin
- pycif.plugins.domains.flexpart.create_domain.create_domain(domain, **kwargs)[source]#
Creates a grid if needed
- Parameters:
domain (dictionary) – dictionary defining the domain.
Returns:
Notes
We assume that center coordinates are used in the domain definition
Todo:
- pycif.plugins.domains.flexpart.read_domain.read_grid(domain, **kwargs)[source]#
Reads a grid from an existing file
- Parameters:
domain (Plugin) – dictionary defining the domain. Should include
file (ficgrid to be able to read the grid from a)
- Returns:
Grid dictionary with meshgrids for center lon/lat and corner lon/lat
Notes
For now, this function is not used, so create_domain() will be called.