| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | ngrid | |||
| integer, | intent(in) | :: | nlay | |||
| real, | intent(in) | :: | dtime | |||
| real, | intent(in), | dimension(ngrid,nlay) | :: | temp | ||
| real, | intent(in), | dimension(ngrid,nlay) | :: | q | ||
| real, | intent(in), | dimension(ngrid,nlay) | :: | qbs | ||
| real, | intent(in), | dimension(ngrid,nlay) | :: | pplay | ||
| real, | intent(in), | dimension(ngrid,nlay+1) | :: | paprs | ||
| real, | intent(out), | dimension(ngrid,nlay) | :: | dtemp_bs | ||
| real, | intent(out), | dimension(ngrid,nlay) | :: | dq_bs | ||
| real, | intent(out), | dimension(ngrid,nlay) | :: | dqbs_bs | ||
| real, | intent(out), | dimension(ngrid,nlay+1) | :: | bsfl | ||
| real, | intent(out), | dimension(ngrid) | :: | precip_bs |