climate-analytics-lab/jax-gcm

Make outputs CF-compliant

オープン

#380 opened on 2026/02/10

 (0 件のコメント) (0 件のリアクション) (0 人の担当者)Python (13 件のフォーク)auto 404
enhancementgood first issue

Repository metrics

Stars
 (101 個のスター)
PR merge metrics
 (平均マージ 2d 7h) (30d で 45 merged PRs)

説明

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.

コントリビューターガイド