 /*!  \page api PIO Fortran Interface
  This is a list of all user interface routines:

  \section api_system PIO Startup and Shutdown
    - \ref PIO_init
    - \ref PIO_finalize
    - \ref PIO_getnumiotasks
    - \ref PIO_set_blocksize
    - \ref PIO_set_hint
  \section api_fileops File Operations
    - \ref PIO_openfile
    - \ref PIO_createfile
    - \ref PIO_syncfile
    - \ref PIO_enddef
    - \ref PIO_closefile
  \section inqnc Inquiry
    - \ref PIO_inquire
    - \ref PIO_inquire_dimension
    - \ref PIO_inquire_variable
    - \ref PIO_inq_att
  \section metadata Defining Metadata
    - \ref PIO_def_dim
    - \ref PIO_def_var
    - \ref PIO_get_att
    - \ref PIO_put_att
  \section api_decomp Distributed Arrays
    - \ref PIO_initdecomp
    - \ref PIO_freedecomp
    - \ref PIO_setframe
    - \ref PIO_read_darray
    - \ref PIO_write_darray
    - \ref PIO_get_local_array_size
  \section standard_arrays Standard Arrays
    - \ref PIO_get_var
    - \ref PIO_put_var
  \section utility Errors
    - \ref PIO_seterrorhandling
    - \ref PIO_setdebuglevel

Also see: http://www.unidata.ucar.edu/software/netcdf/docs/

*/
