| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | itime | |||
| real, | intent(in), | DIMENSION(klon,nbsrf) | :: | pctsrf_new |
|
|
| real, | intent(in), | DIMENSION(klon,nbsrf) | :: | pctsrf_old |
|
|
| real, | intent(inout), | DIMENSION(klon,nbsrf) | :: | evap | ||
| real, | intent(inout), | DIMENSION(klon,nbsrf+1) | :: | z0m | ||
| real, | intent(inout), | DIMENSION(klon,nbsrf+1) | :: | z0h | ||
| real, | intent(inout), | DIMENSION(klon,nbsrf) | :: | agesno | ||
| real, | intent(inout), | DIMENSION(klon,nbsrf) | :: | tsurf | ||
| real, | intent(inout), | DIMENSION(klon,nsw,nbsrf) | :: | alb_dir | ||
| real, | intent(inout), | DIMENSION(klon,nsw,nbsrf) | :: | alb_dif | ||
| real, | intent(inout), | DIMENSION(klon,nbsrf) | :: | ustar | ||
| real, | intent(inout), | DIMENSION(klon,nbsrf) | :: | u10m | ||
| real, | intent(inout), | DIMENSION(klon,nbsrf) | :: | v10m | ||
| real, | intent(inout), | DIMENSION(klon,klev+1,nbsrf+1) | :: | tke |
|