EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Go to the source code of this file.
Functions/Subroutines | |
subroutine | output_mat_tri (n, A, filename, output_type) |
subroutine to output triangluar matrix various formats More... | |
subroutine output_mat_tri | ( | integer, intent(in) | n, |
real(kind=rk), dimension(n*(n+1)/2), intent(in) | A, | ||
character(40), intent(in) | filename, | ||
integer, intent(in) | output_type | ||
) |
subroutine to output triangluar matrix various formats
[in] | n | number of columns of matrix A |
[in] | a | matrix to be output in rectangular full packed format (TF) |
[in] | filename | the name of the file to be output |
[in] | output_type | output file type.
|
Definition at line 29 of file output_mat_tri.f90.