ncdf_close() - closes the specified NetCDF file. (Source File: ncdf_close.F90)

INTERFACE:

    subroutine ncdf_close()
DESCRIPTION:

USES:

    use netcdf
    use ncdf_2d, only: nc2d => ncid
 #ifndef NO_3D
    use ncdf_3d, only: nc3d => ncid
 #endif
    IMPLICIT NONE
REVISION HISTORY:
    Original author(s): Karsten Bolding & Hans Burchard
LOCAL VARIABLES:
    integer                   :: err
    REALTYPE                  :: dummy=-_ONE_