Kristen Thyng
Kristen Thyng
I've been using the ROMS reader a lot and some of it has remained opaque to me. One question is: how is depth handled given that zeta (sea surface height)...
Hi! I need to override the constant values set in `consts.py` for "sea_floor_depth_below_sea_level" because in ROMS the depths are negative instead of positive and the default range defined is 0...
Hi again. This is a small issue but I think I have investigated it multiple times unnecessarily so it would be nice to avoid in the future. My understanding is...
I see the configuration setting for horizontal diffusivity ``` o.set_config('drift:horizontal_diffusivity', horizontal_diffusivity) # m2/s ``` and the note > New config setting drift:horizontal_diffusivity, providing time-step independent diffusion, in contrast to drift:current_uncertainty...
Hi! From what I can tell, you can have drifters either strand on the coastline and then stay there, or strand and then move when the relevant physics are amenable...
Be able to override calendar in `open_dataset`/`open_mfdataset`/etc OR include another calendar name
### Is your feature request related to a problem? I think there was a version of ROMS in which the calendar was written as "gregorian_proleptic" instead of "proleptic_gregorian". Only the...
Hi! I use `xgcm.transform()` with ROMS output to interpolate to depths since depths are multidimensional (changing in time). Currently I am interpolating to depths but then need to advanced index...
Hi. I regularly find myself wishing `guess_coord_axis()` would find more dimension and coordinate names. I was just adding some to do a PR but I see that some are purposely...
* included a new test for this that fails without the new behavior This PR closes https://github.com/xpublish-community/xpublish/issues/223