Andy Aschwanden

Results 13 issues of Andy Aschwanden

As this (potential) bug is hard to describe in a few lines, please see the detailed bug report from the Summer School 2014 in McCarthy. Credits for finding it goes...

In the fourth edition of Physics of Glaciers by Cuffey and Paterson, the recommended values for the temperature dependence of the flow law have changed (see pages 72-73 and equation...

feature_request

After upgrading to GDAL 3.3, I'm suddenly getting the error below. I'm not quite sure what it means but I'm guessing something has changed in GDAL 3.3 that leads to...

Hi, (Tested with basemap 1.0.6) This works: `m.readshapefile('foo.shp', 'my_shape')` while this fails: `m.readshapefile('bar_0.1.shp', 'my_shape')` ``` raise IOError('error reading shapefile %s.shp' % shapefile) fields = shf.fields coords = []; attributes =...

For each grid resolution, I am currently creating a separate file from BedMachine by using `gdal`'s averaging method. This results in a large amount of input files, often duplicated across...

feature_request

Running extract_profiles.py -a -n 2 ..... bails with ``` Traceback (most recent call last): File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/bin/extract_profiles.py", line 1415, in p.map(extract, vars_list) File "/opt/local/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/multiprocessing/pool.py", line 251, in map return self.map_async(func, iterable,...

While the colormap under PyPISMTools/colormaps is correctly found in macports python, this is not the case for Ubuntu python. Needs to be fixed. Probably requires testing on Ubuntu machine.

It appears that OS X macports requires 'import PyPISMTools.PyPISMTools' while Ubuntu python is happy with 'import PyPISMTools. It's fixed with a 'try... except...' command, but I'd rather understand why...?

My log_prob function takes additional arguments besides variable $p$ that I want to estimate: ``` # Define the Log Probability (sum of log likelihood and log prior) def log_prob(p: torch.Tensor,...

**Description** `PETSc` 3.21 was just released, this issue is a reminder to check if PISM compiles with 3.21. **PISM version** All supported versions. **To Reproduce** 1. Download and install `PETSc`...

task
bug