EMPIRE DA
v1.9.1
Data assimilation codes using EMPIRE communication
|
Public Attributes | |
character(30) | prefix |
the prefix of the filename to be output More... | |
integer | k |
the frequency to output the matrix More... | |
logical | analysis |
if true, output at all analysis times More... | |
logical | frequency |
if true, output at all timesteps that are 0 mod k More... | |
integer | output_type |
output file type. More... | |
Definition at line 31 of file matrix_pf.f90.
logical matrix_pf::matrix_pf_data::analysis |
if true, output at all analysis times
Definition at line 38 of file matrix_pf.f90.
logical matrix_pf::matrix_pf_data::frequency |
if true, output at all timesteps that are 0 mod k
Definition at line 39 of file matrix_pf.f90.
integer matrix_pf::matrix_pf_data::k |
the frequency to output the matrix
Definition at line 37 of file matrix_pf.f90.
integer matrix_pf::matrix_pf_data::output_type |
output file type.
Definition at line 41 of file matrix_pf.f90.
character(30) matrix_pf::matrix_pf_data::prefix |
the prefix of the filename to be output
Definition at line 35 of file matrix_pf.f90.