climate-analytics-lab/jax-gcm

Implement __repr__ for Model and other user-facing JCM classes

Closed

#322 opened on Dec 9, 2025

 (1 comment) (0 reactions) (0 assignees)Python (13 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (101 stars)
PR merge metrics
 (Avg merge 2d 7h) (45 merged PRs in 30d)

Description

This would make it easier for users to understand what sort of object they've created. Ideally print(model) would show high-level details of the geometry, physics and dycore.

Contributor guide