climate-analytics-lab/jax-gcm

Make outputs CF-compliant

开放

#380 创建于 2026年2月10日

 (0 条评论) (0 个反应) (0 位负责人)Python (13 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (101 个星标)
PR 合并指标
 (平均合并 2天 7小时) (30 天内合并 45 个 PR)

描述

Currently the model outputs (after converting to xarray) have lined up coordinates and the correct units, but for downstream evaluation and comparison with other models it would be nice to have our outputs 'CF compliant'. I think this is mostly a case of ensuring we use the right coordinate names with appropriate units, and including a standard_name where available.

This might be most easily achieved by converting the xarray object to an Iris Cube, for which there is already an easy conversion method in xarray, and internally knows about cf-standards.

贡献者指南