next up previous contents
Next: zio_nf_redef Up: Module zio_netcdf77 (Source File: Previous: zio_nf_put_vara_real

zio_nf_put_vara_text

INTERFACE:

         integer function zio_nf_put_vara_text(filedesc,varid,istart,    &
      &                                        icount,text)
DESCRIPTION:

Puts a range of the given text variable to an output file. Note that text is not distributed.

REVISION HISTORY:

       2003-Jan-31 -- first prototype
       2003-Feb-20 -- istart and icount changed to assumed-size arrays
INPUT PARAMETERS:
         implicit none
         integer, intent(in) :: filedesc
         integer, intent(in) :: varid
         integer, intent(in) :: istart(*), icount(*)
         character(len=*), intent(in) :: text

\



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