SURFEX v8.1
General documentation of Surfex
|
Functions/Subroutines | |
subroutine | put_gridtype_cartesian (PGRID_PAR, PLAT0, PLON0, KIMAX, KJMAX, PX, PY, PDX, PDY |
subroutine | get_gridtype_cartesian (PGRID_PAR, PLAT0, PLON0, |
subroutine | latlon_cartesian (PLAT0, PLON0, PLAT, PLON) |
subroutine mode_gridtype_cartesian::get_gridtype_cartesian | ( | real, dimension(:), intent(in) | PGRID_PAR, |
real, intent(out), optional | PLAT0, | ||
real, intent(out), optional | PLON0 | ||
) |
Definition at line 81 of file mode_gridtype_cartesian.F90.
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 158 of file mode_gridtype_cartesian.F90.
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 23 of file mode_gridtype_cartesian.F90.