ROMS
|
Data Types | |
type | t_sedbed |
Functions/Subroutines | |
subroutine, public | allocate_sedbed (ng, lbi, ubi, lbj, ubj) |
subroutine, public | deallocate_sedbed (ng) |
subroutine, public | initialize_sedbed (ng, tile, model) |
Variables | |
type(t_sedbed), dimension(:), allocatable | sedbed |
subroutine, public mod_sedbed::allocate_sedbed | ( | integer, intent(in) | ng, |
integer, intent(in) | lbi, | ||
integer, intent(in) | ubi, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj ) |
Definition at line 161 of file sedbed_mod.h.
References mod_ncparam::aout, mod_sediment::idubld, mod_sediment::idvbld, mod_sediment::mbedp, mod_sediment::mbotp, mod_param::nbed, mod_param::ngrids, mod_param::nst, and sedbed.
Referenced by mod_arrays::roms_allocate_arrays().
subroutine, public mod_sedbed::deallocate_sedbed | ( | integer, intent(in) | ng | ) |
Definition at line 268 of file sedbed_mod.h.
References mod_param::ngrids, and sedbed.
Referenced by mod_arrays::roms_deallocate_arrays().
subroutine, public mod_sedbed::initialize_sedbed | ( | integer, intent(in) | ng, |
integer, intent(in) | tile, | ||
integer, intent(in) | model ) |
Definition at line 444 of file sedbed_mod.h.
References mod_ncparam::aout, mod_param::bounds, mod_param::domain, mod_param::iadm, mod_sediment::idubld, mod_sediment::idvbld, mod_param::inlm, mod_param::irpm, mod_param::itlm, mod_sediment::mbedp, mod_sediment::mbotp, mod_param::nbed, mod_param::nst, and sedbed.
Referenced by mod_arrays::roms_initialize_arrays().
type (t_sedbed), dimension(:), allocatable mod_sedbed::sedbed |
Definition at line 157 of file sedbed_mod.h.
Referenced by ad_convolution_mod::ad_convolution(), ad_ini_fields_mod::ad_ini_zeta(), ad_omega_mod::ad_omega(), ad_ini_fields_mod::ad_out_zeta(), ad_step2d_mod::ad_step2d(), allocate_sedbed(), analytical_mod::ana_sediment(), bbl_mod::bblm(), deallocate_sedbed(), get_state_mod::get_state_nf90(), get_state_mod::get_state_pio(), ini_fields_mod::ini_fields(), ini_adjust_mod::ini_perturb(), ini_fields_mod::ini_zeta(), initialize_sedbed(), normalization_mod::normalization(), omega_mod::omega(), rp_ini_fields_mod::rp_ini_zeta(), rp_omega_mod::rp_omega(), rp_step2d_mod::rp_step2d(), sed_bed_mod::sed_bed(), sed_bedload(), sed_fluxes_mod::sed_fluxes(), sed_settling_mod::sed_settling(), sed_surface_mod::sed_surface(), sediment_output_mod::sediment_wrt_nf90(), sediment_output_mod::sediment_wrt_pio(), sediment_output_mod::sediment_wrt_station_nf90(), sediment_output_mod::sediment_wrt_station_pio(), set_avg_mod::set_avg_tile(), step3d_t_mod::step3d_t(), tl_convolution_mod::tl_convolution(), ini_adjust_mod::tl_ini_perturb(), tl_ini_fields_mod::tl_ini_zeta(), tl_omega_mod::tl_omega(), tl_step2d_mod::tl_step2d(), wrt_rst_mod::wrt_rst_nf90(), and wrt_rst_mod::wrt_rst_pio().