! -*- f90 -*- python module REFICE ! in interface ! in :refice function refice(wavlen,temp) ! in :refice:REFICE.f real :: wavlen real :: temp real dimension(574) :: wl real dimension(62) :: wlt real dimension(574) :: tabre real dimension(62,4) :: tabret real dimension(574) :: tabim real dimension(62,4) :: tabimt real dimension(4) :: temref complex :: refice common /iceref/ wl,wlt,tabre,tabret,tabim,tabimt,temref end function refice end interface end python module REFICE ! This file was auto-generated with f2py (version:2.32.225-1419). ! See http://cens.ioc.ee/projects/f2py2e/