SURFEX  V8_0
Surfex V8_0 release
 All Classes Files Functions Variables
Public Member Functions | List of all members
mode_gridtype_cartesian Module Reference

Public Member Functions

subroutine put_gridtype_cartesian (PGRID_PAR, PLAT0, PLON0, KIMAX, KJMAX, PX, PY, PDX, PDY)
 
subroutine get_gridtype_cartesian (PGRID_PAR, PLAT0, PLON0, KIMAX, KJMAX, PX, PY, PDX, PDY, KL)
 
subroutine latlon_cartesian (PLAT0, PLON0, PLAT, PLON)
 

Detailed Description

Definition at line 6 of file mode_gridtype_cartesian.F90.

Member Function/Subroutine Documentation

subroutine mode_gridtype_cartesian::get_gridtype_cartesian ( real, dimension(:), intent(in)  PGRID_PAR,
real, intent(out), optional  PLAT0,
real, intent(out), optional  PLON0,
integer, intent(out), optional  KIMAX,
integer, intent(out), optional  KJMAX,
real, dimension(:), intent(out), optional  PX,
real, dimension(:), intent(out), optional  PY,
real, dimension(:), intent(out), optional  PDX,
real, dimension(:), intent(out), optional  PDY,
integer, intent(out), optional  KL 
)

Definition at line 80 of file mode_gridtype_cartesian.F90.

Here is the caller graph for this function:

subroutine mode_gridtype_cartesian::latlon_cartesian ( real, intent(in)  PLAT0,
real, intent(in)  PLON0,
real, dimension(:), intent(out)  PLAT,
real, dimension(:), intent(out)  PLON 
)

Definition at line 157 of file mode_gridtype_cartesian.F90.

Here is the caller graph for this function:

subroutine mode_gridtype_cartesian::put_gridtype_cartesian ( real, dimension(:), pointer  PGRID_PAR,
real, intent(in)  PLAT0,
real, intent(in)  PLON0,
integer, intent(in)  KIMAX,
integer, intent(in)  KJMAX,
real, dimension(:), intent(in)  PX,
real, dimension(:), intent(in)  PY,
real, dimension(:), intent(in)  PDX,
real, dimension(:), intent(in)  PDY 
)

Definition at line 21 of file mode_gridtype_cartesian.F90.

Here is the caller graph for this function:


The documentation for this module was generated from the following file: