|
integer function | read_surface_rank1 (Filename, Surface, Quiet, n_Channels, n_Profiles, Debug) |
|
integer function | read_surface_rank2 (Filename, Surface, Quiet, n_Channels, n_Profiles, Debug) |
|
Definition at line 113 of file CRTM_Surface_Define.f90.
◆ read_surface_rank1()
integer function crtm_surface_define::crtm_surface_readfile::read_surface_rank1 |
( |
character(*), intent(in) |
Filename, |
|
|
type(crtm_surface_type), dimension(:), intent(out), allocatable |
Surface, |
|
|
logical, intent(in), optional |
Quiet, |
|
|
integer, intent(out), optional |
n_Channels, |
|
|
integer, intent(out), optional |
n_Profiles, |
|
|
logical, intent(in), optional |
Debug |
|
) |
| |
|
private |
◆ read_surface_rank2()
integer function crtm_surface_define::crtm_surface_readfile::read_surface_rank2 |
( |
character(*), intent(in) |
Filename, |
|
|
type(crtm_surface_type), dimension(:,:), intent(out), allocatable |
Surface, |
|
|
logical, intent(in), optional |
Quiet, |
|
|
integer, intent(out), optional |
n_Channels, |
|
|
integer, intent(out), optional |
n_Profiles, |
|
|
logical, intent(in), optional |
Debug |
|
) |
| |
|
private |
The documentation for this interface was generated from the following file: