Miles Curry

Results 10 issues of Miles Curry

### Description Similar to issue #811 and its fix #814, tricontour and tricountourf incorrectly Change the bounds of the plot to be extremely zoomed in. i.e.: ![ortho-zoomed](https://user-images.githubusercontent.com/2590700/61646936-740c0880-ac69-11e9-9a7f-d31316fae626.png) The extent can...

### Description of changes This merge adds the surface data and landuse.timeseries files for the CAM-MPAS dycore. At present, these grids are: - mpasa480 - 480 km quasi-uniform, global with...

type: enhancement
tag: enh - new science

Background: MPAS decomposition files are created by a third-party program, gpmetis (graph partition metis). In standalone MPAS, users use the gpmetis on a graph.info file of a given grid to...

bug
CoupledEval4 -wish list
mpas

This PR adds a new page in the tutorial section of the docs that details how to add a custom resource handler. Currently, it contains a section on adding resource...

Some examples are broken due to the 3.0 camera updates. So far there are: - [x] `arcade/examples/procedural_caves_bsp.py` - Camera 'Jitters' - [x] `arcade/examples/procedural_caves_cellular.py` - `AttributeError: module 'arcade.camera' has no attribute...

## Bug Report Originally found by @alejcas. A grid of SpriteSolidColors can produce missing pixels on some machines on some irrational zoom levels. These missing pixels appear as very small...

documentation

This issue is to help coordinate adding 'support' to a 120 km 32 vertical levels MPAS mesh. The 120 km mesh has 40,962 grid columns. To Do: * Add MPAS...

mpas

It appears rougelikedevelopment.org is no more. Perhaps it is now rougebasin.com? Regardless, this replaces the dead link with a good one. I am not familiar with the original link, but...

This is a simple example of how to create a split screen example using Camera2D and uses the PyMunk physics engine. In the example, we create two cameras, and change...

This merge makes `viewport` a property of Camera2D and adds a setter for it. In the setter, and in __init__, we check that `viewport` is a `Rect` and raise a...