Skip to content

Add picture to landing page #35

Description

@CommonClimate

The code block:

import climatecritters as cc
from climatecritters.model_critters import Lorenz63

model = Lorenz63()
output = model.integrate(t_span=(0, 50), y0=[1, 1, 1], method='RK45')
ts = output.to_pyleo(var_names='x')
ts.plot()

should be followed by a picture.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
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