Go to the source code of this file.
Functions/Subroutines | |
| subroutine | putlineint1 (array, lbounds, ubounds, unit, indent, sd) |
| Print array summary (PutLine subroutines) | |
| subroutine | putlineint2 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlineint3 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlineint4 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlineint5 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlineint6 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlineint7 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinereal1 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinereal2 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinereal3 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinereal4 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinereal5 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinereal6 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinereal7 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinedouble1 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinedouble2 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinedouble3 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinedouble4 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinedouble5 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinedouble6 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine | putlinedouble7 (array, lbounds, ubounds, unit, indent, sd) |
| subroutine putlinedouble1 | ( | real(dp), dimension(:), intent(in) | array, |
| integer, dimension(1), intent(in), optional | lbounds, | ||
| integer, dimension(1), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 1-dimensional double array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 1-dimensional double array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 2014 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinedouble2 | ( | real(dp), dimension(:,:), intent(in) | array, |
| integer, dimension(2), intent(in), optional | lbounds, | ||
| integer, dimension(2), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 2-dimensional double array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 2-dimensional double array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 2141 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinedouble3 | ( | real(dp), dimension(:,:,:), intent(in) | array, |
| integer, dimension(3), intent(in), optional | lbounds, | ||
| integer, dimension(3), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 3-dimensional double array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 3-dimensional double array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 2272 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinedouble4 | ( | real(dp), dimension(:,:,:,:), intent(in) | array, |
| integer, dimension(4), intent(in), optional | lbounds, | ||
| integer, dimension(4), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 4-dimensional double array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 4-dimensional double array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 2407 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinedouble5 | ( | real(dp), dimension(:,:,:,:,:), intent(in) | array, |
| integer, dimension(5), intent(in), optional | lbounds, | ||
| integer, dimension(5), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 5-dimensional double array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 5-dimensional double array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 2546 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinedouble6 | ( | real(dp), dimension(:,:,:,:,:,:), intent(in) | array, |
| integer, dimension(6), intent(in), optional | lbounds, | ||
| integer, dimension(6), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 6-dimensional double array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 6-dimensional double array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 2689 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinedouble7 | ( | real(dp), dimension(:,:,:,:,:,:,:), intent(in) | array, |
| integer, dimension(7), intent(in), optional | lbounds, | ||
| integer, dimension(7), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 7-dimensional double array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 7-dimensional double array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 2836 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlineint1 | ( | integer, dimension(:), intent(in) | array, |
| integer, dimension(1), intent(in), optional | lbounds, | ||
| integer, dimension(1), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print array summary (PutLine subroutines)
Important
This file is generated from ../../../../src/dc_utils/dcstringputline.erb by ERB included Ruby 3.3.8. Please do not edit this file directly.
Definition at line 68 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlineint2 | ( | integer, dimension(:,:), intent(in) | array, |
| integer, dimension(2), intent(in), optional | lbounds, | ||
| integer, dimension(2), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 2-dimensional int array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 2-dimensional int array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 195 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlineint3 | ( | integer, dimension(:,:,:), intent(in) | array, |
| integer, dimension(3), intent(in), optional | lbounds, | ||
| integer, dimension(3), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 3-dimensional int array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 3-dimensional int array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 326 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlineint4 | ( | integer, dimension(:,:,:,:), intent(in) | array, |
| integer, dimension(4), intent(in), optional | lbounds, | ||
| integer, dimension(4), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 4-dimensional int array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 4-dimensional int array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 461 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlineint5 | ( | integer, dimension(:,:,:,:,:), intent(in) | array, |
| integer, dimension(5), intent(in), optional | lbounds, | ||
| integer, dimension(5), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 5-dimensional int array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 5-dimensional int array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 600 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlineint6 | ( | integer, dimension(:,:,:,:,:,:), intent(in) | array, |
| integer, dimension(6), intent(in), optional | lbounds, | ||
| integer, dimension(6), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 6-dimensional int array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 6-dimensional int array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 743 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlineint7 | ( | integer, dimension(:,:,:,:,:,:,:), intent(in) | array, |
| integer, dimension(7), intent(in), optional | lbounds, | ||
| integer, dimension(7), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 7-dimensional int array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 7-dimensional int array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 890 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinereal1 | ( | real(sp), dimension(:), intent(in) | array, |
| integer, dimension(1), intent(in), optional | lbounds, | ||
| integer, dimension(1), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 1-dimensional real array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 1-dimensional real array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 1041 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::sp, dc_types::stdout, and dc_types::string.
| subroutine putlinereal2 | ( | real(sp), dimension(:,:), intent(in) | array, |
| integer, dimension(2), intent(in), optional | lbounds, | ||
| integer, dimension(2), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 2-dimensional real array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 2-dimensional real array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 1168 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::sp, dc_types::stdout, and dc_types::string.
| subroutine putlinereal3 | ( | real(sp), dimension(:,:,:), intent(in) | array, |
| integer, dimension(3), intent(in), optional | lbounds, | ||
| integer, dimension(3), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 3-dimensional real array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 3-dimensional real array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 1299 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::sp, dc_types::stdout, and dc_types::string.
| subroutine putlinereal4 | ( | real(sp), dimension(:,:,:,:), intent(in) | array, |
| integer, dimension(4), intent(in), optional | lbounds, | ||
| integer, dimension(4), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 4-dimensional real array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 4-dimensional real array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 1434 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::sp, dc_types::stdout, and dc_types::string.
| subroutine putlinereal5 | ( | real(sp), dimension(:,:,:,:,:), intent(in) | array, |
| integer, dimension(5), intent(in), optional | lbounds, | ||
| integer, dimension(5), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 5-dimensional real array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 5-dimensional real array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 1573 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::sp, dc_types::stdout, and dc_types::string.
| subroutine putlinereal6 | ( | real(sp), dimension(:,:,:,:,:,:), intent(in) | array, |
| integer, dimension(6), intent(in), optional | lbounds, | ||
| integer, dimension(6), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 6-dimensional real array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 6-dimensional real array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 1716 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::sp, dc_types::stdout, and dc_types::string.
| subroutine putlinereal7 | ( | real(sp), dimension(:,:,:,:,:,:,:), intent(in) | array, |
| integer, dimension(7), intent(in), optional | lbounds, | ||
| integer, dimension(7), intent(in), optional | ubounds, | ||
| integer, intent(in), optional | unit, | ||
| character(*), intent(in), optional | indent, | ||
| logical, intent(in), optional | sd | ||
| ) |
Print summary of 7-dimensional real array
Prints array size, maximum, minimum, and average values. If sd is .true., also prints standard deviation.
| [in] | array | 7-dimensional real array to summarize |
| [in] | lbounds | Lower bounds of array dimensions (optional) |
| [in] | ubounds | Upper bounds of array dimensions (optional) |
| [in] | unit | Output unit number (optional, default: STDOUT) |
| [in] | indent | Indentation string (optional) |
| [in] | sd | If .true., print standard deviation (optional) |
Definition at line 1863 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::sp, dc_types::stdout, and dc_types::string.