fcannini

Results 13 comments of fcannini

@boegel @koomie There's a warning about that in the link that @viniciusferrao posted. ``` ... WARNING: These legacy symbols may disappear in a future major release series of Open MPI!....

@koomie I'm of the same opinion as yours, I just rather not be caught with my pants down when suddenly prof John Doe's software doesn't compile anymore. ;)

Hi there. I'm having the same issue with [these grib2 files](http://ftp.cptec.inpe.br/modelos/tempo/WRF/ams_05km/brutos/2020/07/14/00/) Trying to read solely the `tp` variable like this: ```wrf = xa.open_dataset('WRF_cpt_05KM_2020071400_2020071400.grib2', engine='cfgrib', backend_kwargs={'filter_by_keys': {'typeOfLevel': 'surface', 'cfVarName': ['tp'] }...

@shahramn I've tried it too, same error.

@wangrenz @shahramn I've managed to successfully open the files mentioned in my first comment by using solely `backend_kwargs={'filter_by_keys' : {'shortName': 'tp'} }`. Strangely, in my case, using `backend_kwargs={'filter_by_keys': {'typeOfLevel': 'surface'}...

Should/could this issue be merged with #14 ?

It may not be **that** much of work as I firstly thought, thanks to [Apache Bigtop](http://bigtop.apache.org/). I'll have a more thorough look at it this weekend.

I've downloaded the binary release to my notebook to compare results. Both on my notebok and the compiled one the result is the same: ``` >>> bpy.ops.object.modifier_add(type=-'SUBSURF') Traceback (most recent...

Hello there. Is there anything else I can do to help you?

That worked, the cube changed to a kind of 8-sided sphere. What's next?