FV3 Bundle
|
Public Member Functions | |
procedure | cmat_alloc |
procedure | cmat_alloc_blk |
generic | alloc => cmat_alloc, cmat_alloc_blk |
procedure | dealloc => cmat_dealloc |
procedure | copy => cmat_copy |
procedure | read => cmat_read |
procedure | write => cmat_write |
procedure | from_hdiag => cmat_from_hdiag |
procedure | from_lct => cmat_from_lct |
procedure | from_nam => cmat_from_nam |
procedure | from_oops => cmat_from_oops |
procedure | setup_sampling => cmat_setup_sampling |
Public Attributes | |
character(len=1024) | prefix |
type(cmat_blk_type), dimension(:), allocatable | blk |
logical | allocated |
Definition at line 35 of file type_cmat.F90.
generic type_cmat::cmat_type::alloc | ( | ) |
procedure type_cmat::cmat_type::cmat_alloc | ( | ) |
Definition at line 40 of file type_cmat.F90.
procedure type_cmat::cmat_type::cmat_alloc_blk | ( | ) |
Definition at line 41 of file type_cmat.F90.
procedure type_cmat::cmat_type::copy | ( | ) |
Definition at line 44 of file type_cmat.F90.
procedure type_cmat::cmat_type::dealloc | ( | ) |
Definition at line 43 of file type_cmat.F90.
procedure type_cmat::cmat_type::from_hdiag | ( | ) |
Definition at line 47 of file type_cmat.F90.
procedure type_cmat::cmat_type::from_lct | ( | ) |
Definition at line 48 of file type_cmat.F90.
procedure type_cmat::cmat_type::from_nam | ( | ) |
Definition at line 49 of file type_cmat.F90.
procedure type_cmat::cmat_type::from_oops | ( | ) |
Definition at line 50 of file type_cmat.F90.
procedure type_cmat::cmat_type::read | ( | ) |
Definition at line 45 of file type_cmat.F90.
procedure type_cmat::cmat_type::setup_sampling | ( | ) |
Definition at line 51 of file type_cmat.F90.
procedure type_cmat::cmat_type::write | ( | ) |
Definition at line 46 of file type_cmat.F90.
logical type_cmat::cmat_type::allocated |
Definition at line 38 of file type_cmat.F90.
type(cmat_blk_type), dimension(:), allocatable type_cmat::cmat_type::blk |
Definition at line 37 of file type_cmat.F90.
character(len=1024) type_cmat::cmat_type::prefix |
Definition at line 36 of file type_cmat.F90.