FV3 Bundle
ncdc_realloc::nc_diag_realloc Interface Reference

Public Member Functions

subroutine nc_diag_realloc_byte (arr, addl_num_entries)
 
subroutine nc_diag_realloc_short (arr, addl_num_entries)
 
subroutine nc_diag_realloc_long (arr, addl_num_entries)
 
subroutine nc_diag_realloc_rsingle (arr, addl_num_entries)
 
subroutine nc_diag_realloc_rdouble (arr, addl_num_entries)
 
subroutine nc_diag_realloc_string (arr, addl_num_entries)
 
subroutine nc_diag_realloc_logical (arr, addl_num_entries)
 
subroutine nc_diag_realloc_ncdcdn (arr, addl_num_entries)
 

Detailed Description

Definition at line 25 of file ncdc_realloc.F90.

Member Function/Subroutine Documentation

◆ nc_diag_realloc_byte()

subroutine ncdc_realloc::nc_diag_realloc::nc_diag_realloc_byte ( integer(i_byte), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 42 of file ncdc_realloc.F90.

◆ nc_diag_realloc_logical()

subroutine ncdc_realloc::nc_diag_realloc::nc_diag_realloc_logical ( logical, dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 252 of file ncdc_realloc.F90.

◆ nc_diag_realloc_long()

subroutine ncdc_realloc::nc_diag_realloc::nc_diag_realloc_long ( integer(i_long), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 102 of file ncdc_realloc.F90.

◆ nc_diag_realloc_ncdcdn()

subroutine ncdc_realloc::nc_diag_realloc::nc_diag_realloc_ncdcdn ( type(nc_diag_cat_dim_names), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 290 of file ncdc_realloc.F90.

◆ nc_diag_realloc_rdouble()

subroutine ncdc_realloc::nc_diag_realloc::nc_diag_realloc_rdouble ( real(r_double), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 176 of file ncdc_realloc.F90.

◆ nc_diag_realloc_rsingle()

subroutine ncdc_realloc::nc_diag_realloc::nc_diag_realloc_rsingle ( real(r_single), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 146 of file ncdc_realloc.F90.

◆ nc_diag_realloc_short()

subroutine ncdc_realloc::nc_diag_realloc::nc_diag_realloc_short ( integer(i_short), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 72 of file ncdc_realloc.F90.

◆ nc_diag_realloc_string()

subroutine ncdc_realloc::nc_diag_realloc::nc_diag_realloc_string ( character(len=*), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 206 of file ncdc_realloc.F90.


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