Fortran: Module Interface ncdf_get_field() (Source File: ncdf_get_field.F90)

INTERFACE:

    module ncdf_get_field
DESCRIPTION:

Provides 2 subroutines for reading 2D and 3D fields from NetCDF files. Vertical interpolation to the model grid is done for 3D fields. USES:

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



Subsections