Is your feature request related to a problem? Please describe.
fremor requires coordinates variable attribute to determine/confirm its MIP variable status.
This is proper (in the history files)
tas:long_name = "Near-Surface Air Temperature" ;
tas:units = "K" ;
tas:missing_value = 1.e+20f ;
tas:_FillValue = 1.e+20f ;
tas:coordinates = "height2m" ;
tas:cell_methods = "time: mean" ;
tas:cell_measures = "area: area" ;
tas:standard_name = "air_temperature" ;
But this pp output is deficient:
tas:standard_name = "air_temperature" ;
tas:long_name = "Near-Surface Air Temperature" ;
tas:units = "K" ;
tas:_FillValue = 1.e+20f ;
tas:missing_value = 1.e+20f ;
tas:cell_methods = "time: mean" ;
tas:cell_measures = "area: area" ;
tas:interp_method = "conserve_order2" ;
Describe the solution you'd like
coordinates variable attribute must be passed in
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
fremor requires
coordinatesvariable attribute to determine/confirm its MIP variable status.This is proper (in the history files)
But this pp output is deficient:
Describe the solution you'd like
coordinatesvariable attribute must be passed inDescribe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.