Kan.Dai

Results 35 comments of Kan.Dai

谢谢flashlxy,已经更新程序,可以处理 '1,124.25' 类型的数据.

由于读入文件时,不同的文件解码有问题,出现改错误。采用多种解码方式循环尝试,解决了该问题。

经过试验,symbols数据中包含预报员姓名是可以读取。如果有错误信息,或样例文件,请附上。

目前还没有正式文档,后面会放一些例子上去。

1) ja、grad_ja 是函数名称,不需要直接给出输入参数; 2)错误已经修正; 3)运行了一个例子,已经通了,可以参考: ```python M = 64 N = 64 IPSI = np.zeros((M, N)) IPHI = np.zeros((M, N)) DX = np.zeros((M, N)) + 2.5 DY = np.zeros((M, N))...

> I think this is because `contourf` is calling autoscale to readjust the limits after you've set the extent. What happens if you move the `ax.set_extent()` call just before the...

Hi bayliffe: That's great work. When can we access the acceptance test data. Thanks very much. Dave

Hi yajie, I put the code into xx.py, and it still didn't work. The program output correctly, but stopped forever.