LMDZ
grid_atob_m Module Reference

Functions/Subroutines

subroutine fine2coarse (x_i, y_i, x_o, y_o, d_o1, d_i, msk, d_o2)
 
subroutine, public grille_m (xdata, ydata, entree, x, y, sortie)
 
subroutine, public rugosite (xdata, ydata, entree, x, y, sortie, mask)
 
subroutine, public sea_ice (xdata, ydata, glace01, x, y, frac_ice)
 
subroutine, public rugsoro (xrel, yrel, relief, xmod, ymod, rugs)
 
subroutine dist_sphe (rf_lon, rf_lat, rlon, rlat, distance)
 

Function/Subroutine Documentation

subroutine grid_atob_m::dist_sphe ( real, intent(in)  rf_lon,
real, intent(in)  rf_lat,
real, dimension(:), intent(in)  rlon,
real, dimension(:), intent(in)  rlat,
real, dimension(size(rlon),size(rlat)), intent(out)  distance 
)
private

Definition at line 258 of file grid_atob_m.f90.

Here is the caller graph for this function:

subroutine grid_atob_m::fine2coarse ( real, dimension(:), intent(in)  x_i,
real, dimension(:), intent(in)  y_i,
real, dimension(:), intent(in)  x_o,
real, dimension(:), intent(in)  y_o,
real, dimension(:,:), intent(out)  d_o1,
real, dimension (:,:), intent(in), optional  d_i,
logical, dimension (:,:), intent(in), optional  msk,
real, dimension(:,:), intent(out), optional  d_o2 
)
private

Definition at line 17 of file grid_atob_m.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public grid_atob_m::grille_m ( real, dimension(:), intent(in)  xdata,
real, dimension(:), intent(in)  ydata,
real, dimension(size(xdata),size(ydata)), intent(in)  entree,
real, dimension(:), intent(in)  x,
real, dimension(:), intent(in)  y,
real, dimension(size(x),size(y)), intent(out)  sortie 
)

Definition at line 108 of file grid_atob_m.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public grid_atob_m::rugosite ( real, dimension(:), intent(in)  xdata,
real, dimension(:), intent(in)  ydata,
real, dimension(size(xdata),size(ydata)), intent(in)  entree,
real, dimension(:), intent(in)  x,
real, dimension(:), intent(in)  y,
real, dimension(size(x),size(y)), intent(out)  sortie,
real, dimension (size(x),size(y)), intent(in)  mask 
)

Definition at line 146 of file grid_atob_m.f90.

Here is the call graph for this function:

subroutine, public grid_atob_m::rugsoro ( real, dimension(:), intent(in)  xrel,
real, dimension(:), intent(in)  yrel,
real, dimension(:,:), intent(in)  relief,
real, dimension(:), intent(in)  xmod,
real, dimension(:), intent(in)  ymod,
real, dimension(size(xmod),size(ymod)), intent(out)  rugs 
)

Definition at line 202 of file grid_atob_m.f90.

Here is the call graph for this function:

subroutine, public grid_atob_m::sea_ice ( real, dimension(:), intent(in)  xdata,
real, dimension(:), intent(in)  ydata,
real, dimension(:,:), intent(in)  glace01,
real, dimension(:), intent(in)  x,
real, dimension(:), intent(in)  y,
real, dimension(size(x),size(y)), intent(out)  frac_ice 
)

Definition at line 177 of file grid_atob_m.f90.

Here is the call graph for this function: