ezcdf_opncls Module


Interfaces

public interface cdfOpn

  • public subroutine ezcdf_open(ncid, filename, opt, ier)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(out) :: ncid
    character(len=*), intent(in) :: filename
    character(len=1), intent(in) :: opt
    integer, intent(out), optional :: ier

public interface cdf_open

  • public subroutine ezcdf_open(ncid, filename, opt, ier)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(out) :: ncid
    character(len=*), intent(in) :: filename
    character(len=1), intent(in) :: opt
    integer, intent(out), optional :: ier

public interface cdfCls

  • public subroutine ezcdf_close(ncid, ier)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: ncid
    integer, intent(out), optional :: ier

public interface cdf_close

  • public subroutine ezcdf_close(ncid, ier)

    Arguments

    Type IntentOptional Attributes Name
    integer, intent(in) :: ncid
    integer, intent(out), optional :: ier

Subroutines

public subroutine ezcdf_open(ncid, filename, opt, ier)

Arguments

Type IntentOptional Attributes Name
integer, intent(out) :: ncid
character(len=*), intent(in) :: filename
character(len=1), intent(in) :: opt
integer, intent(out), optional :: ier

public subroutine ezcdf_close(ncid, ier)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
integer, intent(out), optional :: ier