mpas_tools.mesh.creation.jigsaw_driver.build_jigsaw

mpas_tools.mesh.creation.jigsaw_driver.build_jigsaw(logger=None, clone=False)[source]

Build the JIGSAW and JIGSAW-Python tools using conda-forge compilers

Parameters:
  • logger (logging.Logger, optional) – A logger for the output if not stdout

  • clone (bool, optional) – If True, clone the jigsaw-python repository from github and build it. If False, just build the existing repository.