sea_ice Subroutine

public subroutine sea_ice(xdata, ydata, glace01, x, y, frac_ice)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: xdata(:)
real, intent(in) :: ydata(:)
real, intent(in) :: glace01(:,:)
real, intent(in) :: x(:)
real, intent(in) :: y(:)
real, intent(out) :: frac_ice(SIZE(x),SIZE(y))

Contents