CSU-Radarmet / CSU_RadarTools

A module of independent functions to do precipitation retrievals from polarimetric radar data
GNU General Public License v2.0
88 stars 43 forks source link

Convert f2py code to Cython #32

Closed tjlang closed 8 years ago

tjlang commented 8 years ago

Currently, the csu_kdp and csu_fhc sub-modules use f2py to compile fortran subroutines, which has vastly sped up the KDP routines and moderately sped up the FHC routines. However, this can lead to compiler issues, especially on Windows machines. We should convert the problematic code to Cython to get hopefully similar performance but fewer compiling issues.

tjlang commented 8 years ago

This was accomplished with a recent PR.