grid_atob_m Module



Uses

  • module~~grid_atob_m~~UsesGraph module~grid_atob_m grid_atob_m module~assert_eq_m assert_eq_m module~grid_atob_m->module~assert_eq_m

Used by

  • module~~grid_atob_m~~UsedByGraph module~grid_atob_m grid_atob_m module~init_ssrf_m init_ssrf_m module~init_ssrf_m->module~grid_atob_m proc~etat0phys_netcdf etat0phys_netcdf proc~etat0phys_netcdf->module~init_ssrf_m module~limit limit module~limit->module~init_ssrf_m program~ce0l ce0l program~ce0l->module~limit

Contents


Subroutines

public subroutine grille_m(xdata, ydata, entree, x, y, sortie)

Arguments

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

public subroutine rugosite(xdata, ydata, entree, x, y, sortie, mask)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: xdata(:)
real, intent(in) :: ydata(:)
real, intent(in) :: entree(SIZE(xdata),SIZE(ydata))
real, intent(in) :: x(:)
real, intent(in) :: y(:)
real, intent(out) :: sortie(SIZE(x),SIZE(y))
real, intent(in) :: mask(SIZE(x),SIZE(y))

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))

public subroutine rugsoro(xrel, yrel, relief, xmod, ymod, rugs)

Arguments

Type IntentOptional Attributes Name
real, intent(in) :: xrel(:)
real, intent(in) :: yrel(:)
real, intent(in) :: relief(:,:)
real, intent(in) :: xmod(:)
real, intent(in) :: ymod(:)
real, intent(out) :: rugs(SIZE(xmod),SIZE(ymod))