Preprocess Variables

Variables for the Preprocess methodology that can be accessed for plotting.

VARIABLE

MEANING

DIMENSION LENGTH

.time

Time coordinate. Usually in years.

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 for preprocessing.

Dataset

.region

Region that hold the dataset.

Region