Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

请教风场反演和水凝物分类 #1

Open
liyuan3970 opened this issue Dec 24, 2021 · 1 comment
Open

请教风场反演和水凝物分类 #1

liyuan3970 opened this issue Dec 24, 2021 · 1 comment

Comments

@liyuan3970
Copy link

请问您pycwr源码里面水凝物的分类中temp的温度是什么温度?是否可以提供风场反演VAP以及水凝物分类的测试数据和代码方便学习?

@liyuan3970
Copy link
Author

您好,我看了你的代码后自己琢磨了下,感觉temp应该是地面温度吧?
temp_2d = np.interp(NRadar.fields[num].z.values/1000., temp.index, temp['temp'])
这一句应该是把地面气温数据插值和雷达自身格点数一致的网格气温数据,
但是您读取的气温的index顺序是什么呢?应该不是我直接读取自动站对应雷达区域的数据然后随便排序以下就可以插值的吧?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant