CORAL#
The high-power lidar CORAL (Cloud Observation with Radar And Lidar) was designed for high-resolution vertical profiling of water vapor mixing ratio, air temperature, and cloud and aerosol properties. The instrument was installed with the intent to investigate fast processes driving cloud formation and interactions among the moisture field, air temperature, aerosols, and cloud droplets in the tropics. CORAL has been in operation since May 2019.
Configurations and data availability#
The processing from Level 0 to Level 1 data results in two products: slow and fast. The data in the slow product is smoothed in time over the temperature smoothing window. The fast product is smoothed in time over 2 min for low resolution and 4 sec for high resolution, the time interval of the Level 0 data.
Time series of particle backscatter coefficient, cloud mask, water vapor mixing ratio and depolarization ratio (presently not calibrated) are stored in slow files. Air temperature, water vapor mixing ratio (calculated with resolution taken for temperature profiles) and relative humidity put in fast files.
Current data availability#
Efforts to integrate all resolutions and smoothings for the whole timeline of the instrument’s operation are ongoing. As such, data from after the ORCESTRA campaign (2024-09-30) until today is processed daily and available as .zarr files in the catalog, with the follwing parameters:
resolution: 2 min (‘low’) or 4 sec (‘high’) referring to the resolution of pre-processed netcdfs
either
lrorhrused in dataset name
smoothing of data:
‘slow’: data smoothed over TODO
‘fast’: data smoothing matches temporal resolution (above)
corresponds to
sorfin dataset name
calibration mode, describes water vapor calibrations used for low temporal resolution data processing:
‘rolling’: calibrations from previous 3 days
‘renalaysis’: calibrations from previous and following 3 days
| Dataset name | Temporal resolution | Smoothing | Water vapor calibration | range | alt_bnds | Start date | End date |
| — | — | — | — | — | — |
| BCO.lidar_CORAL_lr_s_rolling_c1_v1.zarr | 2 min | ?? | 3D prior | | | 2024-09-30 | today |
| BCO.lidar_CORAL_lr_f_rolling_c1_v1.zarr | 2 min | 2 min | 3D prior | | | 2024-09-30 | today |
| BCO.lidar_CORAL_lr_s_reanalysis_c1_v1.zarr | 2 min | ?? | 3D prior & future | | | 2024-09-30 | today |
| BCO.lidar_CORAL_lr_f_reanalysis_c1_v1.zarr | 2 min | 2 min | 3D prior & future | | | 2024-09-30 | today |
| BCO.lidar_CORAL_hr_s_c1_v1.zarr | 4 sec | ?? | – | | | 2024-09-30 | today |
| BCO.lidar_CORAL_hr_f_c1_v1.zarr | 4 sec | 4 sec | – | | | 2024-09-30 | today |
| BCO.lidar_CORAL_LR_t_c1_v1 | 2 min | 60 min | ?? | | | 2019-01-01 | 2023-03-17 |
| BCO.lidar_CORAL_LR_b_c1_v1 | 2 min | 60 min | ?? | | | 2019-01-01 | 2023-03-17 |
Calibration constants are written to the catalog as well, as .zarr under BCO.lidar_CORAL_calib_v1.
Data access#
The fast and slow smoothed products create datasets that differ as shown below:
import intake
cat = intake.open_catalog("https://tcodata.mpimet.mpg.de/catalog.yaml")
#fast = cat.BCO.lidar_CORAL_lr_f_rolling_c1_v1.to_dask()
#slow = cat.BCO.lidar_CORAL_lr_s_rolling_c1_v1.to_dask()
#plot alt_bnds?
#fast
#slow