ggebbie / ECCOtour.jl

Take a self-guided tour of the ECCO version 4 release 4 ocean reanalysis product.
MIT License
1 stars 0 forks source link

Updates to sigma #56

Closed anthony-meza closed 1 year ago

anthony-meza commented 1 year ago

Generalizes the function "vars2sigma1" to accept any list of density surfaces: "vars2sigma".

Also adds a pre-defined "vars2sigma2" function which interpolates onto the density profile from the time-mean Pacific Ocean in ECCO.

Also adds a function called "matrixsaveinterpolation" in "MatrixFilters.jl". This function is used to save climatological air-sea fluxes to a binary format readable by MITgcm.

ggebbie commented 1 year ago

GitHub continuous integration already failing before this PR, needs to be fixed in main branch

ggebbie commented 1 year ago

conflict in ECCOtour.jl: keep both export/using statements

ggebbie commented 1 year ago

runtests now pass at GitHub in main branch after PR #58. Try merging main to this branch and then resolve any conflicts.