| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ngrid | |||
| integer, | intent(in) | :: | nlay | |||
| real, | intent(in) | :: | dtime | |||
| real, | intent(in), | DIMENSION(ngrid,nlay) | :: | wind_u | ||
| real, | intent(in), | DIMENSION(ngrid,nlay) | :: | wind_v | ||
| real, | intent(in), | DIMENSION(ngrid,nlay) | :: | temp | ||
| real, | intent(in), | DIMENSION(ngrid,nlay) | :: | qvap | ||
| real, | intent(in), | DIMENSION(ngrid,nlay) | :: | play | ||
| real, | intent(in), | DIMENSION(ngrid,nlay+1) | :: | pinterf | ||
| real, | intent(in), | DIMENSION(ngrid) | :: | cdrag_uv | ||
| real, | intent(inout), | DIMENSION(ngrid,nlay+1) | :: | tke | ||
| real, | intent(out), | DIMENSION(ngrid,nlay+1) | :: | eps | ||
| real, | intent(out), | DIMENSION(ngrid,nlay+1) | :: | tke_shear | ||
| real, | intent(out), | DIMENSION(ngrid,nlay+1) | :: | tke_buoy | ||
| real, | intent(out), | DIMENSION(ngrid,nlay+1) | :: | tke_trans | ||
| real, | intent(out), | DIMENSION(ngrid,nlay) | :: | Km_out | ||
| real, | intent(out), | DIMENSION(ngrid,nlay) | :: | Kh_out |
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ngrid | |||
| integer, | intent(in) | :: | nlay | |||
| real, | intent(in) | :: | dtime | |||
| real, | intent(in), | DIMENSION(ngrid,nlay) | :: | z_lay | ||
| real, | intent(in), | DIMENSION(ngrid,nlay+1) | :: | z_interf | ||
| real, | intent(in), | DIMENSION(ngrid,nlay) | :: | temp | ||
| real, | intent(in), | DIMENSION(ngrid,nlay) | :: | play | ||
| real, | intent(in), | DIMENSION(ngrid,nlay+1) | :: | l_exchange | ||
| real, | intent(in), | DIMENSION(ngrid,nlay+1) | :: | Sm | ||
| real, | intent(inout), | DIMENSION(ngrid,nlay+1) | :: | tke | ||
| real, | intent(inout), | DIMENSION(ngrid,nlay+1) | :: | tke_trans |