SURFEX v8.1
General documentation of Surfex
Data Types | Functions/Subroutines
eggmrt Module Reference

Data Types

interface  anti_rotate
 
interface  anti_tilt
 
interface  merotil
 
interface  metilrot
 
interface  rotate
 
interface  tilt
 

Functions/Subroutines

type(lola) function tilt_s (REF_COORD, PT_COORD2)
 
type(lola) function, dimension(size(pt_coord2)) tilt_v (REF_COORD, PT_COORD2)
 
type(lola) function rotate_s (CENTER_COORD, PT_COORD1)
 
type(lola) function, dimension(size(pt_coord1)) rotate_v (CENTER_COORD, PT_COORD1)
 
type(lola) function merotil_s (REF_COORD, CENTER_COORD, PT_COORD2)
 
type(lola) function, dimension(size(pt_coord2)) merotil_v (REF_COORD, CENTER_COORD, PT_COORD2)
 
type(lola) function anti_tilt_s (REF_COORD, PT_COORD1)
 
type(lola) function, dimension(size(pt_coord1)) anti_tilt_v (REF_COORD, PT_COORD1)
 
type(lola) function anti_rotate_s (CENTER_COORD, PT_COORD)
 
type(lola) function, dimension(size(pt_coord)) anti_rotate_v (CENTER_COORD, PT_COORD)
 
type(lola) function metilrot_s (REF_COORD, CENTER_COORD, PT_COORD)
 
type(lola) function, dimension(size(pt_coord)) metilrot_v (REF_COORD, CENTER_COORD, PT_COORD)
 

Function/Subroutine Documentation

◆ anti_rotate_s()

type(lola) function eggmrt::anti_rotate_s ( type (lola), intent(in)  CENTER_COORD,
type (lola), intent(in)  PT_COORD 
)

Definition at line 212 of file eggmrt.F90.

◆ anti_rotate_v()

type (lola) function, dimension(size(pt_coord)) eggmrt::anti_rotate_v ( type (lola), intent(in)  CENTER_COORD,
type (lola), dimension(:), intent(in)  PT_COORD 
)

Definition at line 230 of file eggmrt.F90.

◆ anti_tilt_s()

type(lola) function eggmrt::anti_tilt_s ( type (lola), intent(in)  REF_COORD,
type (lola), intent(in)  PT_COORD1 
)

Definition at line 180 of file eggmrt.F90.

◆ anti_tilt_v()

type (lola) function, dimension(size(pt_coord1)) eggmrt::anti_tilt_v ( type (lola), intent(in)  REF_COORD,
type (lola), dimension(:), intent(in)  PT_COORD1 
)

Definition at line 195 of file eggmrt.F90.

◆ merotil_s()

type(lola) function eggmrt::merotil_s ( type (lola), intent(in)  REF_COORD,
type (lola), intent(in)  CENTER_COORD,
type (lola), intent(in)  PT_COORD2 
)

Definition at line 153 of file eggmrt.F90.

◆ merotil_v()

type (lola) function, dimension(size(pt_coord2)) eggmrt::merotil_v ( type (lola), intent(in)  REF_COORD,
type (lola), intent(in)  CENTER_COORD,
type (lola), dimension(:), intent(in)  PT_COORD2 
)

Definition at line 165 of file eggmrt.F90.

◆ metilrot_s()

type(lola) function eggmrt::metilrot_s ( type (lola), intent(in)  REF_COORD,
type (lola), intent(in)  CENTER_COORD,
type (lola), intent(in)  PT_COORD 
)

Definition at line 251 of file eggmrt.F90.

◆ metilrot_v()

type (lola) function, dimension(size(pt_coord)) eggmrt::metilrot_v ( type (lola), intent(in)  REF_COORD,
type (lola), intent(in)  CENTER_COORD,
type (lola), dimension(:), intent(in)  PT_COORD 
)

Definition at line 263 of file eggmrt.F90.

◆ rotate_s()

type(lola) function eggmrt::rotate_s ( type (lola), intent(in)  CENTER_COORD,
type (lola), intent(in)  PT_COORD1 
)

Definition at line 109 of file eggmrt.F90.

◆ rotate_v()

type (lola) function, dimension(size(pt_coord1)) eggmrt::rotate_v ( type (lola), intent(in)  CENTER_COORD,
type (lola), dimension(:), intent(in)  PT_COORD1 
)

Definition at line 130 of file eggmrt.F90.

◆ tilt_s()

type(lola) function eggmrt::tilt_s ( type (lola), intent(in)  REF_COORD,
type (lola), intent(in)  PT_COORD2 
)

Definition at line 64 of file eggmrt.F90.

◆ tilt_v()

type (lola) function, dimension(size(pt_coord2)) eggmrt::tilt_v ( type (lola), intent(in)  REF_COORD,
type (lola), dimension(:), intent(in)  PT_COORD2 
)

Definition at line 84 of file eggmrt.F90.