Published March 26, 2025 | Version v1

Algorithm to accompany "Tropospheric ice in a warming world" by Dou et al. (2025)

  • 1. ROR icon University of Chinese Academy of Sciences

Description

This project includes several main data processing algorithms used in this study. These include algorithms for extracting deep convection events from ERA5 reanalysis data and TRMM satellite data, as well as algorithms for calculating ice content from JRA55 and MERRA2 reanalysis data and CALIPSO lidar observation data. The following is an introduction to each code file:

- “ERA5_diff_threshold_deep_convection_events_algorithms.py” is the code for extracting deep convection events from the ERA5 reanalysis data for the period 1979–2021 using a threshold-based method.
- “TRMM_deep_convection_events_algorithms.py” is the code for extracting deep convection events from the TRMM satellite data for the period 1998–2013 using a threshold-basedmethod.
- “JRA55_ice.py” is the code for calculating the ice content from the JRA55 reanalysis data for the period 1979–2021.
- “MERRA2_ice.py” is the code for calculating the ice content from the MERRA2 reanalysis data for the period 1980–2021.
- “calipso_iwc_algorithms.py” is the code for calculating the ice content from the CALIPSO lidar observation data for the period 2007–2019.

Files

Files (14.2 kB)

Name Size Download all
md5:78b25590e7c2ff23bc79fc70ca00a1ae
6.4 kB Download
md5:25d7c6d308a72ce0a62a9642186f21ef
2.4 kB Download
md5:b92a4b3c2f424edd381205a16350b347
1.3 kB Download
md5:c9c85acc37649e5fdbe403df4def9a16
1.1 kB Download
md5:1c5ce66f8fdbc4c2ccdf2fde98b3b7bb
3.0 kB Download

Additional details

Dates

Created
2025-03-26

Software

Programming language
Python