SurfaceFluxes.jl
SurfaceFluxes.jl copied to clipboard
Examples of using `SurfaceFluxes` to compute fluxes given an atmosphere and ocean state?
@simone-silvestri and I are building a coupled ocean-sea ice simulation and need to compute ocean-atmosphere flux from atmospheric reanalysis. Is it possible to use the code in this repo for that purpose? How would we do that? In our code, the ocean and atmosphere state (at the surface, also in 3D) are stored in array-like objects (not sure if that matters).