INTERFACE:
integer function zio_nf_put_var1_int(filedesc,varid,indx,ival)DESCRIPTION:
Puts the given integer*4 variable at the specified location in an output file.
REVISION HISTORY:
2003-Jan-31 -- first prototypeINPUT PARAMETERS:
implicit none
integer, intent(in) :: filedesc
integer, intent(in) :: indx(*)
integer, intent(in) :: varid
integer(zio_i4), intent(in) :: ival
\