EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
output_mat_tri.f90 File Reference

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...
 

Function/Subroutine Documentation

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

Parameters
[in]nnumber of columns of matrix A
[in]amatrix to be output in rectangular full packed format (TF)
[in]filenamethe name of the file to be output
[in]output_typeoutput file type.
  • 0 - undefined
  • 1 - standard packed format (TP)
  • 2 - rectangular full packed format (TF)
    Negative values will be formatted.
    Positive values will be unformatted.

Definition at line 29 of file output_mat_tri.f90.

Here is the caller graph for this function: