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).
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).