REFAC: use target var instead of hard coded target
View options
- Truncate descriptions
in post_processing.py replace in make_prediction() the line
# get scaling parameters
mean, std, transformation_method = data.get_transformation_information(variable='o3')
by
variable = self.data_store.get(...)
Check for other usage of 'o3' variable and replace it