nasa / Kamodo

Other
50 stars 25 forks source link

Insertion of Octree grid interpolator into SWMF-GM reader. #102

Closed lrastaet closed 1 year ago

lrastaet commented 1 year ago

This pull request includes the swmfgm_4D.py file with the octree grid interpolator supporting 4D (time,X,Y,Z) interpolation in Kamodo.

I also updated the interpolate_amrdata_extension_build.py Python script compiling the shared library file in kamodo_ccmc/readers/OCTREE_BLOCK_GRID/ to add the math library (libm) only for Unix-style operating systems (OS.name == 'posix' on Linux, Mac-OS).