-
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.
Add moist Held-Suarez and distributed baroclinic wave simulations to GPU
pipeline
- Loading branch information
1 parent
bac0b76
commit e9538ec
Showing
3 changed files
with
62 additions
and
7 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" |