ERA5-hourly-total precipitation的单位换算问题:m转为mm

简介: ERA5-hourly-total precipitation的单位换算问题:m转为mm
  • 近日,下载了ERA5-hourly-reanalysis的降水资料,发现数据单位是m,这与一般观测卫星例如GPCP直接显示的mm/day不同,所以在绘图分析前最好进行单位换算,一般网上的解决办法大都人云亦云,这里简单记录一下正确的换算方式

首先声明一下我下载的降水资料是单气压层的小时数据total precipitation,如下所示:


61edeaed9f6140d2a51dcd6c437287c0.png


官网对于该降水资料的描述是,单位为:m (of water equivalent per hour)


0c8f1817de2641cba62d6b0937c2b5e6.png


  • This parameter is the accumulated liquid and frozen water, comprising rain and snow, that falls to the Earth’s surface. It is the sum of large-scale precipitation and convective precipitation. This parameter is accumulated over a particular time period which depends on the data extracted. For the reanalysis, the accumulation period is over the 1 hour ending at the validity date and time. For the ensemble members, ensemble mean and ensemble spread, the accumulation period is over the 3 hours ending at the validity date and time. The units of this parameter are depth in metres of water equivalent. It is the depth the water would have if it were spread evenly over the grid box. Care should be taken when comparing model parameters with observations, because observations are often local to a particular point in space and time, rather than representing averages over a model grid box.


反正一大堆描述,感觉主要的就是这句话:For the reanalysis, the accumulation period is over the 1 hour ending at the validity date and time


  • 翻译过来是超过1小时内的累积量,理解过来就是每小时的降水量,每个小时的降水量是分开的,不是持续累积的,第6小时的数据就代表第6小时时间内的降水量,而不是从00时刻持续到06时刻一共的降水量。


因此,对于单位换算来说,原本给的是m,意思就是:m/hour,如果要换算为mm/hour,那么只需要乘以1000即可,如果要换算为mm/day,将所有时刻的降水加起来。


Dataset units get mm/hour
ERA5 reanalysis (hourly data) m (of water equivalent per hour) tp [mm]=tp [m]⋅1000







相关文章
GEE——在GEE中计算地形位置指数TPI
GEE——在GEE中计算地形位置指数TPI
888 0
|
定位技术 数据中心
全球历史台风轨迹数据的艰难寻找经历
全球历史台风轨迹数据的艰难寻找经历
922 0
|
定位技术
ArcGIS地形起伏度+地形粗糙度+地表切割深度+高程变异系数提取
ArcGIS地形起伏度+地形粗糙度+地表切割深度+高程变异系数提取
14246 0
|
8月前
|
机器学习/深度学习 传感器 编解码
全球降水测量 全球降水测量(GPM)07 版
全球降水测量(GPM)07版是由NASA和JAXA合作的国际卫星任务,提供每三小时一次的全球雨雪观测数据。该数据集使用IMERG算法整合多颗卫星的微波和红外数据,提供高精度的降水量估算。GPM 07版涵盖2000年6月至2025年1月的数据,适用于气象预报、洪水预警等领域。数据以二进制格式提供,分辨率约为11公里,时间分辨率为半小时。NASA免费提供这些数据供公众使用。
311 22
|
编解码
ENVI无缝镶嵌、拼接栅格数据的方法
【8月更文挑战第10天】使用ENVI进行无缝镶嵌的方法包括:准备具有一致空间参考的栅格数据;通过“File”菜单逐个加载数据;启动“Seamless Mosaic”工具;添加待镶嵌图像;调整几何校正、颜色平衡及羽化参数以平滑过渡;设定输出路径与格式;最后执行镶嵌并检查结果质量,必要时微调参数直至满意。
1174 1
ArcMAP对遥感影像进行波段提取的3种方法
ArcMAP对遥感影像进行波段提取的3种方法
3226 0
遥感数据趋势分析Sen+mk
Sen's Slope估计器和Mann-Kendall趋势检验的结合,为遥感数据的长期趋势分析提供了一个强大的工具。Sen's Slope对异常值不敏感,而Mann-Kendall则能确定趋势的显著性和方向。在遥感数据的处理和分析中,正确应用这两种方法能够有效地挖掘出数据背后的环境和气候变化信息,对于科学研究和决策支持都具有重要价值。
479 3
|
C++ 索引 Python
Python 字典dict详解(超详细)
Python 字典dict详解(超详细)
560 0
|
数据可视化 数据处理 Python
python处理NetCDF格式文件
python处理NetCDF格式文件
426 0
python处理NetCDF格式文件
|
编解码 IDE API
ERA5逐时、逐日、逐月气象数据的手动下载与Python代码批量下载方法
ERA5逐时、逐日、逐月气象数据的手动下载与Python代码批量下载方法
2087 2