Reset cumulated fields to zero in the beginning of a new coupling period
Cumulate : Following fields should be cumulated at each time-step
$OMP MASTER
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | itime | |||
| integer, | intent(in) | :: | knon | |||
| integer, | intent(in), | DIMENSION(klon) | :: | knindex | ||
| real, | intent(in), | DIMENSION(klon) | :: | rriv_in | ||
| real, | intent(in), | DIMENSION(klon) | :: | rcoa_in |
|