m_get_wavelength_w Module

Wrapper for interfacing m_get_wavelength with python

Written by hand here. Generation to be automated in future (including docstrings of some sort). One other note: This function returns a standard Fortran type. In future, we will want to add in returning Fortran derived types too. Doing that will require adding in an extra 'manager' layer so there will be one extra file compared to what we have here.


Uses

  • module~~m_get_wavelength_w~~UsesGraph module~m_get_wavelength_w m_get_wavelength_w module~m_get_wavelength m_get_wavelength module~m_get_wavelength_w->module~m_get_wavelength module~kind_parameters kind_parameters module~m_get_wavelength->module~kind_parameters

Contents


Functions

public pure function get_wavelength(frequency) result(wavelength)

Arguments

TypeIntentOptionalAttributesName
real(kind=dp), intent(in) :: frequency

Frequency

Return Value real(kind=dp)

Corresponding wavelength