Reference Guide  2.5.0
psyclone.dynamo0p3.LFRicArgStencil Class Reference

Static Public Attributes

 str
 
 Any
 

Detailed Description

Provides stencil information about an LFRic kernel argument.
LFRicArgStencil can provide the extent, algorithm argument for the extent,
and the direction argument of a stencil or set any of these properties.

:param name:            the name of the stencil.
:param extent:          the extent of the stencil if it is known. It will
                        be known if it is specified in the metadata.
:param extent_arg:      the algorithm argument associated with the extent
                        value if extent was not found in the metadata.
:param direction_arg:   the direction argument associated with the
                        direction of the stencil if the direction of the
                        stencil is not known.

Definition at line 5014 of file dynamo0p3.py.


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