next up previous contents
Next: zio_nf_put_vara_double Up: Module zio_netcdf77 (Source File: Previous: zio_nf_put_var1_real

zio_nf_put_var1_text

INTERFACE:

         integer function zio_nf_put_var1_text(filedesc,varid,indx,chval)
DESCRIPTION:

Puts the given character at the specified location in an output file.

REVISION HISTORY:

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

\



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