LMDZ
geometry_mod.F90 File Reference

Go to the source code of this file.

Modules

module  geometry_mod
 

Functions/Subroutines

subroutine geometry_mod::init_geometry (klon, longitude_, latitude_, boundslon_, boundslat_, cell_area_, dx_, dy_)
 

Variables

real, dimension(:), allocatable, save geometry_mod::longitude
 
real, dimension(:), allocatable, save geometry_mod::latitude
 
real, dimension(:), allocatable, save geometry_mod::longitude_deg
 
real, dimension(:), allocatable, save geometry_mod::latitude_deg
 
real, dimension(:,:), allocatable, save geometry_mod::boundslon
 
real, dimension(:,:), allocatable, save geometry_mod::boundslat
 
real, dimension(:), allocatable, save geometry_mod::dx
 
real, dimension(:), allocatable, save geometry_mod::dy
 
real, dimension(:), allocatable, save geometry_mod::cell_area