libsim  Versione 7.2.6

◆ conv_func_convert()

elemental real function volgrid6d_var_class::conv_func_convert ( type(conv_func), intent(in)  this,
real, intent(in)  values 
)
private

Return a copy of values converted by applying the conversion function this.

The numerical conversion (only linear at the moment) defined by the conv_func object this is applied to the values argument and the converted result is returned; 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]valuesinput value to be converted

Definizione alla linea 1485 del file volgrid6d_var_class.F90.


Generated with Doxygen.