Sen Zhao
Sen Zhao
## Edge problem Similar example at https://github.com/regionmask/regionmask/issues/410#issue-1687496840  ```python import xarray as xr import numpy as np import regionmask def gengrid_global(dlon=1, dlat=1): lat_out = xr.DataArray( np.arange(-90, 90.1, dlat, dtype =...
…dation Modified AMS styles for NSF proposal
As seen from the documentation/lensS3zarrStores.txt, some variables and experiments are available, however, it is absent in the intake-catalogs/aws-cesm1-le.csv. For instance: 1. the meridional wind V is missing 2. CTRL_SLAB and...