-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Abl updates for the neutral case (#18)
* Adding slurm jobscript and log file from a 100 timestep run for the stable case * update readme for the run_info * update run_info for the neutral case * update readme * update performance info for neutral abl case
- Loading branch information
1 parent
35bf5e0
commit 4eb56f9
Showing
4 changed files
with
28 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
Put a synopsis of the case here, including which resources were used, which hashes of the codes, and a brief description of the computational performance. | ||
The neutral ABL case was run to convergence with the input file that was used in the upcoming AMR-Wind paper. The computation was done on kestrel, using 20 CPU nodes for 144 hours, with the latest release of AMR-Wind `(v 3.15)`. |
2 changes: 1 addition & 1 deletion
2
amr-wind/atmospheric_boundary_layer/neutral/performance/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
placeholder file; put outputs from code here as well as processed data that can be plotted. If numerical performance cannot be succinctly summarized in the README of this case, add file to describe numerical performance. | ||
The netural ABL case was run on kestrel using 20 CPU nodes, and was run for 144 hours. The postprocessed plot comparing the results with the reference literature is attaced as `abl_netural.pdf`. |
Binary file added
BIN
+29.2 KB
amr-wind/atmospheric_boundary_layer/neutral/performance/abl_neutral.pdf
Binary file not shown.
27 changes: 26 additions & 1 deletion
27
amr-wind/atmospheric_boundary_layer/neutral/run_info/README.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,26 @@ | ||
placeholder file; put log file headers and footers here | ||
AMR-Wind header: | ||
|
||
``` | ||
============================================================================== | ||
AMR-Wind (https://github.com/exawind/amr-wind) | ||
AMR-Wind version :: v3.1.5-11-g32811b18 | ||
AMR-Wind Git SHA :: 32811b18af31e7b54f7e5cb23c6ead424f21f1f0 | ||
AMReX version :: 24.09-45-g6d9c25b989f1 | ||
Exec. time :: Tue Oct 15 16:06:18 2024 | ||
Build time :: Oct 14 2024 08:26:23 | ||
C++ compiler :: IntelLLVM 2023.2.0 | ||
MPI :: ON (Num. ranks = 2080) | ||
GPU :: OFF | ||
OpenMP :: OFF | ||
Enabled third-party libraries: | ||
NetCDF 4.9.2 | ||
HYPRE 2.31.0 | ||
This software is released under the BSD 3-clause license. | ||
See https://github.com/Exawind/amr-wind/blob/development/LICENSE for details. | ||
------------------------------------------------------------------------------ | ||
``` |