-
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.
2119: Add more prognostic EDMFX cases to CI r=trontrytel a=trontrytel The next step is to make them run longer and not fail... Closing #2104 Co-authored-by: Anna Jaruga <ajaruga@caltech.edu>
- Loading branch information
Showing
9 changed files
with
174 additions
and
58 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
46 changes: 24 additions & 22 deletions
46
config/model_configs/edmfx_bomex_box_v1.yml → config/model_configs/edmfx_bomex_box.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 |
---|---|---|
@@ -1,27 +1,29 @@ | ||
edmf_coriolis: "Bomex" | ||
dt_save_to_disk: "60secs" | ||
job_id: "edmfx_bomex_box" | ||
initial_condition: "Bomex" | ||
x_max: 100000.0 | ||
hyperdiff: "true" | ||
z_elem: 60 | ||
dt: "1secs" | ||
edmfx_upwinding: first_order | ||
subsidence: "Bomex" | ||
edmf_coriolis: "Bomex" | ||
ls_adv: "Bomex" | ||
surface_setup: "Bomex" | ||
perturb_initstate: false | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
t_end: "10800secs" | ||
y_max: 100000.0 | ||
y_elem: 2 | ||
turbconv: "edmfx" | ||
z_stretch: false | ||
vert_diff: "true" | ||
x_elem: 2 | ||
edmfx_upwinding: first_order | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
edmfx_sgs_flux: true | ||
edmfx_nh_pressure: false | ||
prognostic_tke: false | ||
moist: "equil" | ||
config: "box" | ||
subsidence: "Bomex" | ||
hyperdiff: "true" | ||
kappa_4: 1.0e12 | ||
z_max: 3000.0 | ||
ls_adv: "Bomex" | ||
job_id: "edmfx_bomex_box_v1" | ||
moist: "equil" | ||
toml: [toml/edmfx_bomex_box_v1.toml] | ||
x_max: 1e5 | ||
y_max: 1e5 | ||
z_max: 3e3 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 60 | ||
z_stretch: false | ||
perturb_initstate: false | ||
dt: "1secs" | ||
t_end: "10800secs" | ||
dt_save_to_disk: "10secs" | ||
toml: [toml/edmfx_box.toml] |
This file was deleted.
Oops, something went wrong.
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,28 @@ | ||
job_id: edmfx_dycoms_rf01_box | ||
initial_condition: DYCOMS_RF01 | ||
subsidence: DYCOMS | ||
edmf_coriolis: DYCOMS_RF01 | ||
rad: DYCOMS_RF01 | ||
surface_setup: DYCOMS_RF01 | ||
turbconv: edmfx | ||
edmfx_upwinding: first_order | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
edmfx_sgs_flux: true | ||
edmfx_nh_pressure: false | ||
prognostic_tke: false | ||
moist: equil | ||
config: box | ||
hyperdiff: "true" | ||
kappa_4: 1e12 | ||
x_max: 1e5 | ||
y_max: 1e5 | ||
z_max: 1500 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 30 | ||
z_stretch: false | ||
dt: 1secs | ||
t_end: 2400secs | ||
dt_save_to_disk: 2secs | ||
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,28 @@ | ||
job_id: "edmfx_gabls_box" | ||
initial_condition: GABLS | ||
edmf_coriolis: GABLS | ||
surface_setup: GABLS | ||
turbconv: "edmfx" | ||
edmfx_upwinding: "first_order" | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
edmfx_sgs_flux: true | ||
edmfx_nh_pressure: false | ||
prognostic_tke: false | ||
moist: "equil" | ||
config: "box" | ||
hyperdiff: "true" | ||
kappa_4: 1e12 | ||
x_max: 1e5 | ||
y_max: 1e5 | ||
z_max: 400 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 8 | ||
z_stretch: false | ||
dt: "10secs" | ||
t_end: "9hours" | ||
dt_save_to_disk: "10mins" | ||
perturb_initstate: false | ||
FLOAT_TYPE: "Float64" | ||
toml: [toml/edmfx_box_gabls.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,29 @@ | ||
job_id: "edmfx_rico_box" | ||
initial_condition: "Rico" | ||
subsidence: "Rico" | ||
ls_adv: "Rico" | ||
surface_setup: "Rico" | ||
turbconv: "edmfx" | ||
edmfx_upwinding: first_order | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
edmfx_sgs_flux: true | ||
edmfx_nh_pressure: false | ||
prognostic_tke: false | ||
moist: "equil" | ||
#precip_model: "0M" | ||
config: "box" | ||
hyperdiff: "true" | ||
kappa_4: 1e12 | ||
x_max: 1e5 | ||
y_max: 1e5 | ||
z_max: 4e3 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 100 | ||
z_stretch: false | ||
perturb_initstate: false | ||
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,29 @@ | ||
job_id: edmfx_trmm_box | ||
initial_condition: TRMM_LBA | ||
rad: TRMM_LBA | ||
surface_setup: TRMM_LBA | ||
turbconv: edmfx | ||
edmfx_upwinding: first_order | ||
edmfx_entr_model: "ConstantCoefficient" | ||
edmfx_detr_model: "ConstantCoefficient" | ||
edmfx_sgs_flux: true | ||
edmfx_nh_pressure: false | ||
prognostic_tke: false | ||
moist: equil | ||
apply_limiter: false | ||
#precip_model: "0M" | ||
config: box | ||
hyperdiff: "true" | ||
kappa_4: 1e12 | ||
x_max: 1e5 | ||
y_max: 1e5 | ||
z_max: 16400 | ||
x_elem: 2 | ||
y_elem: 2 | ||
z_elem: 82 | ||
z_stretch: false | ||
dt: 1secs | ||
t_end: 6hours | ||
dt_save_to_disk: 10mins | ||
FLOAT_TYPE: "Float64" | ||
toml: [toml/edmfx_box.toml] |
File renamed without changes.
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