FV3 Bundle
type_cmat::cmat_type Type Reference
Collaboration diagram for type_cmat::cmat_type:
[legend]

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
 

Detailed Description

Definition at line 35 of file type_cmat.F90.

Member Function/Subroutine Documentation

◆ alloc()

generic type_cmat::cmat_type::alloc ( )

Definition at line 42 of file type_cmat.F90.

Here is the call graph for this function:

◆ cmat_alloc()

procedure type_cmat::cmat_type::cmat_alloc ( )

Definition at line 40 of file type_cmat.F90.

◆ cmat_alloc_blk()

procedure type_cmat::cmat_type::cmat_alloc_blk ( )

Definition at line 41 of file type_cmat.F90.

◆ copy()

procedure type_cmat::cmat_type::copy ( )

Definition at line 44 of file type_cmat.F90.

◆ dealloc()

procedure type_cmat::cmat_type::dealloc ( )

Definition at line 43 of file type_cmat.F90.

◆ from_hdiag()

procedure type_cmat::cmat_type::from_hdiag ( )

Definition at line 47 of file type_cmat.F90.

◆ from_lct()

procedure type_cmat::cmat_type::from_lct ( )

Definition at line 48 of file type_cmat.F90.

◆ from_nam()

procedure type_cmat::cmat_type::from_nam ( )

Definition at line 49 of file type_cmat.F90.

◆ from_oops()

procedure type_cmat::cmat_type::from_oops ( )

Definition at line 50 of file type_cmat.F90.

◆ read()

procedure type_cmat::cmat_type::read ( )

Definition at line 45 of file type_cmat.F90.

◆ setup_sampling()

procedure type_cmat::cmat_type::setup_sampling ( )

Definition at line 51 of file type_cmat.F90.

◆ write()

procedure type_cmat::cmat_type::write ( )

Definition at line 46 of file type_cmat.F90.

Member Data Documentation

◆ allocated

logical type_cmat::cmat_type::allocated

Definition at line 38 of file type_cmat.F90.

◆ blk

type(cmat_blk_type), dimension(:), allocatable type_cmat::cmat_type::blk

Definition at line 37 of file type_cmat.F90.

◆ prefix

character(len=1024) type_cmat::cmat_type::prefix

Definition at line 36 of file type_cmat.F90.


The documentation for this type was generated from the following file: