MONC
Public Attributes | List of all members
stencil_mod::grid_stencil_type Type Reference

Configuration for a specific stencil interpolation to perform. More...

Collaboration diagram for stencil_mod::grid_stencil_type:
Collaboration graph
[legend]

Public Attributes

type(prognostic_field_ptr_type), dimension(:), allocatable fields
 
type(prognostic_field_type), dimension(:,:), allocatable interpolated_fields
 
integer, dimension(:,:), allocatable sizes
 
integer nfields
 
integer max_y_point
 
integer max_x_point
 

Detailed Description

Configuration for a specific stencil interpolation to perform.

Definition at line 18 of file stencil.F90.

Member Data Documentation

◆ fields

type(prognostic_field_ptr_type), dimension(:), allocatable stencil_mod::grid_stencil_type::fields

Definition at line 19 of file stencil.F90.

19  type(prognostic_field_ptr_type), dimension(:), allocatable :: fields

◆ interpolated_fields

type(prognostic_field_type), dimension(:,:), allocatable stencil_mod::grid_stencil_type::interpolated_fields

Definition at line 20 of file stencil.F90.

20  type(prognostic_field_type), dimension(:,:), allocatable :: interpolated_fields

◆ max_x_point

integer stencil_mod::grid_stencil_type::max_x_point

Definition at line 22 of file stencil.F90.

◆ max_y_point

integer stencil_mod::grid_stencil_type::max_y_point

Definition at line 22 of file stencil.F90.

◆ nfields

integer stencil_mod::grid_stencil_type::nfields

Definition at line 22 of file stencil.F90.

22  integer :: nfields, max_y_point, max_x_point

◆ sizes

integer, dimension(:,:), allocatable stencil_mod::grid_stencil_type::sizes

Definition at line 21 of file stencil.F90.

21  integer, dimension(:,:), allocatable :: sizes

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