15 OF ANY KIND, either express or implied. See the Licence for the specific language governing |
15 OF ANY KIND, either express or implied. See the Licence for the specific language governing |
16 permissions and limitations under the Licence. |
16 permissions and limitations under the Licence. |
17 |
17 |
18 Equation reference: http://www.atmos-meas-tech-discuss.net/amt-2015-338/amt-2015-338.pdf |
18 Equation reference: http://www.atmos-meas-tech-discuss.net/amt-2015-338/amt-2015-338.pdf |
19 With equations code from Appendix C |
19 With equations code from Appendix C |
20 Python 3.4.2 , |
20 Python 3.4.2 ,, |
21 """ |
21 """ |
22 #!/usr/bin/env python3 |
22 #!/usr/bin/env python3 |
23 from __future__ import print_function |
23 from __future__ import print_function |
24 #import math |
24 #import math |
25 import numpy as np |
25 import numpy as np |