get_var_nc Interface

public interface get_var_nc

Module Procedures

public subroutine get_var_ncr2(ncid, var_name, var, n_call)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: var_name
real(kind=r_2), intent(out), dimension(:) :: var
integer :: n_call

public subroutine get_var_ncr3(ncid, var_name, var, n_call, nl)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: ncid
character(len=*), intent(in) :: var_name
real(kind=r_2), intent(out), dimension(:,:) :: var
integer, intent(in) :: n_call
integer, intent(in) :: nl