I've added the OI limit functionality to RQpy. This still requires the user to point the function to the correct path to the Fortran wrapper (CalcOptLim3_VarNm) for Steve Yellin's OI code. I didn't add this Fortran code, as it is internal CDMS code.
No internal CDMS code has been directly ported to the code with these commits. I've cited the formulae for much of the functionality (form factors, calculating dRdE, setting up the OI inputs). I believe that this is standalone enough that it's okay to add to the base RQpy functionality.
I've added the OI limit functionality to RQpy. This still requires the user to point the function to the correct path to the Fortran wrapper (
CalcOptLim3_VarNm
) for Steve Yellin's OI code. I didn't add this Fortran code, as it is internal CDMS code.No internal CDMS code has been directly ported to the code with these commits. I've cited the formulae for much of the functionality (form factors, calculating dRdE, setting up the OI inputs). I believe that this is standalone enough that it's okay to add to the base RQpy functionality.
Related to Issue #82.