get_v2d_netcdf Interface

public interface get_v2d_netcdf

Calls

interface~~get_v2d_netcdf~~CallsGraph interface~get_v2d_netcdf get_v2d_netcdf proc~get_v2d_netcdf_r4 get_v2d_netcdf_R4 interface~get_v2d_netcdf->proc~get_v2d_netcdf_r4 proc~get_v2d_netcdf_r8 get_v2d_netcdf_R8 interface~get_v2d_netcdf->proc~get_v2d_netcdf_r8 nf90_close nf90_close proc~get_v2d_netcdf_r4->nf90_close nf90_get_att nf90_get_att proc~get_v2d_netcdf_r4->nf90_get_att nf90_get_var nf90_get_var proc~get_v2d_netcdf_r4->nf90_get_var nf90_inq_varid nf90_inq_varid proc~get_v2d_netcdf_r4->nf90_inq_varid nf90_open nf90_open proc~get_v2d_netcdf_r4->nf90_open proc~check_nc_status check_nc_status proc~get_v2d_netcdf_r4->proc~check_nc_status proc~mapl_return MAPL_Return proc~get_v2d_netcdf_r4->proc~mapl_return proc~mapl_verify MAPL_Verify proc~get_v2d_netcdf_r4->proc~mapl_verify proc~get_v2d_netcdf_r8->nf90_close proc~get_v2d_netcdf_r8->nf90_get_att proc~get_v2d_netcdf_r8->nf90_get_var proc~get_v2d_netcdf_r8->nf90_inq_varid proc~get_v2d_netcdf_r8->nf90_open proc~get_v2d_netcdf_r8->proc~check_nc_status proc~get_v2d_netcdf_r8->proc~mapl_return proc~get_v2d_netcdf_r8->proc~mapl_verify proc~check_nc_status->proc~mapl_return interface~mapl_assert MAPL_Assert proc~check_nc_status->interface~mapl_assert nf90_strerror nf90_strerror proc~check_nc_status->nf90_strerror at at proc~mapl_return->at insert insert proc~mapl_return->insert proc~mapl_throw_exception MAPL_throw_exception proc~mapl_return->proc~mapl_throw_exception proc~mapl_verify->proc~mapl_throw_exception

Module Procedures

public subroutine get_v2d_netcdf_R4(filename, name, array, Xdim, Ydim, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
character(len=*), intent(in) :: name
real, intent(out), dimension(Xdim,Ydim) :: array
integer, intent(in) :: Xdim
integer, intent(in) :: Ydim
integer, intent(out), optional :: rc

public subroutine get_v2d_netcdf_R8(filename, name, array, Xdim, Ydim, rc)

Arguments

Type IntentOptional Attributes Name
character(len=*), intent(in) :: filename
character(len=*), intent(in) :: name
real(kind=REAL64), intent(out), dimension(Xdim,Ydim) :: array
integer, intent(in) :: Xdim
integer, intent(in) :: Ydim
integer, intent(out), optional :: rc