Public Attributes | |
double precision, dimension(:,:), allocatable | slope |
Format of the arrays : (cell, tracer) as fortran stores by column And we browse all of the grid for a single tracer. More... | |
double precision, dimension(:,:), allocatable | gradient |
Used for meridional advection. More... | |
double precision, dimension(:,:), allocatable | ratio |
Tracer ratio (with ghost cells) More... | |
double precision, dimension(:,:), allocatable | f_merid |
Tracer fluxes used for advection. More... | |
double precision, dimension(:,:), allocatable | f_zonal |
integer, dimension(:), allocatable | mpi_interior_tracers |
A list of MPI types, one for each neighbour. Here we have interior cells for all tracers. Same type for slope, gradient and ratio. More... | |
integer, dimension(:), allocatable | mpi_ghost_tracers |
A list of MPI type, one for each neighbour. Here we have ghost cells for all tracers. More... | |
double precision, dimension(:,:), allocatable list_tracers_class::list_tracers::f_merid |
Tracer fluxes used for advection.
double precision, dimension(:,:), allocatable list_tracers_class::list_tracers::f_zonal |
double precision, dimension(:,:), allocatable list_tracers_class::list_tracers::gradient |
Used for meridional advection.
integer, dimension(:), allocatable list_tracers_class::list_tracers::mpi_ghost_tracers |
A list of MPI type, one for each neighbour. Here we have ghost cells for all tracers.
integer, dimension(:), allocatable list_tracers_class::list_tracers::mpi_interior_tracers |
A list of MPI types, one for each neighbour. Here we have interior cells for all tracers. Same type for slope, gradient and ratio.
double precision, dimension(:,:), allocatable list_tracers_class::list_tracers::ratio |
Tracer ratio (with ghost cells)
double precision, dimension(:,:), allocatable list_tracers_class::list_tracers::slope |
Format of the arrays : (cell, tracer) as fortran stores by column And we browse all of the grid for a single tracer.
We use 2D-arrays as each tracer has the same number of cells. Slope used for advection