Ran

Results 9 issues of Ran

Hi, I got an error on my centos machine when installing the _dedaLED_ and testing it by `python3 -m dedalus test.` The error is as follow: E TypeError: 'numpy.float128' object...

Hi, I found the regriding examples in xESMF are only for the scalar variables, like temperature. Can we directly use xESMF to regrid the velocity vector from the tripolar grid...

https://github.com/MITgcm/MITgcm/blob/b038e3cc4f8e1c3302a0982180491e91f183c00f/utils/matlab/cs_grid/uvcube2latlon.m#L58C9-L58C9 Hi, What's the data in "TUV"?

Dear MITgcm group members? Can we make our experimentation with pkg/flt + exch2 despite incomplete implementation now? Best, Ran

Hi, the code "prep_flt_init.m" set the tile size as 30*30. But my llc540 simulation use the tile of 60*60. So I should replace all "30" with "60" in the "prep_flt_init.m"...

Hi, today I updated the xmitgcm to the version (0.5.1). I found that the variable coordinates no longer have the 'XC', 'YC', and so on. As the picture shows, the...

When reading the outputs from the Layer package, there is a KeyError here as shown in the screenshot. Doesn't the _xmitgcm_ read the output from the Layer package? ![微信图片_20210629121417](https://user-images.githubusercontent.com/48266323/123736481-c59c8380-d8d3-11eb-9433-268e4b7fa27f.png)

Hi all, I just found a bug in the xgcm when calculating the vector from the native LLC grid. My xgcm version is 0.8.1 xarray 2024.2.0 After I fixed the...

Hi all, Recently I need to calculate the UXVY from UEVN to make the input of my LLC540 simulation. I failed to find a similar function. How can I do...