-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathR1.html
More file actions
81 lines (79 loc) · 4.06 KB
/
R1.html
File metadata and controls
81 lines (79 loc) · 4.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<!--
Design by TEMPLATED
http://templated.co
Released for free under the Creative Commons Attribution License
Name : Low-Down
Description: A two-column, fixed-width design with dark color scheme.
Version : 1.0
Released : 20131117
-->
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title></title>
<meta name="keywords" content="" />
<meta name="description" content="" />
<link href="http://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900|Varela+Round" rel="stylesheet" />
<link href="default.css" rel="stylesheet" type="text/css" media="all" />
<link href="fonts.css" rel="stylesheet" type="text/css" media="all" />
<!--[if IE 6]>
<link href="default_ie6.css" rel="stylesheet" type="text/css" />
<![endif]-->
</head>
<body>
<div id="wrapper1">
<div id="header-wrapper">
<div id="header" class="container1">
<div id="logo">
<h1><a href="index.html">Di Chen</a></h1>
</div>
</div>
<div id="menu" class="container1">
<ul>
<li><a href="index.html" accesskey="1" title="">Home</a></li>
<li><a href="Aboutme.html">About Me</a></li>
<li class="current_page_item"><a href="Research.html">Research</a></li>
<li><a href="Contact.html">Contact</a></li>
</ul>
</div>
</div>
<div id="page" class="container3">
<div class="column5">
<div class="title">
</div>
<h3><p><strong>Description</strong>: Precipitation frequency (F) and intensity (I) are are highly sensitive to the spatial and temporal resolutions of the input data and this complicates the comparison between models and observations. Here, we analyze 3-hourly precipitation data on 0.25 degree from two satellite-derived datasets, namely TRMM 3B42 and CMORPH_V1.0, to quantify the dependence of the estimated precipitation F and I on data resolution. We then develop a probability-based relationship to explain this dependence, and examine the spatial and seasonal variations in the estimated F and I fields.</p></h3>
<h3><p><strong>Publication</strong>: Chen D, Dai A (2017) Dependence of estimated precipitation frequency and intensity on data resolution. Clim Dyn. doi:10.1007/s00382-017-3830-7. <a href="https://link.springer.com/article/10.1007%2Fs00382-017-3830-7" target="_blank" rel="nofollow">Online version</a></p></h3>
</div>
<div class="column6">
<div class="title">
</div>
<img src="images/PE.png" width="300" height="236" alt="" />
<a href="images/AGU2016_Poster_DiChen.pdf" class="button3">Poster</a>
<a href="images/DiChen_AGU_Presentation.pptx" class="button3">PPT</a>
<a href="images/Chen_Dai_Precip-Res_2017.pdf" class="button3">PDF</a>
</div>
<div class="column3">
<img src="images/ospa.jpg" width="360" height="188" class="center" alt="" />
<h8><p>First time attending AGU Fall Meeting in 2016, I was awarded the Outstanding Student Paper Award (OSPA) for this work!</h8></p>
</div>
<div class="column4">
<div class="title">
</div>
<h4><p>Links</h4></p>
<h7><p><a href="https://pmm.nasa.gov/data-access/downloads/trmm" target="_blank" rel="nofollow">TRMM 3-hourly Precip</a></h7></p>
<h7><p><a href="ftp://ftp.cpc.ncep.noaa.gov/precip/CMORPH_V1.0/CRT/0.25deg-3HLY/" target="_blank" rel="nofollow">CMORPH 3-hourly Precip</a> </h7></p>
<h7><p><a href="https://www.esrl.noaa.gov/psd/data/gridded/data.gpcp.html" target="_blank" rel="nofollow">GPCP Monthly Global Precip</a> </h7></p>
<h7><p><a href="https://www.esrl.noaa.gov/psd/data/gridded/data.cpc_hour.html" target="_blank" rel="nofollow">CPC Hourly US Precip</a>
</h7></p>
</div>
</div>
</div>
<div id="wrapper2">
<div id="footer">
<a href="Contact.html" class="button2">Contact Me</a>
<p>© 2018 DI CHEN. All rights reserved. </p> <p>Templates from <a href="http://templated.co" target="_blank" rel="nofollow">TEMPLATED</a>. Many help from <a href="https://www.w3schools.com/" target="_blank" rel="nofollow">w3schools.com</a>. </p>
</div>
</div>
</body>
</html>