SCALE-RM
|
module atmosphere / diagnostic / CartesianC More...
Functions/Subroutines | |
subroutine, public | atmos_diagnostic_cartesc_get_vel (KA, KS, KE, IA, IS, IE, JA, JS, JE, DENS, MOMZ, MOMX, MOMY, W, U, V) |
ATMOS_DIAGNOSTIC_CARTESC_get_vel W, U, V. More... | |
module atmosphere / diagnostic / CartesianC
subroutine, public scale_atmos_diagnostic_cartesc::atmos_diagnostic_cartesc_get_vel | ( | integer, intent(in) | KA, |
integer, intent(in) | KS, | ||
integer, intent(in) | KE, | ||
integer, intent(in) | IA, | ||
integer, intent(in) | IS, | ||
integer, intent(in) | IE, | ||
integer, intent(in) | JA, | ||
integer, intent(in) | JS, | ||
integer, intent(in) | JE, | ||
real(rp), dimension(ka,ia,ja), intent(in) | DENS, | ||
real(rp), dimension(ka,ia,ja), intent(in) | MOMZ, | ||
real(rp), dimension(ka,ia,ja), intent(in) | MOMX, | ||
real(rp), dimension(ka,ia,ja), intent(in) | MOMY, | ||
real(rp), dimension (ka,ia,ja), intent(out) | W, | ||
real(rp), dimension (ka,ia,ja), intent(out) | U, | ||
real(rp), dimension (ka,ia,ja), intent(out) | V | ||
) |
ATMOS_DIAGNOSTIC_CARTESC_get_vel W, U, V.
Definition at line 58 of file scale_atmos_diagnostic_cartesC.F90.
References scale_atmos_grid_cartesc_metric::atmos_grid_cartesc_metric_gsqrt, scale_atmos_grid_cartesc_metric::atmos_grid_cartesc_metric_j13g, scale_atmos_grid_cartesc_metric::atmos_grid_cartesc_metric_j23g, scale_atmos_grid_cartesc_index::i_xyw, scale_atmos_grid_cartesc_index::i_xyz, and scale_prc_cartesc::prc_twod.
Referenced by mod_atmos_vars::atmos_vars_calc_diagnostics().