Go to the source code of this file.
Functions/Subroutines | |
| subroutine | putlineint1 (array, lbounds, ubounds, unit, indent, sd) | 
| 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 | ||
| ) | 
Definition at line 2057 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 | ||
| ) | 
Definition at line 2183 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 | ||
| ) | 
Definition at line 2313 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 | ||
| ) | 
Definition at line 2449 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 | ||
| ) | 
Definition at line 2591 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 | ||
| ) | 
Definition at line 2739 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 | ||
| ) | 
Definition at line 2893 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 | ||
| ) | 
Definition at line 19 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 | ||
| ) | 
Definition at line 191 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 | ||
| ) | 
Definition at line 321 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 | ||
| ) | 
Definition at line 457 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 | ||
| ) | 
Definition at line 599 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 | ||
| ) | 
Definition at line 747 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 | ||
| ) | 
Definition at line 901 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinereal1 | ( | real, 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 | ||
| ) | 
Definition at line 1061 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinereal2 | ( | real, 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 | ||
| ) | 
Definition at line 1187 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinereal3 | ( | real, 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 | ||
| ) | 
Definition at line 1317 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinereal4 | ( | real, 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 | ||
| ) | 
Definition at line 1453 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinereal5 | ( | real, 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 | ||
| ) | 
Definition at line 1595 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinereal6 | ( | real, 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 | ||
| ) | 
Definition at line 1743 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.
| subroutine putlinereal7 | ( | real, 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 | ||
| ) | 
Definition at line 1897 of file dcstringputline.f90.
References dc_types::dp, dc_present::present_and_true(), dc_types::stdout, and dc_types::string.