next up previous contents
Next: zio_uf_read_int Up: Module zio_binary (Source File: Previous: zio_uf_read_double

zio_uf_read_double_name

INTERFACE:

         integer function zio_uf_read_double_name(filedesc,varname,arr,  &
      &                                           rec,istart,icount,n)
DESCRIPTION:

Unformatted read for variable with variable name of `varname'. The distributed array descriptor for the variable must have been added to the descriptor list with the name of 'varname'. See zio_add_to_list.

REVISION HISTORY:

       2003-Jan-31 -- first prototype
USES:
         implicit none
INPUT PARAMETERS:
         integer, intent(in):: filedesc
         character(len=*), intent(in) :: varname
         integer, optional, intent(in) :: rec        ! global beg record number
                                                     ! (1-based)
         integer, optional, intent(in) :: istart(:), icount(:)
                                                     ! in local index order
         integer, optional, intent(in) :: n          ! # of elements in case of
                                                     !  replicated array
OUTPUT PARAMETERS:
         real(zio_r8), intent(out) :: arr(*)

\



Yun (Helen) He
Tue Dec 9 16:16:02 PST 2003