| real(kind_phys) function gfdl_cloud_microphys_v3_mod::qs_core |
( |
integer, intent(in) | length, |
|
|
real(kind_phys), intent(in) | tk, |
|
|
real(kind_phys), intent(in) | den, |
|
|
real(kind_phys), intent(out) | dqdt, |
|
|
real(kind_phys), dimension (length), intent(in) | table, |
|
|
real(kind_phys), dimension (length), intent(in) | des ) |
|
private |