FV3 Bundle
|
Public Member Functions | |
procedure | alloc => lct_blk_alloc |
procedure | dealloc => lct_blk_dealloc |
procedure | correlation => lct_blk_correlation |
procedure | fitting => lct_blk_fitting |
Public Attributes | |
integer | ib |
integer | nscales |
real(kind_real), dimension(:,:,:,:), allocatable | raw |
real(kind_real), dimension(:,:,:,:), allocatable | d |
real(kind_real), dimension(:,:,:), allocatable | coef |
real(kind_real), dimension(:,:,:,:), allocatable | fit |
real(kind_real), dimension(:,:,:,:), allocatable | d_filt |
real(kind_real), dimension(:,:,:), allocatable | coef_filt |
real(kind_real), dimension(:,:,:,:), allocatable | fit_filt |
real(kind_real), dimension(:,:,:), allocatable | d11 |
real(kind_real), dimension(:,:,:), allocatable | d22 |
real(kind_real), dimension(:,:,:), allocatable | d33 |
real(kind_real), dimension(:,:,:), allocatable | d12 |
real(kind_real), dimension(:,:,:), allocatable | h11 |
real(kind_real), dimension(:,:,:), allocatable | h22 |
real(kind_real), dimension(:,:,:), allocatable | h33 |
real(kind_real), dimension(:,:,:), allocatable | h12 |
real(kind_real), dimension(:,:,:), allocatable | dcoef |
real(kind_real), dimension(:,:,:), allocatable | dlh |
Definition at line 29 of file type_lct_blk.F90.
procedure type_lct_blk::lct_blk_type::alloc | ( | ) |
Definition at line 59 of file type_lct_blk.F90.
procedure type_lct_blk::lct_blk_type::correlation | ( | ) |
Definition at line 61 of file type_lct_blk.F90.
procedure type_lct_blk::lct_blk_type::dealloc | ( | ) |
Definition at line 60 of file type_lct_blk.F90.
procedure type_lct_blk::lct_blk_type::fitting | ( | ) |
Definition at line 62 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::coef |
Definition at line 39 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::coef_filt |
Definition at line 44 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:,:), allocatable type_lct_blk::lct_blk_type::d |
Definition at line 38 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::d11 |
Definition at line 48 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::d12 |
Definition at line 51 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::d22 |
Definition at line 49 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::d33 |
Definition at line 50 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:,:), allocatable type_lct_blk::lct_blk_type::d_filt |
Definition at line 43 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::dcoef |
Definition at line 56 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::dlh |
Definition at line 57 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:,:), allocatable type_lct_blk::lct_blk_type::fit |
Definition at line 40 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:,:), allocatable type_lct_blk::lct_blk_type::fit_filt |
Definition at line 45 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::h11 |
Definition at line 52 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::h12 |
Definition at line 55 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::h22 |
Definition at line 53 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:), allocatable type_lct_blk::lct_blk_type::h33 |
Definition at line 54 of file type_lct_blk.F90.
integer type_lct_blk::lct_blk_type::ib |
Definition at line 31 of file type_lct_blk.F90.
integer type_lct_blk::lct_blk_type::nscales |
Definition at line 32 of file type_lct_blk.F90.
real(kind_real), dimension(:,:,:,:), allocatable type_lct_blk::lct_blk_type::raw |
Definition at line 35 of file type_lct_blk.F90.