FV3 Bundle
ncdr_realloc_mod Module Reference

Data Types

type  ncdr_compress_dim_names
 
interface  ncdr_realloc
 

Functions/Subroutines

subroutine ncdr_realloc_byte (arr, addl_num_entries)
 
subroutine ncdr_realloc_short (arr, addl_num_entries)
 
subroutine ncdr_realloc_long (arr, addl_num_entries)
 
subroutine ncdr_realloc_rsingle (arr, addl_num_entries)
 
subroutine ncdr_realloc_rdouble (arr, addl_num_entries)
 
subroutine ncdr_realloc_string (arr, addl_num_entries)
 
subroutine ncdr_realloc_logical (arr, addl_num_entries)
 
subroutine ncdr_realloc_file_type (arr, addl_num_entries)
 
subroutine ncdr_realloc_error (err)
 

Function/Subroutine Documentation

◆ ncdr_realloc_byte()

subroutine ncdr_realloc_mod::ncdr_realloc_byte ( integer(i_byte), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 49 of file ncdr_realloc_mod.F90.

Here is the call graph for this function:

◆ ncdr_realloc_error()

subroutine ncdr_realloc_mod::ncdr_realloc_error ( character(len=*), intent(in)  err)

Definition at line 320 of file ncdr_realloc_mod.F90.

Here is the caller graph for this function:

◆ ncdr_realloc_file_type()

subroutine ncdr_realloc_mod::ncdr_realloc_file_type ( type(ncdr_file), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 297 of file ncdr_realloc_mod.F90.

Here is the call graph for this function:

◆ ncdr_realloc_logical()

subroutine ncdr_realloc_mod::ncdr_realloc_logical ( logical, dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 259 of file ncdr_realloc_mod.F90.

◆ ncdr_realloc_long()

subroutine ncdr_realloc_mod::ncdr_realloc_long ( integer(i_long), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 109 of file ncdr_realloc_mod.F90.

Here is the call graph for this function:

◆ ncdr_realloc_rdouble()

subroutine ncdr_realloc_mod::ncdr_realloc_rdouble ( real(r_double), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 183 of file ncdr_realloc_mod.F90.

Here is the call graph for this function:

◆ ncdr_realloc_rsingle()

subroutine ncdr_realloc_mod::ncdr_realloc_rsingle ( real(r_single), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 153 of file ncdr_realloc_mod.F90.

Here is the call graph for this function:

◆ ncdr_realloc_short()

subroutine ncdr_realloc_mod::ncdr_realloc_short ( integer(i_short), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 79 of file ncdr_realloc_mod.F90.

Here is the call graph for this function:

◆ ncdr_realloc_string()

subroutine ncdr_realloc_mod::ncdr_realloc_string ( character(len=*), dimension(:), intent(inout), allocatable  arr,
integer(i_long), intent(in)  addl_num_entries 
)

Definition at line 213 of file ncdr_realloc_mod.F90.

Here is the call graph for this function: