Shingle
Shingle copied to clipboard
Generalised self-consistent and automated domain discretisation for multi-scale geophysical models.
Trying to install with Python 3: ``` [farrellp@colossus:~/git]$ git clone https://github.com/shingleproject/Shingle.git shingle Cloning into 'shingle'... ... [farrellp@colossus:~/git/shingle] (git:master) $ pip3 install -e . Obtaining file:///scratch2/farrellp/shingle Installing collected packages: shingle Running...
The metric mesh refinement based on Python-expressions is broken. This is reproducible in one of the test cases (see below). Possible solution: The size field should be sampled in meters...
Rely just on the packages listed in the adding: > addons: apt: packages: and remove the further apt-get install lines, e.g.: > sudo apt-get update > sudo apt-get install -y...
Add Bionic and Xenial apt and pip build environments
Output specification from the Portland Bill test case is good, but raises an index error. > ERROR 1: Invalid index : 0 See: test/Portland_Bill_shape/Portland_Bill_shape.brml
_From @francispoulin on April 15, 2017 13:28_ Thanks for putting this together. I am very keen to try it out but I am still at the first phase of trying...