cdfInqVarDim Interface

public interface cdfInqVarDim

Module Procedures

public subroutine cdfInqV(ncid, varnam, varid, dimlens, ndims, status)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: varnam
integer, intent(out) :: varid
integer, intent(out), dimension(:) :: dimlens
integer, intent(out) :: ndims
integer, intent(out) :: status

public subroutine cdfgv(ncid, varnam, varid, dimlens, sizes, xtype, status)

Arguments

Type IntentOptional Attributes Name
integer :: ncid
character(len=*) :: varnam
integer :: varid
integer, dimension(:) :: dimlens
integer, dimension(:) :: sizes
character(len=1) :: xtype
integer :: status

public subroutine cdf_inquire(ncid, varnam, dimlens, xtype, ier)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: varnam
integer, intent(out), dimension(:) :: dimlens
character(len=*), intent(out), optional :: xtype
integer, intent(out), optional :: ier