-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from chowland/re-module
Restructuring of multi-resolution additions into clean, concise modules
- Loading branch information
Showing
81 changed files
with
3,685 additions
and
1,382 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
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,55 @@ | ||
Base grid resolution / number of substeps | ||
NXM NYM NZM NSST(>1=RK,else AB) | ||
96 1024 1 3 | ||
|
||
Refined grid: on/off and grid size | ||
MULTIRES NXMR NYMR NZMR | ||
0 128 128 1 | ||
|
||
Salinity and Phase-field (on/off) | ||
FLAGSAL FLAGPF | ||
0 0 | ||
|
||
Read flow / Reset logs | ||
NREAD IRESET | ||
0 0 | ||
|
||
Time steps / time limit (wall/flow) | ||
NTST WALLTIMEMAX TMAX | ||
1000000 120 2500.0 | ||
|
||
Time interval for saving stats/movie frames | ||
TOUT TFRAME SAVE_3D | ||
1.0 5.0 100.0 | ||
|
||
Domain size (keep ALX3 = 1.0) | ||
ALX3 YLEN ZLEN | ||
1.0 20.0 0.01 | ||
|
||
Grid stretching parameters | ||
ISTR3 STR3 ISTR3R | ||
6 12.0 3 | ||
|
||
Physical flow parameters / Free-fall timescale | ||
RAYT PRAT RAYS PRAS FFscaleS | ||
2e5 1.0 1e7 1.0 0 | ||
|
||
Time stepping parameters | ||
IDTV DT RESID CFLMAX DTMIN DTMAX | ||
1 1e-1 1.e-3 1.0 1e-8 1e-1 | ||
|
||
Dirichlet/Neumann BC flag on upper(N) and lower(S) walls | ||
inslwS inslwN TfixS TfixN SfixS SfixN | ||
1 1 1 1 1 1 | ||
|
||
Active/passive scalar flags / Gravitational axis (x=1,y=2,z=3) | ||
active_T active_S gAxis | ||
1 0 1 | ||
|
||
Wall velocity / Pressure gradient / Melt boundary condition | ||
xplusU xminusU dPdy dPdz MELT | ||
0.0 0.0 0.0 0.0 0 | ||
|
||
Phase-field parameters | ||
pf_D(*Pe) pf_A pf_S pf_Tm IBM pf_IC | ||
0.1 10.0 10.0 0.0 0 1 |
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,24 @@ | ||
An input file for parameters used in moist convection | ||
--- | ||
|
||
alpha (Dimensionless saturation parameter) | ||
3.0 | ||
|
||
beta (Dimensionless lapse rate) | ||
1.2 | ||
|
||
gamma (Dimensioness latent heat parameter) | ||
0.19 | ||
|
||
tau (Condensation time scale) | ||
0.375 | ||
|
||
Diffusive scale for tau? (.true. / .false.) | ||
.false. | ||
|
||
Fixed humidity boundary conditions (1 / 0) | ||
top bottom | ||
1 1 | ||
|
||
Sm (Humid-to-thermal diffusivity ratio) | ||
1.0 |
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
Oops, something went wrong.