pycif.plugins.domains.wrfchem — API reference

pycif.plugins.domains.wrfchem — API reference#

Configuration reference: wrfchem plugin

pycif.plugins.domains.wrfchem.create_domain.create_domain(domain, **kwargs)[source]#

Creates a grid if needed

Parameters:

domain (dictionary) – dictionary defining the domain.

Returns:

Error (not implemented).

pycif.plugins.domains.wrfchem.get_sides.get_sides(self)[source]#

Gets the coordinates of lateral WRF domain boundaries

pycif.plugins.domains.wrfchem.read_domain.read_grid(domain, **kwargs)[source]#

Reads WRF domain definition from files

Fills domain object with values read from WRF files (that must have been created prior to CIF run)

Parameters:
  • domain (domain object)

  • contents (Object defining the domain. For)

  • in (see input_arguments)

  • __init__.py

Returns:

domain object with meshgrids for center lon/lat and corner lon/lat

Notes

  • Only able to work with one domain for now, no nesting.