Add neutral atmospheric boundary layer example#615
Conversation
Co-authored-by: Gregory L. Wagner <gregory.leclaire.wagner@gmail.com>
at least temporarily to see how the example renders in the docs preview
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
I think it's because we take the Average...? So for some reason the output writer doesn't apply the operation in the halo region and save the Average halo? I'm trying (with 8286c79) to take the derivative before the Average; let's see. |
|
Now docs get a bunch of cc @glwagner |
Most likely yes |
|
Was it a breaking change? |
|
It's caught by the unit tests |
|
Yeah, it's failing in CliMA/Oceananigans.jl#5491, which is what we're using here 😅 |
|
Hmm, I tried running RICO separately and it failed for the same reason, this is the fix that Claude came up with #631 |
|
Now waiting on JuliaRegistries/General#153245 |
|
The |
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
|
Nice job! |
This is based on the shear-driven ABL case from Moeng & Sullivan's 1994 JAS paper -- and subsequently used to develop the NCAR LES SGS scheme (see also #534). This example uses a prescribed surface shear stress (through ustar). Currently, I'm using this to assess flowfield behaviors in the surface layer (e.g., due to the overshoot problem, cf. Brasseur & Wei 2010 Phys. Fluids). Runtime is ~15 min on a T4 GPU.