libsim  Versione7.2.3

◆ conv_func_compute()

elemental subroutine volgrid6d_var_class::conv_func_compute ( type(conv_func), intent(in)  this,
real, intent(inout)  values 
)
private

Apply the conversion function this to values.

The numerical conversion (only linear at the moment) defined by the conv_func object this is applied to the values argument; the converted result is stored in place; missing values remain missing; if the conversion function is undefined (conv_func_miss) the values are unchanged. The method is ELEMENTAL, thus values can be also an array of any shape.

Parametri
[in]thisobject defining the conversion function
[in,out]valuesvalue to be converted in place

Definizione alla linea 1466 del file volgrid6d_var_class.F90.


Generated with Doxygen.