Timothy Smith

Results 8 issues of Timothy Smith

## What changes does this PR introduce? (Bug fix, feature, docs update, ...) Some basic TLM fixes and updates including: - Diagnostics revamped to be in line with #411 -...

adjoint

## What changes does this PR introduce? (Bug fix, feature, docs update, ...) The current mdsio read/write routines for YZ or XZ slices don't take `useSingleCPUIO` into account, and also...

I've noticed that the masking for open boundary control parameters in routines like pkg/ctrl/get_obcs*.F use the velocity masks rather than the tracer mask. As a concrete example consider the western...

I worked with the smooth package quite a bit during my PhD. During that time I've noticed some things that I would like to update. At the end of the...

### Zarr version v2.16.1 ### Numcodecs version v0.12.0 ### Python Version 3.11.6 ### Operating System Linux ### Installation using conda ### Description I have a very large (~1 Pb) zarr...

bug

This implements two things: 1. Within the core `mds_store`: allow a user to add "on-the-fly" grid variables, or really any meta/data pair that does not have a 10 digit iteration...

First off, I think this `if` statement in `test_extra_variables`: https://github.com/MITgcm/xmitgcm/blob/63ba7511c6ada3bb7c56e4c6f7a3f770c9f9c62f/xmitgcm/test/test_mds_store.py#L588-L595 causes the test to never actually run. The reasoning is as follows. This test copies the files "U", "V", and...

There are a few places where the syntax `xarray.Dataset.dims[varname]` is used to get the length of e.g. `varname`. This produces the following warning of to-be-deprecated behavior ``` graphcast/graphcast/autoregressive.py:115: FutureWarning: The...