INTERFACE:
module ncdf_get_fieldDESCRIPTION:
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 NONEPUBLIC MEMBER FUNCTIONS:
public inquire_file_ncdf, get_2d_field_ncdf, get_3d_field_ncdfREVISION HISTORY:
Original author(s): Karsten Bolding