Standalone Python wrapper for the NCAR CAM3 radiation scheme
copied from cf-staging / climlab-cam3-radiationclimlab-cam3-radiation makes the CAM3 radiation code callable from Python by wrapping using f2py. This is a lightweight wrapper that emulates the Fortran interface as closely as possible. The primary use case is to drive the radiation process in climlab, but it can be used as a standalone driver if you are familiar with the Fortran interface.