Module zio_netcdf77 is a collection of wrappers for routines of the netCDF Fortran 77 interface.
REVISION HISTORY:
2003-Jan-31 -- first prototype
2003-Mar-21 -- added ZIO_INCLUDE_NETCDF cpp flag
2003-Aug-14 -- added partial support of prefilling netCDF dataset
2003-Aug-16 -- support single task mode: ZIO_SPMD undefinedINTERFACE:
module zio_netcdf77 #if ( defined ZIO_INCLUDE_NETCDF)USES:
use zio_data
use zio_remap
implicit none
#include <netcdf.inc>
\