-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Figure out the difference between the two Jacobian partitioning schemes
- Loading branch information
1 parent
a5f27d7
commit 722f800
Showing
8 changed files
with
165 additions
and
34 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
31 changes: 31 additions & 0 deletions
31
config/model_configs/edmfx_bomex_box_alternative_partitioning.yml
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,31 @@ | ||
job_id: "edmfx_bomex_box_alternative_partitioning" | ||
initial_condition: "Bomex" | ||
subsidence: "Bomex" | ||
edmf_coriolis: "Bomex" | ||
ls_adv: "Bomex" | ||
surface_setup: "Bomex" | ||
turbconv: "edmfx" | ||
edmfx_upwinding: first_order | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
edmfx_sgs_mass_flux: true | ||
edmfx_sgs_diffusive_flux: true | ||
edmfx_nh_pressure: false | ||
prognostic_tke: false | ||
moist: "equil" | ||
config: "box" | ||
hyperdiff: "true" | ||
kappa_4: 1.0e12 | ||
x_max: 1e5 | ||
y_max: 1e5 | ||
z_max: 3e3 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 60 | ||
z_stretch: false | ||
perturb_initstate: false | ||
partition_by_cell_face_values: true | ||
dt: "1secs" | ||
t_end: "10800secs" | ||
dt_save_to_disk: "10secs" | ||
toml: [toml/edmfx_box.toml] |
32 changes: 32 additions & 0 deletions
32
config/model_configs/edmfx_bomex_box_alternative_partitioning_ft64.yml
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,32 @@ | ||
job_id: "edmfx_bomex_box_alternative_partitioning_ft64" | ||
initial_condition: "Bomex" | ||
subsidence: "Bomex" | ||
edmf_coriolis: "Bomex" | ||
ls_adv: "Bomex" | ||
surface_setup: "Bomex" | ||
turbconv: "edmfx" | ||
edmfx_upwinding: first_order | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
edmfx_sgs_mass_flux: true | ||
edmfx_sgs_diffusive_flux: true | ||
edmfx_nh_pressure: false | ||
prognostic_tke: false | ||
moist: "equil" | ||
config: "box" | ||
hyperdiff: "true" | ||
kappa_4: 1.0e12 | ||
x_max: 1e5 | ||
y_max: 1e5 | ||
z_max: 3e3 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 60 | ||
z_stretch: false | ||
perturb_initstate: false | ||
partition_by_cell_face_values: true | ||
FLOAT_TYPE: Float64 | ||
dt: "1secs" | ||
t_end: "10800secs" | ||
dt_save_to_disk: "10secs" | ||
toml: [toml/edmfx_box.toml] |
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,31 @@ | ||
job_id: "edmfx_bomex_box_ft64" | ||
initial_condition: "Bomex" | ||
subsidence: "Bomex" | ||
edmf_coriolis: "Bomex" | ||
ls_adv: "Bomex" | ||
surface_setup: "Bomex" | ||
turbconv: "edmfx" | ||
edmfx_upwinding: first_order | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
edmfx_sgs_mass_flux: true | ||
edmfx_sgs_diffusive_flux: true | ||
edmfx_nh_pressure: false | ||
prognostic_tke: false | ||
moist: "equil" | ||
config: "box" | ||
hyperdiff: "true" | ||
kappa_4: 1.0e12 | ||
x_max: 1e5 | ||
y_max: 1e5 | ||
z_max: 3e3 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 60 | ||
z_stretch: false | ||
perturb_initstate: false | ||
FLOAT_TYPE: Float64 | ||
dt: "1secs" | ||
t_end: "10800secs" | ||
dt_save_to_disk: "10secs" | ||
toml: [toml/edmfx_box.toml] |
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