Skip to main content

Thermal response of urban roofs (example)

Placeholder case study generated from a notebook.

Thermal response of urban roofs

This is an example notebook converted to a case study via the build-time pipeline. Math: T(z,t)=T0+Acos(2πt/24)T(z, t) = T_0 + A\cos(2\pi t/24).

import numpy as np
print(np.linspace(0, 1, 5))
[0.   0.25 0.5  0.75 1.  ]

A figure

Static image embedded from a real notebook output:

# (would be matplotlib plot here)

A Plotly figure

fig.show()

Source: /opt/render/project/src/notebooks/case-studies/example-thermal.ipynb