Pangolin
 All Classes Files Functions Variables Pages
Public Attributes | List of all members
global_grid_class::global_grid Type Reference

Public Attributes

integer nb_lat
 Total number of latitudes from North Pole. More...
 
integer nb_lat2
 Number of latitudes from North Pole to the Equator. More...
 
integer nb_sectors
 Number of sectors on a hemisphere An hemisphere is divided into sectors where the grid is identical In our case, it will be 3*2 = 6. More...
 
double precision, dimension(:),
allocatable 
dlat
 Height of the cells (set to constant for now) More...
 

Member Data Documentation

double precision, dimension(:), allocatable global_grid_class::global_grid::dlat

Height of the cells (set to constant for now)

integer global_grid_class::global_grid::nb_lat

Total number of latitudes from North Pole.

integer global_grid_class::global_grid::nb_lat2

Number of latitudes from North Pole to the Equator.

integer global_grid_class::global_grid::nb_sectors

Number of sectors on a hemisphere An hemisphere is divided into sectors where the grid is identical In our case, it will be 3*2 = 6.


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