Atmospheric Chemistry & Satellite Remote Sensing

Thinking will not overcome fear but action will.

Cartopy 系列:探索 shapefile

前言 Cartopy 可以通过 feature 模块向地图添加国界 BORDER 和省界 STATES,因其底层采用的 Natural Earth 地图数据并不符合我国的政治主张,所以我们经常需要自备 shapefile 文件来画中国省界,以下面的代码为例 import matplotlib.pyplot as plt import cartopy.crs as ccrs import ...

CALIPSO L2 VFM 产品的读取和绘制(with Python)

前言 CALIPSO 卫星的 L2 VFM(Vertical Feature Mask)产品根据激光的后向散射和消光信息,将激光通过的各高度层分类为云或气溶胶。该产品在现实中的表现如下图所示:卫星一边在轨道上移动一边向地面发射激光脉冲,相当于在地面上缓缓拉开一幅“画卷”,VFM 描述了“画卷”上云和气溶胶的分布和分类情况。 处理 VFM 产品的难点在于: VFM 数组呈 (N...

Python中设置Helvetica字体

流程如下 首先查询字体文件路径 import matplotlib print(matplotlib.matplotlib_fname()) 返回了路径 F:\python38\lib\site-packages\matplotlib\mpl-data\matplotlibrc 然后找到F:\python38\lib\site-packages\matplotlib\mpl...

flexpart model tutorial

前言 CALIPSO 卫星的 L2 VFM(Vertical Feature Mask)产品根据激光的后向散射和消光信息,将激光通过的各高度层分类为云或气溶胶。该产品在现实中的表现如下图所示:卫星一边在轨道上移动一边向地面发射激光脉冲,相当于在地面上缓缓拉开一幅“画卷”,VFM 描述了“画卷”上云和气溶胶的分布和分类情况。

Conda notes

Conda notes

查看当前conda工具版本号 conda –version 查询当前使用的Python.exe的路径 import sys import os print('当前 Python 解释器路径:') print(sys.executable) print() print('当前 Python 解释器目录:') print(os.path.dirname(sys.executable)) ...

超算常用路径

Path in Wuxi supercomputer

在NCL中使用自己生成的colorbar cd /GFPS8p/xyyang/wk/lib/NCL-6.6.2/lib/ncarg/colormaps/ 将colorbar文件上传到该路径即可在太湖上调用 运行Spatial Allocator相关命令 步骤1:进入SA的路径 cd /GFPS8p/xyyang/wk/SAtool/Spatial-Allocator-master 步骤...

Figure Samples from literature

Nice figures

2022.02.05 绘制研究区域 DOI: 10.1029/2012JD017912 DOI: 10.1002/jgrd.50530 DOI: 10.1021/acs.est.8b04852 DOI: 10.1029/2012JD017912

读博日记

daily notes for research progress

2020.05.24 1.发现NCEP产品中有North American Regional Reanalysis (NARR) dataset,可考虑后续利用该数据作为驱动WRF的初始场和边界场 2.地表温度数据可以使用 California Irrigation Management Information System (CIMIS)的气温数据 3.在分析WRF-UCM-Chem的...

甲烷相关

methane relevant materials

2021.07.20 1.**加州政府法规 ** Assembly Bill No. 1496, Chapter 604, Section 39731 (Thurmond, 2015) Link:https://leginfo.legislature.ca.gov/faces/billTextClient.xhtml?bill_id=201520160AB1496 Assembly Bil...

WRF常见bug及解决方案

WRF常见bug及解决方案

Summary of WRF bugs and solutions [WPS Errors: Ungrib.exe Segmentation Fault] 'Parsed 29 entries in GEOGRID.TBL' 'Processing domain 1 of 1' 'ERROR: Could not open home/maria/Desktop/Build_W...