Go to the source code of this file.
Functions/Subroutines | |
| subroutine | putlineint1 (array, lbounds, ubounds, unit, indent, sd) |
| 配列の要約印字(PutLine サブルーチン) | |
| 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 | ||
| ) |
1次元倍精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する1次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
2次元倍精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する2次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
3次元倍精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する3次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
4次元倍精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する4次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
5次元倍精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する5次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
6次元倍精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する6次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
7次元倍精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する7次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
配列の要約印字(PutLine サブルーチン)
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 | ||
| ) |
2次元整数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する2次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
3次元整数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する3次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
4次元整数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する4次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
5次元整数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する5次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
6次元整数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する6次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
7次元整数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する7次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
1次元単精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する1次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
2次元単精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する2次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
3次元単精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する3次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
4次元単精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する4次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
5次元単精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する5次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
6次元単精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する6次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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 | ||
| ) |
7次元単精度実数配列の要約を印字
配列のサイズ、最大値、最小値、平均値を印字します。 sd が .true. の場合、標準偏差も印字します。
| [in] | array | 要約を印字する7次元配列 |
| [in] | lbounds | 配列次元の下限(省略可能) |
| [in] | ubounds | 配列次元の上限(省略可能) |
| [in] | unit | 出力装置番号(省略可能、デフォルト: STDOUT) |
| [in] | indent | インデント文字列(省略可能) |
| [in] | sd | .true.の場合、標準偏差を印字(省略可能) |
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.