Transform seaice fraction (read_sic : ocean-seaice mask) into global fraction (pctsrf : ocean-seaice-land-landice mask)
| Type | Intent | Optional | Attributes | Name | ||
|---|---|---|---|---|---|---|
| integer, | intent(in) | :: | itime | |||
| real, | intent(in) | :: | dtime | |||
| real, | intent(inout), | DIMENSION(klon,nbsrf) | :: | pctsrf | ||
| logical, | intent(out) | :: | is_modified |
|