next up previous contents
Next: zio_nf_put_var1_double Up: Module zio_netcdf77 (Source File: Previous: zio_nf_put_var_real

zio_nf_put_var_text

INTERFACE:

         integer function zio_nf_put_var_text(filedesc,varid,text)
DESCRIPTION:

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

REVISION HISTORY:

       2003-Jan-31 -- first prototype
INPUT PARAMETERS:
         implicit none
         integer, intent(in) :: filedesc
         integer, intent(in) :: varid
         character(len=*), intent(in) :: text

\



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