-
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.
2155: Add 4 process run for dry baroclinic wave r=sriharshakandala a=sriharshakandala 2164: limit mixing length by z - z_sfc r=szy21 a=szy21 Co-authored-by: sriharshakandala <sriharsha.kvs@gmail.com> Co-authored-by: Zhaoyi Shen <11598433+szy21@users.noreply.github.com>
- Loading branch information
Showing
4 changed files
with
70 additions
and
13 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
16 changes: 16 additions & 0 deletions
16
config/gpu_configs/gpu_hs_rhoe_equilmoist_nz63_0M_55km_rs35km.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,16 @@ | ||
dt_save_to_disk: "10days" | ||
dt: "150secs" | ||
t_end: "300days" | ||
h_elem: 16 | ||
z_elem: 63 | ||
dz_bottom: 30.0 | ||
dz_top: 3000.0 | ||
z_max: 55000.0 | ||
kappa_4: 2.0e16 | ||
vert_diff: "true" | ||
moist: "equil" | ||
precip_model: "0M" | ||
rayleigh_sponge: true | ||
forcing: "held_suarez" | ||
job_id: "gpu_hs_rhoe_equilmoist_nz63_0M_55km_rs35km" | ||
toml: [toml/longrun_hs_rhoe_equilmoist_nz63_0M_55km_rs35km.toml] |
7 changes: 7 additions & 0 deletions
7
config/gpu_configs/target_gpu_implicit_baroclinic_wave_4process.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,7 @@ | ||
h_elem: 30 | ||
initial_condition: "DryBaroclinicWave" | ||
t_end: "1days" | ||
z_elem: 45 | ||
dt: "150secs" | ||
dt_save_to_sol: "Inf" | ||
job_id: "target_gpu_implicit_baroclinic_wave_4process" |
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