next up previous contents
Next: get_2d_field_ncdf() Up: NetCDF I/O modules Previous: ncdf_close() - closes the   Contents

Module field_2d_ncdf - Interface with 2D field from file (Source File: get_2d_field_ncdf.F90)


INTERFACE:

    module field_2d_ncdf
DESCRIPTION:

This module is responsible for reading 2D field quantities contained in a netCDF file.


USES:

    use netcdf
    use exceptions
    IMPLICIT NONE
PUBLIC MEMBER FUNCTIONS:
 public get_2d_field_ncdf
REVISION HISTORY:
    Original author(s): Karsten Bolding, Lars Umlauf



Subsections

root 2012-05-20