Clim Variables¶
Variables for the Clim methodology that can be accessed for plotting.
VARIABLE |
MEANING |
DIMENSION LENGTH |
|---|---|---|
.time |
Time coordinate. |
nt |
.lat |
Latitude coordinate. From -90 to 90. |
nlat |
.lon |
Longitude coordinate. From -180 to 180. |
nlon |
.data |
Raw data as a numpy matrix. Reshaped as (nlat * nlon, nt) |
ns x nt |
VARIABLE |
MEANING |
TYPE |
|---|---|---|
.ds |
Dataset that was introduced. |
Dataset |
.region |
Region that hold the dataset. |
Region |