-
This issue contains meeting notes, action items, and updates starting May 2023. For similar issues from previous semesters see:
- https://github.com/ocean-transport/argo-intern/issues/1
- https://gi…
-
``` r
library(oce)
#> Loading required package: gsw
par(mfrow=c(2,1))
data(ctd)
plotTS(ctd)
plotTS(ctd, rho1000=TRUE)
```
![](https://i.imgur.com/aCgiNvI.png)
Created on 2023-05-19 with […
-
Can I get more thorough documentation on the update function? I am trying to assign some values to a variable with the update function, but the changes don't show up.
-
@richardsc -- this is long but I'm wondering your thoughts. I think I can do this more easily than is the case when I'm dipping into the C code, as I have been this morning (and yesterday).
As not…
-
The code to compute isopycnals is very old. I decided at an early stage not to contour, but rather to compute the isopycnal shapes using a method that involves root finding via a bisection search. (…
-
Repo Organization:
- #8 [Collection of meeting notes, action items, and timelines on the direction and progress of the project starting from FALL 2022. See #1 for a similar collection from SUMMER 202…
-
I won't bother explaining, since this is just a reminder for me to take a look at the code. I won't make a reprex because (1) it always fails for me lately (no idea why) and (2) the dataset is 27 meg…
-
I have used ODV DIVA gridding capabilities and when a density field is available it is possible to perform an isopycnal gridding using DIVA.
Can this be done from code? I am running DIVA on python, e…
-
From a meeting with UH (either credit or co-author):
- The mixing of WW and CDW produces the modified warm deep water
- The depth of the halocline is deeper in the margin class that sits on the ri…
-
We need a submission within the next month or so, to address the requirement to reduce dependence on the `rgeos` and `raster` packages.
@richardsc suggested he will look into issues #2069 and #2070…