Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Abl updates for unstable/stable cases #17

Merged
merged 6 commits into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion amr-wind/atmospheric_boundary_layer/stable/README.md
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 stable ABL case was previously run for the AMR-Wind paper, to demonstrate that it works with the latest release of AMR-Wind, the input file was modified to run for 100 timesteps and is logged under `performance/run_info` directories. This case was run on kestrel, using 20 CPU nodes.
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
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.
This input file was used to run the stable case that will appear in the AMR-Wind paper. To demostrate that this case runs with the latest release of AMR-Wind, a 100 timestep run was perfomed using 20 nodes on kestrel. The relevant output from this run is:

```
Time spent in InitData(): 9.398286066
Time spent in Evolve(): 225.6947159
```
Original file line number Diff line number Diff line change
@@ -1 +1 @@
placeholder file; put log file headers and footers here
The log file is `stable.log` and contains the log for the 100 timestep run for this case
1,965 changes: 1,965 additions & 0 deletions amr-wind/atmospheric_boundary_layer/stable/run_info/stable.log

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion amr-wind/atmospheric_boundary_layer/unstable/README.md
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 unstable ABL case was previously run for the AMR-Wind paper, to demonstrate that it works with the latest release of AMR-Wind, the input file was modified to run for 100 timesteps and is logged under `performance/run_info` directories. This case was run on kestrel, using 20 CPU nodes.
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
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.
This input file was used to run the unstable ABL case that will appear in the AMR-Wind paper. To demostrate that this case runs with the latest release of AMR-Wind, a 100 timestep run was perfomed using 20 nodes on kestrel. The relevant output from this run is:

```
Time spent in InitData(): 7.874299979
Time spent in Evolve(): 390.3647882
```
Original file line number Diff line number Diff line change
@@ -1 +1 @@
placeholder file; put log file headers and footers here
The log file for the 100 timestep run is `unstable.log`.
2,424 changes: 2,424 additions & 0 deletions amr-wind/atmospheric_boundary_layer/unstable/run_info/unstable.log

Large diffs are not rendered by default.