next up previous contents
Next: zio_nf_inq_dimid Up: Module zio_netcdf77 (Source File: Previous: zio_nf_inq_base_pe

zio_nf_inq_dim

INTERFACE:

         integer function zio_nf_inq_dim(filedesc,dimid,name,length)
DESCRIPTION:

Gets dimension name and length for a given dimension ID.

REVISION HISTORY:

       2003-Jan-31 -- first prototype
       2003-Aug-13 -- minor change regarding broadcasting strategy
       2003-Aug-16 -- support single task mode: ZIO_SPMD undefined
       2003-Sep-03 -- return value for inquiry broadcasted to all PEs
INPUT PARAMETERS:
         implicit none
         integer, intent(in):: filedesc
         integer, intent(in):: dimid
OUTPUT PARAMETERS:
         integer, intent(out):: length
         character(len=*), intent(out):: name

\



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