forked from erf-model/ERF
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'development' of github.com:erf-model/ERF into minor_upd…
…ates
- Loading branch information
Showing
24 changed files
with
1,719 additions
and
198 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
set(erf_exe_name erf_abl_perturbation_inflow) | ||
|
||
add_executable(${erf_exe_name} "") | ||
target_sources(${erf_exe_name} | ||
PRIVATE | ||
prob.cpp | ||
) | ||
|
||
target_include_directories(${erf_exe_name} PRIVATE ${CMAKE_CURRENT_SOURCE_DIR}) | ||
|
||
include(${CMAKE_SOURCE_DIR}/CMake/BuildERFExe.cmake) | ||
build_erf_exe(${erf_exe_name}) |
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
# AMReX | ||
COMP = gnu | ||
PRECISION = DOUBLE | ||
|
||
# Profiling | ||
PROFILE = FALSE | ||
TINY_PROFILE = TRUE | ||
COMM_PROFILE = FALSE | ||
TRACE_PROFILE = FALSE | ||
MEM_PROFILE = FALSE | ||
USE_GPROF = FALSE | ||
|
||
# Performance | ||
USE_MPI = TRUE | ||
USE_OMP = FALSE | ||
|
||
USE_CUDA = FALSE | ||
USE_HIP = FALSE | ||
USE_SYCL = FALSE | ||
|
||
# Debugging | ||
DEBUG = TRUE | ||
|
||
TEST = TRUE | ||
USE_ASSERTION = TRUE | ||
|
||
#USE_POISSON_SOLVE = TRUE | ||
|
||
# GNU Make | ||
Bpack := ./Make.package | ||
Blocs := . | ||
ERF_HOME := ../../.. | ||
ERF_PROBLEM_DIR = $(ERF_HOME)/Exec/DevTests/ABL_perturbation_inflow | ||
include $(ERF_HOME)/Exec/Make.ERF |
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 |
---|---|---|
@@ -0,0 +1,2 @@ | ||
CEXE_headers += prob.H | ||
CEXE_sources += prob.cpp |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
This problem setup is for simulation of the Atmospheric Boundary Layer (ABL) | ||
using one of two turbulence schemes (Smagorinsky or Deardorff) and the bottom | ||
boundary condition possibly specified by Monin Obukhov Similarity Theory (MOST). | ||
|
||
This version of the ABL problem initializes the data from an input sounding file, | ||
and initializes turbulence at the inflow. The target is to transition turbulence | ||
from coarse to fine grid interface. |
34 changes: 34 additions & 0 deletions
34
Exec/DevTests/ABL_perturbation_inflow/input_ReTau2000Ana_sounding.txt
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 |
---|---|---|
@@ -0,0 +1,34 @@ | ||
0.0 300.0 0.0 | ||
1.00000000e-02 3.00000000e+02 0.00000000e+00 1.25066641e+01 0.00000000e+00 | ||
3.22187500e-01 3.00000000e+02 0.00000000e+00 2.09762948e+01 0.00000000e+00 | ||
6.34375000e-01 3.00000000e+02 0.00000000e+00 2.26287499e+01 0.00000000e+00 | ||
9.46562500e-01 3.00000000e+02 0.00000000e+00 2.36048395e+01 0.00000000e+00 | ||
1.25875000e+00 3.00000000e+02 0.00000000e+00 2.43000527e+01 0.00000000e+00 | ||
1.57093750e+00 3.00000000e+02 0.00000000e+00 2.48404269e+01 0.00000000e+00 | ||
1.88312500e+00 3.00000000e+02 0.00000000e+00 2.52825246e+01 0.00000000e+00 | ||
2.19531250e+00 3.00000000e+02 0.00000000e+00 2.56566509e+01 0.00000000e+00 | ||
2.50750000e+00 3.00000000e+02 0.00000000e+00 2.59809480e+01 0.00000000e+00 | ||
2.81968750e+00 3.00000000e+02 0.00000000e+00 2.62671427e+01 0.00000000e+00 | ||
3.13187500e+00 3.00000000e+02 0.00000000e+00 2.65232545e+01 0.00000000e+00 | ||
3.44406250e+00 3.00000000e+02 0.00000000e+00 2.67550102e+01 0.00000000e+00 | ||
3.75625000e+00 3.00000000e+02 0.00000000e+00 2.69666429e+01 0.00000000e+00 | ||
4.06843750e+00 3.00000000e+02 0.00000000e+00 2.71613695e+01 0.00000000e+00 | ||
4.38062500e+00 3.00000000e+02 0.00000000e+00 2.73416924e+01 0.00000000e+00 | ||
4.69281250e+00 3.00000000e+02 0.00000000e+00 2.75095964e+01 0.00000000e+00 | ||
5.00500000e+00 3.00000000e+02 0.00000000e+00 2.76666826e+01 0.00000000e+00 | ||
5.31718750e+00 3.00000000e+02 0.00000000e+00 2.78142609e+01 0.00000000e+00 | ||
5.62937500e+00 3.00000000e+02 0.00000000e+00 2.79534168e+01 0.00000000e+00 | ||
5.94156250e+00 3.00000000e+02 0.00000000e+00 2.80850600e+01 0.00000000e+00 | ||
6.25375000e+00 3.00000000e+02 0.00000000e+00 2.82099603e+01 0.00000000e+00 | ||
6.56593750e+00 3.00000000e+02 0.00000000e+00 2.83287750e+01 0.00000000e+00 | ||
6.87812500e+00 3.00000000e+02 0.00000000e+00 2.84420696e+01 0.00000000e+00 | ||
7.19031250e+00 3.00000000e+02 0.00000000e+00 2.85503344e+01 0.00000000e+00 | ||
7.50250000e+00 3.00000000e+02 0.00000000e+00 2.86539970e+01 0.00000000e+00 | ||
7.81468750e+00 3.00000000e+02 0.00000000e+00 2.87534328e+01 0.00000000e+00 | ||
8.12687500e+00 3.00000000e+02 0.00000000e+00 2.88489730e+01 0.00000000e+00 | ||
8.43906250e+00 3.00000000e+02 0.00000000e+00 2.89409114e+01 0.00000000e+00 | ||
8.75125000e+00 3.00000000e+02 0.00000000e+00 2.90295098e+01 0.00000000e+00 | ||
9.06343750e+00 3.00000000e+02 0.00000000e+00 2.91150023e+01 0.00000000e+00 | ||
9.37562500e+00 3.00000000e+02 0.00000000e+00 2.91975993e+01 0.00000000e+00 | ||
9.68781250e+00 3.00000000e+02 0.00000000e+00 2.92774905e+01 0.00000000e+00 | ||
1.00000000e+01 3.00000000e+02 0.00000000e+00 2.93548477e+01 0.00000000e+00 |
33 changes: 33 additions & 0 deletions
33
Exec/DevTests/ABL_perturbation_inflow/input_ReTau2000Ana_sponge.txt
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 |
---|---|---|
@@ -0,0 +1,33 @@ | ||
1.00000000e-02 1.25066641e+01 0.00000000e+00 | ||
3.22187500e-01 2.09762948e+01 0.00000000e+00 | ||
6.34375000e-01 2.26287499e+01 0.00000000e+00 | ||
9.46562500e-01 2.36048395e+01 0.00000000e+00 | ||
1.25875000e+00 2.43000527e+01 0.00000000e+00 | ||
1.57093750e+00 2.48404269e+01 0.00000000e+00 | ||
1.88312500e+00 2.52825246e+01 0.00000000e+00 | ||
2.19531250e+00 2.56566509e+01 0.00000000e+00 | ||
2.50750000e+00 2.59809480e+01 0.00000000e+00 | ||
2.81968750e+00 2.62671427e+01 0.00000000e+00 | ||
3.13187500e+00 2.65232545e+01 0.00000000e+00 | ||
3.44406250e+00 2.67550102e+01 0.00000000e+00 | ||
3.75625000e+00 2.69666429e+01 0.00000000e+00 | ||
4.06843750e+00 2.71613695e+01 0.00000000e+00 | ||
4.38062500e+00 2.73416924e+01 0.00000000e+00 | ||
4.69281250e+00 2.75095964e+01 0.00000000e+00 | ||
5.00500000e+00 2.76666826e+01 0.00000000e+00 | ||
5.31718750e+00 2.78142609e+01 0.00000000e+00 | ||
5.62937500e+00 2.79534168e+01 0.00000000e+00 | ||
5.94156250e+00 2.80850600e+01 0.00000000e+00 | ||
6.25375000e+00 2.82099603e+01 0.00000000e+00 | ||
6.56593750e+00 2.83287750e+01 0.00000000e+00 | ||
6.87812500e+00 2.84420696e+01 0.00000000e+00 | ||
7.19031250e+00 2.85503344e+01 0.00000000e+00 | ||
7.50250000e+00 2.86539970e+01 0.00000000e+00 | ||
7.81468750e+00 2.87534328e+01 0.00000000e+00 | ||
8.12687500e+00 2.88489730e+01 0.00000000e+00 | ||
8.43906250e+00 2.89409114e+01 0.00000000e+00 | ||
8.75125000e+00 2.90295098e+01 0.00000000e+00 | ||
9.06343750e+00 2.91150023e+01 0.00000000e+00 | ||
9.37562500e+00 2.91975993e+01 0.00000000e+00 | ||
9.68781250e+00 2.92774905e+01 0.00000000e+00 | ||
1.00000000e+01 2.93548477e+01 0.00000000e+00 |
Oops, something went wrong.