ROMS
|
Data Types | |
type | t_bbl |
Functions/Subroutines | |
subroutine, public | allocate_bbl (ng, lbi, ubi, lbj, ubj) |
subroutine, public | deallocate_bbl (ng) |
subroutine, public | initialize_bbl (ng, tile) |
Variables | |
type(t_bbl), dimension(:), allocatable | bbl |
subroutine, public mod_bbl::allocate_bbl | ( | integer, intent(in) | ng, |
integer, intent(in) | lbi, | ||
integer, intent(in) | ubi, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj ) |
Definition at line 66 of file mod_bbl.F.
References bbl, mod_param::dmem, mod_param::ngrids, and mod_kinds::r8.
Referenced by mod_arrays::roms_allocate_arrays().
subroutine, public mod_bbl::deallocate_bbl | ( | integer, intent(in) | ng | ) |
Definition at line 133 of file mod_bbl.F.
References bbl, and mod_param::ngrids.
Referenced by mod_arrays::roms_deallocate_arrays().
subroutine, public mod_bbl::initialize_bbl | ( | integer, intent(in) | ng, |
integer, intent(in) | tile ) |
Definition at line 208 of file mod_bbl.F.
References bbl, mod_param::bounds, and mod_param::domain.
Referenced by mod_arrays::roms_initialize_arrays().
type (t_bbl), dimension(:), allocatable mod_bbl::bbl |
Definition at line 62 of file mod_bbl.F.
Referenced by allocate_bbl(), bbl_output_mod::bbl_wrt_nf90(), bbl_output_mod::bbl_wrt_pio(), bbl_output_mod::bbl_wrt_station_nf90(), bbl_output_mod::bbl_wrt_station_pio(), bbl_mod::bblm(), deallocate_bbl(), initialize_bbl(), sed_bed_mod::sed_bed(), sed_bedload(), sed_fluxes_mod::sed_fluxes(), and set_avg_mod::set_avg_tile().