Source code for pycif.plugins.domains.wrfchem.create_domain
from logging import info
from ....utils.check.errclass import CifNotImplementedError
[docs]
def create_domain(domain, **kwargs):
"""Creates a grid if needed
Args:
domain (dictionary): dictionary defining the domain.
Returns:
Error (not implemented).
"""
logfile = kwargs.get("logfile", None)
info("TO DO", logfile)
raise CifNotImplementedError