SurfaceFluxes.jl icon indicating copy to clipboard operation
SurfaceFluxes.jl copied to clipboard

A package for computing surface fluxes between the atmosphere, ocean and land models.

Results 22 SurfaceFluxes.jl issues
Sort by recently updated
recently updated
newest added

## Purpose Close #134 - though some of the discussion around displacement height may be specific to land, where u = 0. Deploys here: https://clima.github.io/SurfaceFluxes.jl/previews/PR139/basic_usage/index.html ## To-do figure out why...

@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...

question

- [ ] Add equations to docs #88 - [ ] Feature implementation - [ ] Tests - [ ] Check changes against ClimaAtmos interfaces **Reference:** (Textbook) Bonan Ch 7...

enhancement

We need a way to log (exactly once) variable values found outside of their valid ranges, and this needs to be GPU compatible. Right now, we use KernelAbstractions to print...

cc @sriharshakandala (Only RootSolvers.CompactSolution() is CPU friendly https://clima.github.io/RootSolvers.jl/dev/API/#RootSolvers.find_zero)

## To-do - [x] Numerical integration (e.g. use QuadGK) in solution (currently DeRidder's analytical approximation is used) - [ ] Tests consistent with PG95 literature. - [x] Code structure following...

## Purpose Technical Notes on the implementation of Roughness Sublayer Models (RSLs) within the SurfaceFluxes.jl package. The goal is to design RSL model components and interfaces such that they may...

SDI :medal_sports:

## Purpose Add physical tests for surface fluxes based on Monin-Obukhov similarity theory ## Cost/Benefits/Risks cost: Time of a few (2) atmos team members benefits: Surface fluxes needs some substantial...

In order to use SurfaceFluxes.jl in ClimaAtmos.jl we need to know where and when to use SurfaceFluxes.jl. A comprehensive example would help.