Apply forward scale transformation to a single value
@param value: Input value to transform @param scale_type: Type of scale ('linear', 'log', 'symlog') @param threshold: Threshold for symlog scale (ignored for others) @return transformed: Transformed value
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=wp), | intent(in) | :: | value | |||
character(len=*), | intent(in) | :: | scale_type | |||
real(kind=wp), | intent(in) | :: | threshold |