INTERFACE:
integer function zio_uf_write_real_name(filedesc,varname,arr, &
& rec,istart,icount,n, &
& fillvalue)
DESCRIPTION:Unformatted write 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
2003-Aug-14 -- added partial support of filling datasetUSES:
implicit noneINPUT PARAMETERS:
integer, intent(in):: filedesc
character(len=*), intent(in) :: varname
real(zio_r4), intent(in) :: arr(*)
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
real(zio_r4), optional, intent(in) :: fillvalue
\