FV3 Bundle
|
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) |
Definition at line 25 of file ncdc_realloc.F90.
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.
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.
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.
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.
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.
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.
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.
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.