Source code for pycif.plugins.domains.wrfchem.create_domain
from logging import info
[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 NotImplementedError