Save ffonte, fqfonte and fqcalving in global arrays for each sub-surface separately
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | knon | |||
| integer, | intent(in) | :: | nisurf | |||
| integer, | intent(in), | DIMENSION(klon) | :: | knindex | ||
| real, | intent(in) | :: | dtime | |||
| real, | intent(in), | DIMENSION(klon) | :: | tsurf | ||
| real, | intent(in), | DIMENSION(klon) | :: | precip_rain | ||
| real, | intent(in), | DIMENSION(klon) | :: | precip_snow |
|
|
| real, | intent(inout), | DIMENSION(klon) | :: | snow | ||
| real, | intent(inout), | DIMENSION(klon) | :: | qsol | ||
| real, | intent(inout), | DIMENSION(klon) | :: | tsurf_new | ||
| real, | intent(inout), | DIMENSION(klon) | :: | evap | ||
| real, | intent(out), | DIMENSION(klon) | :: | ice_sub |
|