CAM
|
Functions/Subroutines | |
subroutine, public | modal_aero_wateruptake_reg () |
subroutine, public | modal_aero_wateruptake_init (pbuf2d) |
subroutine, public | modal_aero_wateruptake_dr (state, pbuf, list_idx_in, dgnumdry_m, dgnumwet_m, qaerwat_m, wetdens_m) |
subroutine | modal_aero_wateruptake_sub (ncol, nmodes, rhcrystal, rhdeliques, dryrad, hygro, rh, dryvol, wetrad, wetvol, wtrvol) |
subroutine | modal_aero_kohler (rdry_in, hygro, s, rwet_out, im) |
subroutine | makoh_cubic (cx, p2, p1, p0, im) |
subroutine | makoh_quartic (cx, p3, p2, p1, p0, im) |
Variables | |
real(r8), parameter | third = 1._r8/3._r8 |
real(r8), parameter | pi43 = pi*4.0_r8/3.0_r8 |
integer | cld_idx = 0 |
integer | dgnum_idx = 0 |
integer | dgnumwet_idx = 0 |
integer | wetdens_ap_idx = 0 |
integer | qaerwat_idx = 0 |
logical | pergro_mods = .false. |
|
private |
|
private |
|
private |
subroutine, public modal_aero_wateruptake::modal_aero_wateruptake_dr | ( | type(physics_state), intent(in), target | state, |
type(physics_buffer_desc), dimension(:), pointer | pbuf, | ||
integer, intent(in), optional | list_idx_in, | ||
real(r8), dimension(:,:,:), optional, pointer | dgnumdry_m, | ||
real(r8), dimension(:,:,:), optional, pointer | dgnumwet_m, | ||
real(r8), dimension(:,:,:), optional, pointer | qaerwat_m, | ||
real(r8), dimension(:,:,:), optional, pointer | wetdens_m | ||
) |
subroutine, public modal_aero_wateruptake::modal_aero_wateruptake_init | ( | type(physics_buffer_desc), dimension(:,:), pointer | pbuf2d | ) |
subroutine, public modal_aero_wateruptake::modal_aero_wateruptake_reg | ( | ) |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |