FV3 Bundle
|
Public Member Functions | |
procedure | alloc => lct_alloc |
procedure | dealloc => lct_dealloc |
procedure | run_lct => lct_run_lct |
procedure | compute => lct_compute |
procedure | filter => lct_filter |
procedure | rmse => lct_rmse |
procedure | write => lct_write |
procedure | write_cor => lct_write_cor |
Public Attributes | |
type(samp_type) | samp |
type(mom_type) | mom |
type(lct_blk_type), dimension(:), allocatable | blk |
logical | allocated |
Definition at line 31 of file type_lct.F90.
procedure type_lct::lct_type::alloc | ( | ) |
Definition at line 37 of file type_lct.F90.
procedure type_lct::lct_type::compute | ( | ) |
Definition at line 40 of file type_lct.F90.
procedure type_lct::lct_type::dealloc | ( | ) |
Definition at line 38 of file type_lct.F90.
procedure type_lct::lct_type::filter | ( | ) |
Definition at line 41 of file type_lct.F90.
procedure type_lct::lct_type::rmse | ( | ) |
Definition at line 42 of file type_lct.F90.
procedure type_lct::lct_type::run_lct | ( | ) |
Definition at line 39 of file type_lct.F90.
procedure type_lct::lct_type::write | ( | ) |
Definition at line 43 of file type_lct.F90.
procedure type_lct::lct_type::write_cor | ( | ) |
Definition at line 44 of file type_lct.F90.
logical type_lct::lct_type::allocated |
Definition at line 35 of file type_lct.F90.
type(lct_blk_type), dimension(:), allocatable type_lct::lct_type::blk |
Definition at line 34 of file type_lct.F90.
type(mom_type) type_lct::lct_type::mom |
Definition at line 33 of file type_lct.F90.
type(samp_type) type_lct::lct_type::samp |
Definition at line 32 of file type_lct.F90.