INTERFACE:
integer function zio_nf_get_var1_text(filedesc,varid,indx,chval)DESCRIPTION:
Gets the given text variable from the specified location of an input file.
REVISION HISTORY:
2003-Jan-31 -- first prototype
2003-Aug-13 -- minor change regarding broadcasting strategy
2003-Aug-16 -- support single task mode: ZIO_SPMD undefinedINPUT PARAMETERS:
implicit none
integer, intent(in) :: filedesc
integer, intent(in) :: indx(*)
integer, intent(in) :: varidOUTPUT PARAMETERS:
character, intent(out) :: chval
\