Skip to content

"coordinates" metadata must be passed through for CMIP7 usage #937

Description

@ceblanton

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions