USE lmdz_wake_ini , ONLY : iflag_wk_pop_dyn, wdensmin tau_wk(i) = max(rad_wk(i)/(3.cstar(i))((cstar(i)/cstart)1.5 - 1), 100.) (1 - 2sigmaw(i)(1.-f_shear(i))) d_wdens(i) = ( wgen(i)(1.+2.(sigmaw(i)-sigmad)) & - wdens(i)tau_wk_inv_min & - 2.gfl(i)wdens(i)Cstar(i) )*dtimesub
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | klon | |||
| integer, | intent(in) | :: | klev | |||
| real, | intent(in) | :: | dtime | |||
| real, | intent(in), | DIMENSION (klon) | :: | cstar | ||
| real, | DIMENSION(klon) | :: | tau_wk_inv | |||
| real, | intent(in), | DIMENSION (klon) | :: | wgen | ||
| real, | intent(in), | DIMENSION (klon) | :: | wdens | ||
| real, | intent(in), | DIMENSION (klon) | :: | awdens | ||
| real, | intent(in), | DIMENSION (klon) | :: | sigmaw | ||
| real, | intent(in) | :: | wdensmin | |||
| real, | intent(in) | :: | dtimesub | |||
| real, | intent(out), | DIMENSION (klon) | :: | gfl | ||
| real, | intent(out), | DIMENSION (klon) | :: | rad_wk | ||
| real, | intent(in), | DIMENSION (klon) | :: | f_shear | ||
| real | :: | drdt_pos | ||||
| real, | intent(out), | DIMENSION (klon) | :: | d_awdens | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_wdens | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_sigmaw | ||
| integer, | intent(in) | :: | iflag_wk_act | |||
| logical, | intent(in), | DIMENSION (klon) | :: | wk_adv | ||
| real, | intent(in), | DIMENSION (klon) | :: | cin | ||
| real, | intent(in), | DIMENSION (klon) | :: | wape | ||
| real, | intent(out), | DIMENSION (klon) | :: | drdt | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_dens_gen | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_dens_death | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_dens_col | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_dens_bnd | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_sig_gen | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_sig_death | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_sig_col | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_sig_spread | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_sig_bnd | ||
| real, | intent(out) | :: | d_wdens_targ | |||
| real, | intent(out) | :: | d_sigmaw_targ |