Aaron David Schneider
Aaron David Schneider
I hereby also add some tests. And here is another simple way to verify that it works: ```py n_targets = 3 n_features = 3 n_test = 20 n_train = 20...
Kindly pinging @izeigerman and @StrikerRUS
Hi, I am thinking about adding that. I will try to come up with a PR soon.
This PR is ready to go as far as it concerns me. I have tested it additionally using the `test_e2e` framework, where all tests pass. I am looking forward to...
Kindly pinging @izeigerman and @StrikerRUS
I can only recommend the f90nml package for reading and patching data files. It's very convenient. I don't think that it could get easier than that. This is all you...
Hi, this is actually a bug and will be fixed in #267.
I forgot to mention. You can temporary fix the issue by downgrading `xarrray` to version `0.16.0`. If you use anaconda: ``` conda install xarray==0.16 ```
> @AaronDavidSchneider Thanks. I find that if I use the xmitgcm to read one file ( single time record), the variable coordinates are right. But if I read many files...
Hi @cspencerjones, I could really use the outer grid points (xESMF needs outer grid points for conservative regridding). I would be happy if this PR could be somehow resumed :D...