pycif.plugins.domains.chimere — API reference#
Configuration reference: chimere plugin
- pycif.plugins.domains.chimere.create_domain.create_domain(domain, **kwargs)[source]#
Creates a grid if needed
- Parameters:
domain (dictionary) – dictionary defining the domain.
- pycif.plugins.domains.chimere.read_domain.read_grid(domain, **kwargs)[source]#
Reads an horizontal and a vertical grid from existing files
- Parameters:
domain (dictionary) – dictionary defining the domain. Should include
file (filegrid to be able to read the grid from a)
- Returns:
Grid dictionary with meshgrids for center lon/lat and corner lon/lat
Notes: