SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Public Member Functions | List of all members
modi_read_surf::read_surf Interface Reference

Public Member Functions

subroutine read_surfx0 (HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surfx1 (HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surfx2 (HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surfx3 (HPROGRAM, HREC, PFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surfn0 (HPROGRAM, HREC, KFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surfn1 (HPROGRAM, HREC, KFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surfc0 (HPROGRAM, HREC, HFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surfl0 (HPROGRAM, HREC, OFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surfl1 (HPROGRAM, HREC, OFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surft0 (HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surft1 (HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT, HDIR)
 
subroutine read_surft2 (HPROGRAM, HREC, TFIELD, KRESP, HCOMMENT, HDIR)
 

Detailed Description

Definition at line 44 of file read_surf.F90.

Member Function/Subroutine Documentation

subroutine modi_read_surf::read_surf::read_surfc0 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
character(len=*), intent(out)  HFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 134 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surfl0 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
logical, intent(out)  OFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 147 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surfl1 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
logical, dimension(:), intent(out)  OFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 160 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surfn0 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
integer, intent(out)  KFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 106 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surfn1 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
integer, dimension(:), intent(out)  KFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 119 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surft0 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
type(date_time), intent(inout)  TFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 175 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surft1 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
type (date_time), dimension(:), intent(inout)  TFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 190 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surft2 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
type (date_time), dimension(:,:), intent(inout)  TFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 205 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surfx0 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
real, intent(out)  PFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 46 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surfx1 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
real, dimension(:), intent(out)  PFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 59 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surfx2 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
real, dimension(:,:), intent(out)  PFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 74 of file read_surf.F90.

subroutine modi_read_surf::read_surf::read_surfx3 ( character(len=6), intent(in)  HPROGRAM,
character(len=*), intent(in)  HREC,
real, dimension(:,:,:), intent(out)  PFIELD,
integer, intent(out)  KRESP,
character(len=*), intent(out), optional  HCOMMENT,
character(len=1), intent(in), optional  HDIR 
)

Definition at line 91 of file read_surf.F90.


The documentation for this interface was generated from the following file: