mod_nctools::nc_connect_avar Interface Reference

Public Member Functions

subroutine nc_connect_var_scl_chr (VAR, VALUES)
 
subroutine nc_connect_avar_vec_chr (VAR, VALUES)
 
subroutine nc_connect_avar_scl_dbl (VAR, VALUES)
 
subroutine nc_connect_avar_vec_dbl (VAR, VALUES)
 
subroutine nc_connect_avar_arr_dbl (VAR, VALUES)
 
subroutine nc_connect_avar_cub_dbl (VAR, VALUES)
 
subroutine nc_connect_avar_fda_dbl (VAR, VALUES)
 
subroutine nc_connect_avar_scl_flt (VAR, VALUES)
 
subroutine nc_connect_avar_vec_flt (VAR, VALUES)
 
subroutine nc_connect_avar_arr_flt (VAR, VALUES)
 
subroutine nc_connect_avar_cub_flt (VAR, VALUES)
 
subroutine nc_connect_avar_fda_flt (VAR, VALUES)
 
subroutine nc_connect_avar_scl_int (VAR, VALUES)
 
subroutine nc_connect_avar_vec_int (VAR, VALUES)
 
subroutine nc_connect_avar_arr_int (VAR, VALUES)
 
subroutine nc_connect_avar_cub_int (VAR, VALUES)
 
subroutine nc_connect_avar_fda_int (VAR, VALUES)
 

Member Function/Subroutine Documentation

subroutine mod_nctools::nc_connect_avar::nc_connect_avar_arr_dbl ( type(ncvar), intent(inout), pointer  VAR,
real(dp), dimension(:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_arr_flt ( type(ncvar), intent(inout), pointer  VAR,
real(spa), dimension(:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_arr_int ( type(ncvar), intent(inout), pointer  VAR,
integer, dimension(:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_cub_dbl ( type(ncvar), intent(inout), pointer  VAR,
real(dp), dimension(:,:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_cub_flt ( type(ncvar), intent(inout), pointer  VAR,
real(spa), dimension(:,:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_cub_int ( type(ncvar), intent(inout), pointer  VAR,
integer, dimension(:,:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_fda_dbl ( type(ncvar), intent(inout), pointer  VAR,
real(dp), dimension(:,:,:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_fda_flt ( type(ncvar), intent(inout), pointer  VAR,
real(spa), dimension(:,:,:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_fda_int ( type(ncvar), intent(inout), pointer  VAR,
integer, dimension(:,:,:,:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_scl_dbl ( type(ncvar), intent(inout), pointer  VAR,
real(dp), intent(in), target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_scl_flt ( type(ncvar), intent(inout), pointer  VAR,
real(spa), intent(in), target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_scl_int ( type(ncvar), intent(inout), pointer  VAR,
integer, intent(in), target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_vec_chr ( type(ncvar), intent(inout), pointer  VAR,
character(len=80), dimension(:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_vec_dbl ( type(ncvar), intent(inout), pointer  VAR,
real(dp), dimension(:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_vec_flt ( type(ncvar), intent(inout), pointer  VAR,
real(spa), dimension(:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_avar_vec_int ( type(ncvar), intent(inout), pointer  VAR,
integer, dimension(:), intent(in), allocatable, target  VALUES 
)
subroutine mod_nctools::nc_connect_avar::nc_connect_var_scl_chr ( type(ncvar), intent(inout), pointer  VAR,
character(len=80), intent(in), target  VALUES 
)

The documentation for this interface was generated from the following file: