-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
update logical -> integer in _parameters
this syncs us up with a recent Microphysics change
- Loading branch information
Showing
12 changed files
with
40 additions
and
40 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 |
---|---|---|
@@ -1,10 +1,10 @@ | ||
@namespace: problem | ||
|
||
velpert_amplitude real 1.e5 | ||
velpert_radius real 2.e7 | ||
velpert_scale real 1.e7 | ||
velpert_steep real 1.e5 | ||
tag_density_1 real 1.0 | ||
tag_density_2 real 0.1 | ||
tag_density_3 real 0.05 | ||
use_analytic_heating logical .false. | ||
velpert_amplitude real 1.e5 | ||
velpert_radius real 2.e7 | ||
velpert_scale real 1.e7 | ||
velpert_steep real 1.e5 | ||
tag_density_1 real 1.0 | ||
tag_density_2 real 0.1 | ||
tag_density_3 real 0.05 | ||
use_analytic_heating integer 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,12 @@ | ||
@namespace: problem | ||
|
||
velpert_amplitude real 1.e5 | ||
velpert_radius real 2.e7 | ||
velpert_scale real 1.e7 | ||
velpert_steep real 1.e5 | ||
tag_density_1 real 5.e7 | ||
tag_density_2 real 1.e8 | ||
tag_density_3 real 1.e8 | ||
particle_temp_cutoff real 6.e8 | ||
particle_tpert_threshold real 2.e7 | ||
use_analytic_heating logical .false. | ||
velpert_amplitude real 1.e5 | ||
velpert_radius real 2.e7 | ||
velpert_scale real 1.e7 | ||
velpert_steep real 1.e5 | ||
tag_density_1 real 5.e7 | ||
tag_density_2 real 1.e8 | ||
tag_density_3 real 1.e8 | ||
particle_temp_cutoff real 6.e8 | ||
particle_tpert_threshold real 2.e7 | ||
use_analytic_heating integer 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
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
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 |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@namespace: problem | ||
|
||
# max mach number at inflow | ||
inlet_mach real 1.d-1 | ||
do_stratified logical .false. | ||
do_isentropic logical .false. | ||
inlet_mach real 1.d-1 | ||
do_stratified integer 0 | ||
do_isentropic integer 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,4 +2,4 @@ | |
|
||
pert_temp_factor real 1.d0 | ||
pert_rad_factor real 1.d0 | ||
do_small_domain logical .false. | ||
do_small_domain integer 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
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 |
---|---|---|
@@ -1,5 +1,5 @@ | ||
@namespace: problem | ||
|
||
advect_test_tol real 1.d-14 | ||
do_bds logical .false. | ||
do_bds integer 0 | ||
idir integer 1 |