FV3 Bundle
|
Public Member Functions | |
subroutine | nc_diag_read_assert_dims_single_byte (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_single_short (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_single_long (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_single_float (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_single_double (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_string (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_1d_byte (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_1d_short (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_1d_long (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_1d_float (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_1d_double (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_1d_string (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_2d_byte (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_2d_short (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_2d_long (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_2d_float (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_2d_double (var_stor, correct_dims) |
subroutine | nc_diag_read_assert_dims_2d_string (var_stor, correct_dims) |
Definition at line 33 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_1d_byte | ( | integer(i_byte), dimension(:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 292 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_1d_double | ( | real(r_double), dimension(:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 360 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_1d_float | ( | real(r_single), dimension(:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 343 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_1d_long | ( | integer(i_long), dimension(:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 326 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_1d_short | ( | integer(i_short), dimension(:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 309 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_1d_string | ( | character(len=:), dimension(:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 377 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_2d_byte | ( | integer(i_byte), dimension(:,:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 396 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_2d_double | ( | real(r_double), dimension(:,:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 464 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_2d_float | ( | real(r_single), dimension(:,:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 447 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_2d_long | ( | integer(i_long), dimension(:,:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 430 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_2d_short | ( | integer(i_short), dimension(:,:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 413 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_2d_string | ( | character(len=:), dimension(:,:), intent(inout), allocatable | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 481 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_single_byte | ( | integer(i_byte), intent(in) | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 220 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_single_double | ( | real(r_double), intent(in) | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 264 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_single_float | ( | real(r_single), intent(in) | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 253 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_single_long | ( | integer(i_long), intent(in) | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 242 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_single_short | ( | integer(i_short), intent(in) | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 231 of file ncdr_alloc_assert.f90.
subroutine ncdr_alloc_assert::nc_diag_read_assert_dims::nc_diag_read_assert_dims_string | ( | character(len=*), intent(in) | var_stor, |
integer(i_long), dimension(:), intent(in) | correct_dims | ||
) |
Definition at line 209 of file ncdr_alloc_assert.f90.