ROMS
|
Data Types | |
type | t_tides |
Functions/Subroutines | |
subroutine, public | allocate_tides (ng, lbi, ubi, lbj, ubj) |
subroutine, public | deallocate_tides (ng) |
subroutine, public | initialize_tides (ng, tile) |
Variables | |
type(t_tides), dimension(:), allocatable | tides |
subroutine, public mod_tides::allocate_tides | ( | integer, intent(in) | ng, |
integer, intent(in) | lbi, | ||
integer, intent(in) | ubi, | ||
integer, intent(in) | lbj, | ||
integer, intent(in) | ubj ) |
Definition at line 137 of file mod_tides.F.
References mod_ncparam::aout, mod_param::dmem, mod_scalars::exit_flag, strings_mod::founderror(), mod_ncparam::idfsud, mod_ncparam::idtper, mod_ncparam::idtrcd, mod_ncparam::idu2dd, mod_ncparam::idu3dd, mod_ncparam::idv2dd, mod_ncparam::idv3dd, mod_param::inlm, mod_ncparam::io_nf90, mod_ncparam::io_pio, mod_scalars::lprocesstides, mod_param::mtc, mod_param::n, mod_param::nat, mod_netcdf::netcdf_inq_var(), mod_param::ngrids, mod_scalars::noerror, mod_stepping::ntc, mod_pio_netcdf::pio_netcdf_inq_var(), mod_kinds::r8, mod_iounits::tide, tides, mod_netcdf::var_dsize, and mod_ncparam::vname.
Referenced by mod_arrays::roms_allocate_arrays().
subroutine, public mod_tides::deallocate_tides | ( | integer, intent(in) | ng | ) |
Definition at line 344 of file mod_tides.F.
References mod_ncparam::aout, mod_ncparam::idfsud, mod_ncparam::idtrcd, mod_ncparam::idu2dd, mod_ncparam::idu3dd, mod_ncparam::idv2dd, mod_ncparam::idv3dd, mod_param::ngrids, and tides.
Referenced by mod_arrays::roms_deallocate_arrays().
subroutine, public mod_tides::initialize_tides | ( | integer, intent(in) | ng, |
integer, intent(in) | tile ) |
Definition at line 498 of file mod_tides.F.
References mod_ncparam::aout, mod_param::bounds, mod_param::domain, mod_ncparam::idfsud, mod_ncparam::idtrcd, mod_ncparam::idu2dd, mod_ncparam::idu3dd, mod_ncparam::idv2dd, mod_ncparam::idv3dd, mod_param::mtc, mod_param::n, mod_param::nat, and tides.
Referenced by mod_arrays::roms_initialize_arrays().
type (t_tides), dimension(:), allocatable mod_tides::tides |
Definition at line 133 of file mod_tides.F.
Referenced by ad_get_idata(), allocate_tides(), deallocate_tides(), get_idata(), initialize_tides(), rp_get_idata(), set_avg_mod::set_avg(), set_avg_mod::set_detide_tile(), set_tides_mod::set_tides(), tl_get_idata(), wrt_avg_mod::wrt_avg_nf90(), wrt_avg_mod::wrt_avg_pio(), wrt_tides_mod::wrt_tides_nf90(), and wrt_tides_mod::wrt_tides_pio().