Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(tem_varSys_op_type), | intent(in) | :: | fun |
Description of the method to obtain the variables, |
||
type(tem_varSys_type), | intent(in) | :: | varSys |
The variable system to obtain the variable from. |
||
type(tem_stencilHeader_type), | intent(in) | :: | stencil |
fluid stencil defintion |
||
integer, | intent(in) | :: | iLevel |
current level |
||
integer, | intent(in) | :: | posInState(:) |
Position of element in levelwise state array |
||
real(kind=rk), | intent(in) | :: | pdf(:) |
|
||
real(kind=rk), | intent(out) | :: | res(:) |
results |
||
integer, | intent(in) | :: | nVals |
nVals to get |
This interface describes the arguments to be used for routines that do the derivation of variables from the variable system.