FV3 Bundle
ncdw_realloc Module Reference

Data Types

interface  nc_diag_realloc
 

Functions/Subroutines

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_llong (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)
 

Function/Subroutine Documentation

◆ nc_diag_realloc_byte()

subroutine ncdw_realloc::nc_diag_realloc_byte ( integer(i_byte), dimension(:), intent(inout), allocatable  arr,
integer(i_llong), intent(in)  addl_num_entries 
)

Definition at line 33 of file ncdw_realloc.F90.

◆ nc_diag_realloc_llong()

subroutine ncdw_realloc::nc_diag_realloc_llong ( integer(i_llong), dimension(:), intent(inout), allocatable  arr,
integer(i_llong), intent(in)  addl_num_entries 
)

Definition at line 137 of file ncdw_realloc.F90.

◆ nc_diag_realloc_logical()

subroutine ncdw_realloc::nc_diag_realloc_logical ( logical, dimension(:), intent(inout), allocatable  arr,
integer(i_llong), intent(in)  addl_num_entries 
)

Definition at line 282 of file ncdw_realloc.F90.

◆ nc_diag_realloc_long()

subroutine ncdw_realloc::nc_diag_realloc_long ( integer(i_long), dimension(:), intent(inout), allocatable  arr,
integer(i_llong), intent(in)  addl_num_entries 
)

Definition at line 93 of file ncdw_realloc.F90.

◆ nc_diag_realloc_rdouble()

subroutine ncdw_realloc::nc_diag_realloc_rdouble ( real(r_double), dimension(:), intent(inout), allocatable  arr,
integer(i_llong), intent(in)  addl_num_entries 
)

Definition at line 206 of file ncdw_realloc.F90.

◆ nc_diag_realloc_rsingle()

subroutine ncdw_realloc::nc_diag_realloc_rsingle ( real(r_single), dimension(:), intent(inout), allocatable  arr,
integer(i_llong), intent(in)  addl_num_entries 
)

Definition at line 176 of file ncdw_realloc.F90.

◆ nc_diag_realloc_short()

subroutine ncdw_realloc::nc_diag_realloc_short ( integer(i_short), dimension(:), intent(inout), allocatable  arr,
integer(i_llong), intent(in)  addl_num_entries 
)

Definition at line 63 of file ncdw_realloc.F90.

◆ nc_diag_realloc_string()

subroutine ncdw_realloc::nc_diag_realloc_string ( character(len=*), dimension(:), intent(inout), allocatable  arr,
integer(i_llong), intent(in)  addl_num_entries 
)

Definition at line 236 of file ncdw_realloc.F90.