Commit f2b982d
Add neutral atmospheric boundary layer example (#615)
* Add neutral ABL example from Moeng & Sullivan 1994
* Cleanup, add plotting
* Numbers must have meaning.
Co-authored-by: Gregory L. Wagner <gregory.leclaire.wagner@gmail.com>
* GPU plotting fix
* Clarify simulation "S"
* Add example for neutral atmospheric boundary layer
at least temporarily to see how the example renders in the docs preview
* Apply suggestions from code review
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
* Apply suggestion from @navidcy
* few tweaks
* fix title
* undo
* fix citations
* Update neutral_atmospheric_boundary_layer.jl
* fix refs + tweaks
* tweaks
* Update simulation duration from 6 hours to 5 hours
* Apply suggestion from @navidcy
* tweaks
* drop empty lines
* disable most examples
* enable dry_thermal_bubble
* show figs
* adds explanations
* tweaks
* remove duplicate plots
* don't show Δz array
* reenable examples
* cleaner
* Update examples/neutral_atmospheric_boundary_layer.jl
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
* bit cleaner plotting
* Update outputs and add plotting interval
* Best practice with WENO9
* Cleanup docs
* Update examples/neutral_atmospheric_boundary_layer.jl
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
* DROP ME: Check out Oceananigans PR
* Reduce precision to Float32
* Apply suggestion from @navidcy
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
* Clean up docs and plotting
* More cleanup
* All averaged output at cell centers
* Fix plot
* Postproc fixes
* Apply suggestion from @navidcy
* Apply suggestion from @giordano
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
* attempt to compute derivatives on the fly
* fix bug
* Revert "DROP ME: Check out Oceananigans PR"
This reverts commit 6c27e77.
* Update examples/neutral_atmospheric_boundary_layer.jl
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
* Fix plotting
* drop empty line
* Minor cleanup, clarification
* Minor doc edit
* More docs edits
---------
Co-authored-by: Gregory L. Wagner <gregory.leclaire.wagner@gmail.com>
Co-authored-by: Navid C. Constantinou <navidcy@users.noreply.github.com>
Co-authored-by: Mosè Giordano <765740+giordano@users.noreply.github.com>
Co-authored-by: Mosè Giordano <mose@gnu.org>1 parent de2fd48 commit f2b982d
4 files changed
Lines changed: 490 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
44 | 45 | | |
45 | 46 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
573 | 573 | | |
574 | 574 | | |
575 | 575 | | |
576 | | - | |
| 576 | + | |
577 | 577 | | |
578 | 578 | | |
579 | 579 | | |
| |||
584 | 584 | | |
585 | 585 | | |
586 | 586 | | |
| 587 | + | |
| 588 | + | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
| 608 | + | |
| 609 | + | |
| 610 | + | |
| 611 | + | |
| 612 | + | |
| 613 | + | |
| 614 | + | |
| 615 | + | |
| 616 | + | |
| 617 | + | |
| 618 | + | |
| 619 | + | |
| 620 | + | |
| 621 | + | |
| 622 | + | |
| 623 | + | |
| 624 | + | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
| 628 | + | |
| 629 | + | |
| 630 | + | |
587 | 631 | | |
588 | 632 | | |
589 | 633 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
| 8 | + | |
7 | 9 | | |
8 | 10 | | |
9 | 11 | | |
| |||
0 commit comments