state variables tendencies
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | klon | |||
| integer, | intent(in) | :: | klev | |||
| logical, | intent(in) | :: | phys_sub | |||
| logical, | intent(in), | DIMENSION (klon) | :: | wk_adv | ||
| real, | intent(in) | :: | dtimesub | |||
| real, | intent(in), | DIMENSION (klon) | :: | wgen |
B = birth rate of wakes |
|
| real, | intent(in) | :: | wdensmin | |||
| real, | intent(inout), | DIMENSION (klon) | :: | sigmaw |
sigma = fractional area of wakes |
|
| real, | intent(inout), | DIMENSION (klon) | :: | asigmaw |
sigma = fractional area of active wakes |
|
| real, | intent(inout), | DIMENSION (klon) | :: | wdens |
D = number of wakes per unit area |
|
| real, | intent(inout), | DIMENSION (klon) | :: | awdens |
A = number of active wakes per unit area |
|
| real, | intent(out), | DIMENSION (klon) | :: | gfl |
Lg = gust front length per unit area |
|
| real, | intent(out), | DIMENSION (klon) | :: | agfl |
LgA = gust front length of active wakes per unit area |
|
| real, | intent(in), | DIMENSION (klon) | :: | cstar |
C* = spreading velocity of wakes |
|
| real, | intent(in), | DIMENSION (klon) | :: | cin | ||
| real, | intent(in), | DIMENSION (klon) | :: | wape | ||
| real, | intent(out), | DIMENSION (klon) | :: | rad_wk |
r = mean wake radius |
|
| real, | intent(out), | DIMENSION (klon) | :: | arad_wk |
r_A = wake radius of active wakes |
|
| real, | intent(out), | DIMENSION (klon) | :: | irad_wk |
r_I = wake radius of inactive wakes |
|
| real, | intent(out), | DIMENSION (klon) | :: | d_sigmaw | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_asigmaw | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_wdens | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_awdens | ||
| 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), | DIMENSION (klon) | :: | d_asig_death | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_asig_aicol | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_asig_iicol | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_asig_spread | ||
| real, | intent(out), | DIMENSION (klon) | :: | d_asig_bnd | ||
| 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_adens_death |
internal variables |
|
| real, | intent(out), | DIMENSION (klon) | :: | d_adens_icol |
internal variables |
|
| real, | intent(out), | DIMENSION (klon) | :: | d_adens_acol |
internal variables |
|
| real, | intent(out), | DIMENSION (klon) | :: | d_adens_bnd |
internal variables |