SURFEX v8.1
General documentation of Surfex
|
Data Types | |
interface | anti_rotate_g |
interface | etir |
interface | gauss_rt |
interface | gauss_tr |
interface | map_fac |
interface | retre |
interface | rotate_g |
Functions/Subroutines | |
type(lola) function | gauss_tr_s (PT_REEL, PT_POLE, PCODIL) |
type(lola) function, dimension(size(pt_reel)) | gauss_tr_v (PT_REEL, PT_POLE, PCODIL) |
type(lola) function | gauss_rt_s (PT_G, PT_POLE, PCODIL) |
type(lola) function, dimension(size(pt_g)) | gauss_rt_v (PT_G, PT_POLE, PCODIL) |
type(lola) function | rotate_g_s (PT_TR, PT_POLE) |
type(lola) function, dimension(size(pt_tr)) | rotate_g_v (PT_TR, PT_POLE) |
type(lola) function | anti_rotate_g_s (PT_REEL, PT_POLE) |
type(lola) function, dimension(size(pt_reel)) | anti_rotate_g_v (PT_REEL, PT_POLE) |
type(lola) function | etir_s (PT_COORD, PCODIL) |
type(lola) function, dimension(size(pt_coord)) | etir_v (PT_COORD, PCODIL) |
type(lola) function | retre_s (PT_COORD, PCODIL) |
type(lola) function, dimension(size(pt_coord)) | retre_v (PT_COORD, PCODIL) |
real function | map_fac_s (POLE, PCODIL, PT_COORD) |
real function, dimension(size(pt_coord)) | map_fac_v (POLE, PCODIL, PT_COORD) |
type(lola) function mode_geo_gauss::anti_rotate_g_s | ( | type (lola), intent(in) | PT_REEL, |
type (lola), intent(in) | PT_POLE | ||
) |
Definition at line 154 of file mode_geo_gauss.F90.
type (lola) function, dimension(size(pt_reel)) mode_geo_gauss::anti_rotate_g_v | ( | type (lola), dimension(:), intent(in) | PT_REEL, |
type (lola), intent(in) | PT_POLE | ||
) |
Definition at line 175 of file mode_geo_gauss.F90.
type(lola) function mode_geo_gauss::etir_s | ( | type (lola), intent(in) | PT_COORD, |
real, intent(in) | PCODIL | ||
) |
Definition at line 201 of file mode_geo_gauss.F90.
type (lola) function, dimension(size(pt_coord)) mode_geo_gauss::etir_v | ( | type (lola), dimension(:), intent(in) | PT_COORD, |
real, intent(in) | PCODIL | ||
) |
Definition at line 220 of file mode_geo_gauss.F90.
type(lola) function mode_geo_gauss::gauss_rt_s | ( | type (lola), intent(in) | PT_G, |
type (lola), intent(in) | PT_POLE, | ||
real, intent(in) | PCODIL | ||
) |
Definition at line 80 of file mode_geo_gauss.F90.
type (lola) function, dimension(size(pt_g)) mode_geo_gauss::gauss_rt_v | ( | type (lola), dimension(:), intent(in) | PT_G, |
type (lola), intent(in) | PT_POLE, | ||
real, intent(in) | PCODIL | ||
) |
Definition at line 92 of file mode_geo_gauss.F90.
type(lola) function mode_geo_gauss::gauss_tr_s | ( | type (lola), intent(in) | PT_REEL, |
type (lola), intent(in) | PT_POLE, | ||
real, intent(in) | PCODIL | ||
) |
Definition at line 55 of file mode_geo_gauss.F90.
type (lola) function, dimension(size(pt_reel)) mode_geo_gauss::gauss_tr_v | ( | type (lola), dimension(:), intent(in) | PT_REEL, |
type (lola), intent(in) | PT_POLE, | ||
real, intent(in) | PCODIL | ||
) |
Definition at line 67 of file mode_geo_gauss.F90.
real function mode_geo_gauss::map_fac_s | ( | type (lola), intent(in) | POLE, |
real, intent(in) | PCODIL, | ||
type (lola), intent(in) | PT_COORD | ||
) |
Definition at line 283 of file mode_geo_gauss.F90.
real function, dimension(size(pt_coord)) mode_geo_gauss::map_fac_v | ( | type (lola), intent(in) | POLE, |
real, intent(in) | PCODIL, | ||
type (lola), dimension(:), intent(in) | PT_COORD | ||
) |
Definition at line 297 of file mode_geo_gauss.F90.
type(lola) function mode_geo_gauss::retre_s | ( | type (lola), intent(in) | PT_COORD, |
real, intent(in) | PCODIL | ||
) |
Definition at line 240 of file mode_geo_gauss.F90.
type (lola) function, dimension(size(pt_coord)) mode_geo_gauss::retre_v | ( | type (lola), dimension(:), intent(in) | PT_COORD, |
real, intent(in) | PCODIL | ||
) |
Definition at line 259 of file mode_geo_gauss.F90.
type(lola) function mode_geo_gauss::rotate_g_s | ( | type (lola), intent(in) | PT_TR, |
type (lola), intent(in) | PT_POLE | ||
) |
Definition at line 105 of file mode_geo_gauss.F90.
type (lola) function, dimension(size(pt_tr)) mode_geo_gauss::rotate_g_v | ( | type (lola), dimension(:), intent(in) | PT_TR, |
type (lola), intent(in) | PT_POLE | ||
) |
Definition at line 127 of file mode_geo_gauss.F90.