-
After the xmitgcm routines load the mitgcm output into DataArrays do the DataArrays comply with the CF conventions? If one then exported them to netcdf would the the resulting netcdf also be CF com…
-
Hello,
I'm running into an issue when trying to run `roms_dataset` that I believe may be related to a recent upgrade of my `xarray` package (`version 2024.5.0`) and is hopefully useful for others. Be…
-
Dask's [`array.roll`](https://github.com/dask/dask/blob/4020cb97a1d356d0b05c9c9b5c96f1aa277f3bf9/dask/array/routines.py#L875-L920) function shifts the positions of array elements along an axis, wrappi…
-
I also have one of these written up somewhere.
Reference in MITgcm docs: https://mitgcm.readthedocs.io/en/latest/algorithm/algorithm.html#lateral-dissipation
-
Hello,
I am trying to figure how to do interpolation that are not centred, e.g. when a "center" point is not at the middle point of 2 "right" points. I tried different ways but I did not manage to fi…
-
Hi, I am trying to calculate thickness weighted u velocity in MITgcm and transform it back to depth space using the time averaged density structure. See the code below.
`zexpand = coords.Z.expand_d…
-
What models have oxygen data? Well, some have it annually and others monthly. In notebooks/o2_v_temp.ipynb I wrote the following code to select the appropriate union of models.
Should this be move…
-
This issue is a catch-all for reviewing the list of Python packages and their versions that we install into the user image. Various parts to this...
* [ ] Currently bokeh is not working in jupyterl…
-
At present, we have some python help doc in "Related Projects" (specifically xgcm and xmitgcm), MITgcmutils in "Utilities" and no discussion of xarray.
I don't think these need to be fully document…
-
I am trying to load the ECCO model using this code:
model = llcreader.ECCOPortalLLC4320Model()
but I am receiving this error:
module 'dask.array' has no attribute 'from_zarr'
I have imported and …