-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathatom.xml
463 lines (223 loc) · 16.9 KB
/
atom.xml
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
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
<?xml version="1.0" encoding="utf-8"?>
<feed xmlns="http://www.w3.org/2005/Atom">
<title>ZSYXY Meteorological workshop</title>
<subtitle>摸鱼今天只想摸鱼</subtitle>
<link href="http://yoursite.com/atom.xml" rel="self"/>
<link href="http://yoursite.com/"/>
<updated>2023-12-20T18:20:55.241Z</updated>
<id>http://yoursite.com/</id>
<author>
<name>YXY</name>
</author>
<generator uri="https://hexo.io/">Hexo</generator>
<entry>
<title>SVD奇异值分解</title>
<link href="http://yoursite.com/2023/12/20/SVD/"/>
<id>http://yoursite.com/2023/12/20/SVD/</id>
<published>2023-12-20T08:19:11.000Z</published>
<updated>2023-12-20T18:20:55.241Z</updated>
<summary type="html"><p>奇异值分解(Singular Value Decomposition,SVD)方法被用于揭示不同气候变量之间可能存在的关系。该方法描述了每个变量变化的主要特征,还可以捕获了两个场之间的主要时空相关结构。</p>
<p>这里我们通过<a</summary>
<category term="Function" scheme="http://yoursite.com/categories/Function/"/>
</entry>
<entry>
<title>WSL无法读取移动硬盘的解决方案</title>
<link href="http://yoursite.com/2023/12/19/wsl%E6%97%A0%E6%B3%95%E8%AF%BB%E5%8F%96%E7%A7%BB%E5%8A%A8%E7%A1%AC%E7%9B%98/"/>
<id>http://yoursite.com/2023/12/19/wsl%E6%97%A0%E6%B3%95%E8%AF%BB%E5%8F%96%E7%A7%BB%E5%8A%A8%E7%A1%AC%E7%9B%98/</id>
<published>2023-12-19T09:05:44.000Z</published>
<updated>2023-12-19T21:43:52.795Z</updated>
<summary type="html"><p>解决WSL无法读取移动硬盘的问题。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Other" scheme="http://yoursite.com/tags/Other/"/>
</entry>
<entry>
<title>超前滞后相关系数</title>
<link href="http://yoursite.com/2023/12/13/lead_lag_cor/"/>
<id>http://yoursite.com/2023/12/13/lead_lag_cor/</id>
<published>2023-12-13T20:19:11.000Z</published>
<updated>2023-12-13T20:56:22.694Z</updated>
<summary type="html"><p>超前滞后相关用于分析两个序列之间的时滞相关性,可以在一定程度上判断两者的因果关系。例如一个序列与另一个序列存在显著的超前相关,那么说明前一个序列对应的要素可能会在显著相关的周期后影响一个序列对应的要素。</p>
<p>这里我将计算讲个序列的超前滞后相关封装成了现成函数方便大</summary>
<category term="Function" scheme="http://yoursite.com/categories/Function/"/>
</entry>
<entry>
<title>热图(相关系数矩阵)</title>
<link href="http://yoursite.com/2023/12/13/heatmap_plot/"/>
<id>http://yoursite.com/2023/12/13/heatmap_plot/</id>
<published>2023-12-13T14:25:57.000Z</published>
<updated>2023-12-13T20:06:48.674Z</updated>
<summary type="html"><p>推荐用<a href="https://seaborn.pydata.org/generated/seaborn.heatmap.html#seaborn.heatmap" target="_blank"</summary>
<category term="Plot" scheme="http://yoursite.com/categories/Plot/"/>
</entry>
<entry>
<title>泰勒图</title>
<link href="http://yoursite.com/2023/12/11/TaylorDiagram/"/>
<id>http://yoursite.com/2023/12/11/TaylorDiagram/</id>
<published>2023-12-11T14:25:57.000Z</published>
<updated>2023-12-11T21:43:05.753Z</updated>
<summary type="html"><p> 目前可以用<a href="https://pypi.org/project/SkillMetrics/" target="_blank"</summary>
<category term="Plot" scheme="http://yoursite.com/categories/Plot/"/>
</entry>
<entry>
<title>Xarray一库通关气象编程(持续更新中)</title>
<link href="http://yoursite.com/2023/12/07/Xarray/"/>
<id>http://yoursite.com/2023/12/07/Xarray/</id>
<published>2023-12-07T15:05:44.000Z</published>
<updated>2023-12-14T12:27:28.724Z</updated>
<summary type="html"><p>Xarray库提供了包括数据读写、运算和绘图在内的诸多功能,非常方便灵活,下面会尽可能详细的展示Xarray库的强大美丽,一库通关气象编程。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
<category term="Xarray" scheme="http://yoursite.com/tags/Xarray/"/>
</entry>
<entry>
<title>利用bash脚本批量下载数据(并行)</title>
<link href="http://yoursite.com/2023/11/23/%E5%88%A9%E7%94%A8bash%E8%84%9A%E6%9C%AC%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD%E6%95%B0%E6%8D%AE/"/>
<id>http://yoursite.com/2023/11/23/%E5%88%A9%E7%94%A8bash%E8%84%9A%E6%9C%AC%E6%89%B9%E9%87%8F%E4%B8%8B%E8%BD%BD%E6%95%B0%E6%8D%AE/</id>
<published>2023-11-23T02:05:44.000Z</published>
<updated>2023-11-23T07:51:02.437Z</updated>
<summary type="html"><p>利用bash脚本批量下载数据(并行)</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
<category term="Matplotlib" scheme="http://yoursite.com/tags/Matplotlib/"/>
</entry>
<entry>
<title>绘制带投影图形的比例缩放问题</title>
<link href="http://yoursite.com/2023/10/30/%E5%B8%A6%E6%8A%95%E5%BD%B1%E5%9B%BE%E5%BD%A2%E7%9A%84%E6%AF%94%E4%BE%8B%E9%97%AE%E9%A2%98/"/>
<id>http://yoursite.com/2023/10/30/%E5%B8%A6%E6%8A%95%E5%BD%B1%E5%9B%BE%E5%BD%A2%E7%9A%84%E6%AF%94%E4%BE%8B%E9%97%AE%E9%A2%98/</id>
<published>2023-10-30T02:05:44.000Z</published>
<updated>2023-11-14T08:24:47.683Z</updated>
<summary type="html"><p>修改绘制带有地图投影图形时的图片纵横比。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
<category term="Matplotlib" scheme="http://yoursite.com/tags/Matplotlib/"/>
</entry>
<entry>
<title>ColorMap的选择和设置</title>
<link href="http://yoursite.com/2023/10/30/colormap/"/>
<id>http://yoursite.com/2023/10/30/colormap/</id>
<published>2023-10-30T01:05:44.000Z</published>
<updated>2023-10-30T03:08:05.901Z</updated>
<summary type="html"><p>Matplotlib绘图中颜色映射的选择和设置。</p></summary>
<category term="Tool" scheme="http://yoursite.com/categories/Tool/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
<category term="Matplotlib" scheme="http://yoursite.com/tags/Matplotlib/"/>
</entry>
<entry>
<title>经度坐标180°与360°的转换</title>
<link href="http://yoursite.com/2023/03/24/%E7%BB%8F%E5%BA%A6%E5%9D%90%E6%A0%87%E8%BD%AC%E6%8D%A2/"/>
<id>http://yoursite.com/2023/03/24/%E7%BB%8F%E5%BA%A6%E5%9D%90%E6%A0%87%E8%BD%AC%E6%8D%A2/</id>
<published>2023-03-24T15:05:44.000Z</published>
<updated>2023-12-06T20:07:31.031Z</updated>
<summary type="html"><p>经度坐标系-180°<del>180°和0°</del>360°的相互转换。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
<category term="Matplotlib" scheme="http://yoursite.com/tags/Matplotlib/"/>
</entry>
<entry>
<title>处理闰年2月29号的两种方法</title>
<link href="http://yoursite.com/2023/03/15/%E5%A4%84%E7%90%86%E9%97%B0%E5%B9%B42%E6%9C%8829%E5%8F%B7%E7%9A%84%E4%B8%A4%E7%A7%8D%E6%96%B9%E6%B3%95/"/>
<id>http://yoursite.com/2023/03/15/%E5%A4%84%E7%90%86%E9%97%B0%E5%B9%B42%E6%9C%8829%E5%8F%B7%E7%9A%84%E4%B8%A4%E7%A7%8D%E6%96%B9%E6%B3%95/</id>
<published>2023-03-15T08:05:44.000Z</published>
<updated>2023-03-24T14:27:02.095Z</updated>
<summary type="html"><p>关于处理闰年2月29号数据的两种方法。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
<category term="Matplotlib" scheme="http://yoursite.com/tags/Matplotlib/"/>
</entry>
<entry>
<title>修改显著性打点的颜色</title>
<link href="http://yoursite.com/2022/11/28/contourf2/"/>
<id>http://yoursite.com/2022/11/28/contourf2/</id>
<published>2022-11-28T09:04:48.000Z</published>
<updated>2022-11-28T12:31:38.186Z</updated>
<summary type="html"><p>以一个序列和一个场的相关系数为例,绘制带显著性检验的填色图。</p>
<p>通过contourf函数的hatch功能实现的显著性打点的颜色默认为黑色,然后当填色背景色调较深时,黑色的显著性打点会不明显,这里提供一个修改显著性打点颜色的方案:</p>
<figure</summary>
<category term="Plot" scheme="http://yoursite.com/categories/Plot/"/>
</entry>
<entry>
<title>奇异值分解(SVD)</title>
<link href="http://yoursite.com/2022/11/27/f1-5-1-2/"/>
<id>http://yoursite.com/2022/11/27/f1-5-1-2/</id>
<published>2022-11-27T11:06:08.000Z</published>
<updated>2022-11-27T14:23:12.554Z</updated>
<summary type="html"><p>本文将直接介绍该库的安装及使用,关于SVD的原理不做介绍。</p>
<h4 id="一、安装"><a href="#一、安装" class="headerlink" title="一、安装"></a>一、安装</h4><figure class="highlight</summary>
<category term="Function" scheme="http://yoursite.com/categories/Function/"/>
</entry>
<entry>
<title>Python vs NCL</title>
<link href="http://yoursite.com/2021/06/23/NCL.vs.Python/"/>
<id>http://yoursite.com/2021/06/23/NCL.vs.Python/</id>
<published>2021-06-23T02:00:44.000Z</published>
<updated>2021-06-30T07:13:59.205Z</updated>
<summary type="html"><p>通过示例对比Python和NCL,感受两种语言的区别。</p>
<p>NCL语言大概是从2018年开始,陪伴我走过了一年的时间,也帮助我发表了自己的第一篇文章。后来由于自己需要实现的算法过于复杂,自己无力编写,在朋友的诱惑下不得不转投Python,靠网上各路大神的帖子东拼西凑满足自己的科研需求。说卸磨杀驴也有点不合适,但在适应了Python之后,我确实基本没有再打开过NCL了。最近整理文件,找到了自己发表第一篇学术垃圾时候的NCL脚本,心血来潮的想再用Python实现一遍。也算是对评论里很多读者的一个回应吧(貌似气象家园帖子下边第一个评论就是希望我写一个两者对比的文章,被我鸽到现在,咕咕咕)。注:编程水平仅限于能跑就行,warning不管,冗杂语句请忽视。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
<category term="Matplotlib" scheme="http://yoursite.com/tags/Matplotlib/"/>
</entry>
<entry>
<title>Python调用CDO及其它系统指令(下载资料)</title>
<link href="http://yoursite.com/2021/06/17/cdoinpython/"/>
<id>http://yoursite.com/2021/06/17/cdoinpython/</id>
<published>2021-06-17T07:58:42.000Z</published>
<updated>2021-06-17T08:30:24.808Z</updated>
<summary type="html"><p>之前一篇文章简单介绍了Climate Data Operators (CDO) 如何处理气候数据的软件,并提到配合Python可以方便的使用,这里就再进一步讲解如何在Python中调用CDO,以及其它系统指令。虽然CDO发布了Python-cdo提供了直接使用的方法,但是这里给一些不能安装python-cdo或者其它原因不使用这个库的用户一个其它的方法。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Other" scheme="http://yoursite.com/tags/Other/"/>
<category term="Data" scheme="http://yoursite.com/tags/Data/"/>
</entry>
<entry>
<title>关于绘图思路的一点想法</title>
<link href="http://yoursite.com/2021/06/15/%E6%B5%85%E8%B0%88%E7%BB%98%E5%9B%BE%E6%80%9D%E8%B7%AF/"/>
<id>http://yoursite.com/2021/06/15/%E6%B5%85%E8%B0%88%E7%BB%98%E5%9B%BE%E6%80%9D%E8%B7%AF/</id>
<published>2021-06-15T09:05:44.000Z</published>
<updated>2023-10-30T01:40:49.520Z</updated>
<summary type="html"><p>有大半年没有打开简书了(愧对各位默默关注我的读者),得空看了下简书后台的评论,整理了下发现很多新入坑的伙伴的主要问题还是针对绘图和数据处理的(比如很多小伙伴不知道自己要画什么图,或者知道自己要画什么但是不知道怎么把手中的数据变成需要的图),这里就一并合在一起谈谈我对数据处理和绘图思路的理解(主要是思路),若有不妥还请指正。主要是针对新入门的。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="Python" scheme="http://yoursite.com/tags/Python/"/>
<category term="Matplotlib" scheme="http://yoursite.com/tags/Matplotlib/"/>
</entry>
<entry>
<title>多轨迹绘制</title>
<link href="http://yoursite.com/2021/06/15/guiji1/"/>
<id>http://yoursite.com/2021/06/15/guiji1/</id>
<published>2021-06-15T02:22:39.000Z</published>
<updated>2021-06-15T03:14:18.194Z</updated>
<summary type="html"><p>之前在简书有发布过<a href="https://www.jianshu.com/p/454de73985ea" target="_blank"</summary>
<category term="Plot" scheme="http://yoursite.com/categories/Plot/"/>
</entry>
<entry>
<title>带显著性检验的填色图</title>
<link href="http://yoursite.com/2021/04/22/contourf1/"/>
<id>http://yoursite.com/2021/04/22/contourf1/</id>
<published>2021-04-22T09:04:48.000Z</published>
<updated>2021-04-22T10:02:24.471Z</updated>
<summary type="html"><p>以一个序列和一个场的相关系数为例,绘制带显著性检验的填色图。</p>
<p>对于一个序列 a(T)和一个场 b(T, M, N), T可理解为时间维度,如40年,M,N分别为纬度和经度。其相关系数及对应的P值为:</p>
<figure class="highlight</summary>
<category term="Plot" scheme="http://yoursite.com/categories/Plot/"/>
</entry>
<entry>
<title>绘图函数封装</title>
<link href="http://yoursite.com/2021/04/22/huitufengzhuang/"/>
<id>http://yoursite.com/2021/04/22/huitufengzhuang/</id>
<published>2021-04-22T09:04:48.000Z</published>
<updated>2021-04-22T10:02:05.914Z</updated>
<summary type="html"><p>绘制带有地理底图时调用。</p>
<p>默认添加海岸线,湖泊,设置地图边界及X,Y轴经纬度刻度。</p>
<figure class="highlight python"><table><tr><td class="gutter"><pre><span</summary>
<category term="Plot" scheme="http://yoursite.com/categories/Plot/"/>
</entry>
<entry>
<title>CMA热带气旋最佳路径数据集读取与绘制</title>
<link href="http://yoursite.com/2020/09/18/cma-tc-best-path/"/>
<id>http://yoursite.com/2020/09/18/cma-tc-best-path/</id>
<published>2020-09-18T02:51:43.000Z</published>
<updated>2020-09-18T03:04:13.600Z</updated>
<summary type="html"><p>以前在简书分享过一个路径绘制的方法,然而对于更多情况的路径绘制来说(比如台风路径),每次的路径长度都是不一致的,同时也需要从一个数据文件里很复杂的读取。这次分享一个可以方便读取CMA热带气旋最佳路径数据集的方法。</p></summary>
<category term="Paper" scheme="http://yoursite.com/categories/Paper/"/>
<category term="data" scheme="http://yoursite.com/tags/data/"/>
</entry>
</feed>