Apply forward scale transformation to a single value
value: Input value to transform scale_type: Type of scale (linear, log, symlog) threshold: Threshold for symlog scale (ignored for others) base: Logarithm base for symlog (default 10, ignored for others) linscale: Linear region scaling factor for symlog (default 1, ignored for others) Returns 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 | |||
| real(kind=wp), | intent(in), | optional | :: | base | ||
| real(kind=wp), | intent(in), | optional | :: | linscale |