Sandor Kertesz

Results 7 comments of Sandor Kertesz

Hi @Tsironisa, The Metview Vapor interface was written a long time ago for Vapor version 2 (namely 2.2). I have just tried Vapor 3.7.0 on MacOS and it seems vapor_prepare()...

Hi Dennis, Thank you for providing us with the sample code. I wonder which Metview version you are using. You can get it with this code: `print(mv.version_info())` There were significant...

Hi Dennis, Thank you for the elaborate example. I will look into it and try find out why the memory is accumulated. Sandor

Hi Dennis, please can you specify the grid resolution (both source and target) in your operational environment that results in the large memory consumption? I also wonder how many parallel...

Hi Dennis, Many thanks! So each process is using up ~20 GB of memory? I fixed a memory leak related to GRIB handling in the C++ Metview code (not yet...

Hi Dennis, I have to admit that so far I have only run the tests as a single process (PARALLEL=False) and could not really reproduce a proper memory leak. However,...

Hi Dennis, Actually, MIR is available as a separate package: it is on github, and you can build it e.g as part of the metview bundle. We are fully aware...