CTD temperature (ITS-90 scale)
The registry carries no authored label for this measurement, so the name above is the canonical series' own description in metadata/measurement_type.csv (variable.csv holds the authored labels, five today).
- 835
- values
- 314
- sampling events
- 1983–2021
- years
- 1
- dataset
- 1–3,500 m
- depth
- every month
- seasons
Measured in
-
series
ctdtemp_its90· source columnCTDTEMP_ITS90· flag columnctdtemp_its90_flag
One row per series, one cell per year, darker with more values — the same strip the front door draws per dataset and a species page draws per taxon. Each row is one dataset's own measurement_type; the label is written once, in the title above.
By depth
Values per depth band at the release grain, one thin bar per series. The bands are the record's own (0-10 … 2000+ m).
By month
Values per calendar month, one row per series: CalCOFI's quarterly cruises show as peaks in the months the ships sail.
Range & quality
- bounds
- The registry declares
-2 … 40 °Cforctdtemp_its90; a value outside it is dropped at the ingest (drop_out_of_bounds()). - observed
- Carbonate Chemistry / DIC
ctdtemp_its901.55 · median 14.27 · 22.23 °C (5th–95th percentile 6.393–19.22) - flags
- Carbonate Chemistry / DIC
ctdtemp_its90ctdtemp_its90_flagon 835 of 835 rows:2835; qual_ok keeps 835. The codes are this dataset's own vocabulary, uninterpreted. - baseline
- A monthly climatology exists for this measurement (the release's climatology table: 1993–2013, dataset × grid cell × calendar month × 10 m bin), so the Explorer can draw anomalies against it rather than values.
Ways in
-
Explorermaps, sections and time series of this measurement — opens prefilledhttps://calcofi.io/explore/?var=ctdtemp_its90
-
Explorer · a depth section vs normalthe newest cruise's section against the climatology baselinehttps://calcofi.io/explore/?lens=section&var=ctdtemp_its90&anom=1
-
db-querySQL in your browser — the shell opens with this queryhttps://calcofi.io/db-query/?sql=SELECT+%2A+FROM+__TBL%3Aobs_env__+WHERE+measurement_type+%3D+%27ctdtemp_its90%27+LIMIT+100%3B
-
ERDDAP · Carbonate Chemistry / DICCalCOFI's own server, the Carbonate Chemistry / DIC table constrained to this serieshttps://erddap.calcofi.io/erddap/tabledap/calcofi_dic.html?&measurement_type=%22ctdtemp_its90%22
-
Parquetobs_env is partitioned by measurement_type in the content-addressed store — resolved through the release catalog, never a path built by hand
SELECT * FROM read_json('…/v2026.09.10/catalog.json') -- objects[] WHERE table = 'obs_env' -- AND partition_value = 'ctdtemp_its90' -
R
library(calcofi4r) con <- cc_get_db() # the promoted release tbl(con, "obs_env") |> filter(measurement_type %in% c("ctdtemp_its90")) -
Python
import calcofi4py as cc con = cc.cc_get_db() con.sql("SELECT * FROM obs_env WHERE measurement_type IN ('ctdtemp_its90')").df()
This page as data
-
JSONthis measurement's entry of the release record, verbatimhttps://calcofi.io/measurements/ctdtemp_its90.json
Read from measurements.json of release v2026.09.10, written at release by calcofi4db::build_measurements_catalog() beside taxa.json. The catalog's index is /measurements/; the JSON-LD on this page is a schema.org/DefinedTerm in the NERC P01 term set with a PropertyValue per series.
Cite
Cite the release; each dataset's own citation, licence and DOI are on its page — Carbonate Chemistry / DIC. The Explorer's Share → Cite writes it for the view you make.