-
mk_Restarts has been working now for nearly 2 hours to regrid from c720 to c2880. Is there any mechanism for speeding this up?
-
Testing tromso grid
Grid already created, including grid files (SCRIP, LATLON, MESH, EXODUS)
Running from 1980-01-01
# Storage
- Instructions: https://wiki.ucar.edu/display/MUSICA/Custom+G…
-
```python
import xarray as xr
import matplotlib.pyplot as plt
import intake
import cf_xarray as cfxr
import xesmf as xe
from xmip.preprocessing import combined_preprocessing
# Getting the dat…
-
This request came in via MET-Help...
MET+ had developed a re-grid tool to map GOES-16 pixel AOD obs to any grid
specified by user, called regrid_data_plane. We have tested it on NGAC
output and …
-
-
I think the user should receive a warning when the given data set can not cover the target grid. So it is better to have an extra check here. Currently, if that is the case, the regridder still works,…
-
As noted in NOAA-OWP/hydrofabric#28, there's at least one catchment in the current hydrofabric with an id in an unexpected format: `cat-7e+05`. An error occurs related to this catchment when trying …
-
**TL;DR My kernel is shutting down. I think I need to regrid over `lev` so everything has 45 `lev` dimensions instead of 75. How do I do that?**
So my current regridding method is very similar to w…
-
# ncl画斜剖面 | Ran Xue
趁着今天顺利挂上了github,赶紧同步一下!
主要参考ncl官网中的例子:narr_5.ncl,但该例子多了对曲面网格数据的处理,首先利用了ESMF_regrid_with_weights进行网格化生成直线网格,如果用再分析资料个人觉得可...
[https://ranx79.github.io/post/ncl-hua-xie-pou-mian/](…
-
To avoid any conda dependencies, I am working on writing some regridding methods in xarray (with dask and flox).
However, I noticed a structural difference between the bilinear interpolation as xES…