climate-analytics-lab/jax-gcm

Implement __repr__ for Model and other user-facing JCM classes

Open

#322 opened on Dec 9, 2025

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

Repository metrics

Stars
 (101 stars)
PR merge metrics
 (PR metrics pending)

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