Bucket calculations for surface.
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | itime | |||
| integer, | intent(in) | :: | jour | |||
| integer, | intent(in) | :: | knon | |||
| integer, | intent(in), | DIMENSION(klon) | :: | knindex | ||
| logical, | intent(in) | :: | debut | |||
| real, | intent(in) | :: | dtime | |||
| real, | intent(in), | DIMENSION(klon) | :: | tsurf | ||
| real, | intent(in), | DIMENSION(klon) | :: | p1lay | ||
| real, | intent(in), | DIMENSION(klon) | :: | tq_cdrag | ||
| real, | intent(in), | DIMENSION(klon) | :: | precip_rain | ||
| real, | intent(in), | DIMENSION(klon) | :: | precip_snow | ||
| real, | intent(in), | DIMENSION(klon) | :: | temp_air | ||
| real, | intent(in), | DIMENSION(klon) | :: | spechum | ||
| real, | intent(in), | DIMENSION(klon) | :: | petAcoef | ||
| real, | intent(in), | DIMENSION(klon) | :: | peqAcoef | ||
| real, | intent(in), | DIMENSION(klon) | :: | petBcoef | ||
| real, | intent(in), | DIMENSION(klon) | :: | peqBcoef | ||
| real, | intent(in), | DIMENSION(klon) | :: | pref | ||
| real, | intent(in), | DIMENSION(klon) | :: | u1 | ||
| real, | intent(in), | DIMENSION(klon) | :: | v1 | ||
| real, | intent(in), | DIMENSION(klon) | :: | gustiness | ||
| real, | intent(in), | DIMENSION(klon) | :: | rugoro | ||
| real, | intent(in), | DIMENSION(klon) | :: | swnet |
|
|
| real, | intent(in), | DIMENSION(klon) | :: | lwnet |
|
|
| real, | intent(inout), | DIMENSION(klon) | :: | snow | ||
| real, | intent(inout), | DIMENSION(klon) | :: | qsol | ||
| real, | intent(inout), | DIMENSION(klon) | :: | agesno | ||
| real, | intent(inout), | DIMENSION(klon, nsoilmx) | :: | tsoil |
|
|
| real, | intent(out), | DIMENSION(klon) | :: | qsurf | ||
| real, | intent(out), | DIMENSION(klon) | :: | z0_new | ||
| real, | intent(out), | DIMENSION(klon) | :: | alb1_new | ||
| real, | intent(out), | DIMENSION(klon) | :: | alb2_new | ||
| real, | intent(out), | DIMENSION(klon) | :: | evap | ||
| real, | intent(out), | DIMENSION(klon) | :: | fluxsens | ||
| real, | intent(out), | DIMENSION(klon) | :: | fluxlat | ||
| real, | intent(out), | DIMENSION(klon) | :: | tsurf_new | ||
| real, | intent(out), | DIMENSION(klon) | :: | dflux_s |
|
|
| real, | intent(out), | DIMENSION(klon) | :: | dflux_l |
|