Kan.Dai

Results 12 issues of Kan.Dai

Hi: I use rpy2 in jupyterlab and try to plot sf object, like the following code: ```python %load_ext rpy2.ipython ``` ```R %%R library(sf) library(ggplot2) nc

bug

Hi guys: When I call IMPROVER cli command to output nc file. I got the following errors. I think this would be iris (V3.2.1) Incompatible error. Because I can use...

External

Hi: I want to produce my landmask file. So can you provide the gen_landmask function code? Thanks very much. Dave

External

Hi: I want to run the acceptance tests for understanding IMPROVER functions. So can I get a copy of the acceptance test input and output files? Thanks very much. mail:...

Paused
External

Hi, I try to use f90wrap with windows7 64bit, intel fortran and anaconda2(python2.7), but failed. The fortran file is example.f90 under the examples\interface directory. So, why? very thanks! G:\Source\Python\collections\f90wrap\f90wrap-master\examples\interface>python "C...

来自 Zhenchen LIU的问题: 在使用 https://github.com/nmcdev/nmc_met_base/blob/master/nmc_met_base/psi_phi.py 上发布的 Python 版 计算流函数、势函数 相关的问题,希望跟您交流: 1)第94行 “pq = optimize.minimize(ja,x,method='L-BFGS-B',jac=grad_ja,” 中的 ja、grad_ja 是否调用的子函数,这边写法是否应该是 有输入参数? 2)第88-89、185-186等含有“.shape[0]/2”的行,类似于“ x[:x.shape[0]/2] = IPSI.reshape(M1*N1)”中的下标引用“x.shape[0]/2”报错“#TypeError: slice indices must be integers or None or...

Hi,Metnet has small target patch. So how these small patches merge to a big one which cover the whole country. Is there any discontinuous among the target patches.

Hi: I want to clip the contours with shapefile. But with setting the map extent, the figure failed to zoom the region limit. So why? The code is : ```python...

Hi, I install the MxNet (build windows update 20170406, 20170406_mxnet_x64_vc14_cpu.7z and vc14 base package) on windows 7 64bit system and anaconda2 (python 2.7)。In python command, I can run "import mxnet...

Hi, I want to plot wind flags with data fields. But I can not find the examples which show how to put data filed into minput, just like: ```python data...