CAM
|
Functions/Subroutines | |
subroutine, public | set_boundary_conditions_lhs (diag_index, low_bound, high_bound, lhs, diag_index2, low_bound2, high_bound2) |
subroutine, public | set_boundary_conditions_rhs (low_value, low_bound, high_value, high_bound, rhs, low_value2, low_bound2, high_value2, high_bound2) |
real(kind=core_rknd) function, dimension(gr%nz), public | calc_stability_correction (thlm, Lscale, em) |
real( kind = core_rknd ) function, dimension(gr%nz), public advance_helper_module::calc_stability_correction | ( | real( kind = core_rknd ), dimension(gr%nz), intent(in) | thlm, |
real( kind = core_rknd ), dimension(gr%nz), intent(in) | Lscale, | ||
real( kind = core_rknd ), dimension(gr%nz), intent(in) | em | ||
) |
subroutine, public advance_helper_module::set_boundary_conditions_lhs | ( | integer, intent(in) | diag_index, |
integer, intent(in) | low_bound, | ||
integer, intent(in) | high_bound, | ||
real( kind = core_rknd ), dimension(:,:), intent(inout) | lhs, | ||
integer, intent(in), optional | diag_index2, | ||
integer, intent(in), optional | low_bound2, | ||
integer, intent(in), optional | high_bound2 | ||
) |
subroutine, public advance_helper_module::set_boundary_conditions_rhs | ( | real( kind = core_rknd ), intent(in) | low_value, |
integer, intent(in) | low_bound, | ||
real( kind = core_rknd ), intent(in) | high_value, | ||
integer, intent(in) | high_bound, | ||
real( kind = core_rknd ), dimension(:), intent(inout) | rhs, | ||
real( kind = core_rknd ), intent(in), optional | low_value2, | ||
integer, intent(in), optional | low_bound2, | ||
real( kind = core_rknd ), intent(in), optional | high_value2, | ||
integer, intent(in), optional | high_bound2 | ||
) |