SABER
type_cmat.F90 File Reference

Go to the source code of this file.

Data Types

type  type_cmat::cmat_type
 

Modules

module  type_cmat
 C matrix derived type.
 

Functions/Subroutines

subroutine type_cmat::cmat_alloc (cmat, bpar)
 C matrix allocation. More...
 
subroutine type_cmat::cmat_alloc_blk (cmat, nam, geom, bpar)
 Allocation. More...
 
subroutine type_cmat::cmat_init (cmat, mpl, nam, bpar)
 C matrix initialization. More...
 
subroutine type_cmat::cmat_partial_dealloc (cmat)
 Release memory (partial) More...
 
subroutine type_cmat::cmat_dealloc (cmat)
 Release memory. More...
 
subroutine type_cmat::cmat_read (cmat, mpl, nam, geom, bpar, io)
 Read. More...
 
subroutine type_cmat::cmat_write (cmat, mpl, nam, geom, bpar, io)
 Write. More...
 
subroutine type_cmat::cmat_from_hdiag (cmat, mpl, nam, geom, bpar, hdiag)
 Import HDIAG into C matrix. More...
 
subroutine type_cmat::cmat_from_lct (cmat, mpl, nam, geom, bpar, lct)
 Import LCT into C matrix. More...
 
subroutine type_cmat::cmat_from_nam (cmat, mpl, nam, geom, bpar)
 Import radii into C matrix. More...
 
subroutine type_cmat::cmat_from_bump (cmat, mpl, nam, geom, bpar)
 Import C matrix from BUMP. More...
 
subroutine type_cmat::cmat_setup_sampling (cmat, mpl, nam, geom, bpar)
 Setup C matrix sampling. More...