MBRS#
The polarised 35.5 GHz Doppler radar MBRS is similar to the previously installed MBR2 radar, but was installed 7.5 years later (in December 2022). Currently, both, MBR2 and MBRS are being operated concurrently.
Configurations#
Up to now, the radar has only been operated in a single configuration:
2s timestep, 155m-18km range#
from 2022-12-04 until today
available as BCO.radar_MBRS_c1_v1
Example Plot#
import intake
import numpy as np
cat = intake.open_catalog("https://tcodata.mpimet.mpg.de/catalog.yaml")
mbrs = cat.BCO.radar_MBRS_c1_v1.to_dask()
# the power of one line:
mbrs.sel(time=slice("2022-12-04", "2022-12-05")).resample(time="2min").mean().Ze.plot(x='time', cmap='viridis')
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/intake_xarray/base.py:21: FutureWarning: The return type of `Dataset.dims` will be changed to return a set of dimension names in future, in order to be more consistent with `DataArray.dims`. To access a mapping from dimension names to lengths, please use `Dataset.sizes`.
'dims': dict(self._ds.dims),
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
/builds/tco/bco/docs/.venv/lib/python3.12/site-packages/dask/array/core.py:5003: PerformanceWarning: Increasing number of chunks by factor of 11
result = blockwise(
<matplotlib.collections.QuadMesh at 0x7f28bf2541a0>
The whole dataset:
mbrs
<xarray.Dataset> Size: 1TB
Dimensions: (time: 30467295, alt: 605)
Coordinates:
* alt (alt) float64 5kB 174.4 205.6 236.8 ... 1.898e+04 1.901e+04
lat float64 8B ...
lon float64 8B ...
* time (time) datetime64[ns] 244MB 2022-12-04T17:50:35 ... 2025-04-2...
Data variables: (12/23)
HSDco (time, alt) float32 74GB dask.array<chunksize=(259200, 55), meta=np.ndarray>
HSDcx (time, alt) float32 74GB dask.array<chunksize=(259200, 55), meta=np.ndarray>
LDR (time, alt) float32 74GB dask.array<chunksize=(259200, 55), meta=np.ndarray>
LDRg (time, alt) float32 74GB dask.array<chunksize=(259200, 55), meta=np.ndarray>
MeltHei (time) float32 122MB dask.array<chunksize=(2592000,), meta=np.ndarray>
RMS (time, alt) float32 74GB dask.array<chunksize=(259200, 55), meta=np.ndarray>
... ...
mask (time, alt) bool 18GB dask.array<chunksize=(259200, 55), meta=np.ndarray>
northangle (time) float32 122MB dask.array<chunksize=(2592000,), meta=np.ndarray>
sensor_alt float64 8B ...
status (time) int16 61MB dask.array<chunksize=(2592000,), meta=np.ndarray>
tpow (time) float32 122MB dask.array<chunksize=(2592000,), meta=np.ndarray>
zenith float64 8B ...
Attributes: (12/13)
Conventions: CF-1.7
Copyright:
Copyright_Owner:
bcoproc_version: 2.0.1.dev221+g18013fd
created_with: bcoproc (kband.py)
creation_date: Sat Mar 18 20:31:10 2023
... ...
instrument: MBRS cloud radar
location: The Barbados Cloud Observatory, Deebles Point, Barbados...
reference: Ka Band Cloud Radar MIRA, METEK GmbH www.metek.de
system: MBRS
title: MIRA Cloud Radar Data
tool_versions: {"Python": "3.10.6 | packaged by conda-forge | (main, A...