Skip to content

Commit

Permalink
add explicit vertical diffusion job
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Sep 23, 2023
1 parent 440329e commit 64e372a
Show file tree
Hide file tree
Showing 3 changed files with 31 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,16 @@ steps:
--job_id sphere_baroclinic_wave_rhoe_equilmoist
--out_dir sphere_baroclinic_wave_rhoe_equilmoist
artifact_paths: "sphere_baroclinic_wave_rhoe_equilmoist/*"

- label: ":computer: no lim ARS baroclinic wave (ρe) equilmoist explicit vertdiff"
command: >
julia --color=yes --project=examples examples/hybrid/driver.jl
--config_file $CONFIG_PATH/sphere_baroclinic_wave_rhoe_equilmoist_expvdiff.yml
julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl
--data_dir sphere_baroclinic_wave_rhoe_equilmoist_expvdiff
--out_dir sphere_baroclinic_wave_rhoe_equilmoist_expvdiff
artifact_paths: "sphere_baroclinic_wave_rhoe_equilmoist/*"

- label: ":computer: SSP zalesak tracer & energy upwind baroclinic wave (ρe_tot) equilmoist"
command: >
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
precip_model: "0M"
vert_diff: "true"
z_elem: 20
dz_bottom: 100
dt_save_to_disk: "1days"
initial_condition: "MoistBaroclinicWave"
dt: "40secs"
t_end: "1days"
job_id: "sphere_baroclinic_wave_rhoe_equilmoist_expvdiff"
moist: "equil"
toml: [toml/sphere_baroclinic_wave_rhoe_equilmoist_expvdiff.toml]
10 changes: 10 additions & 0 deletions toml/sphere_baroclinic_wave_rhoe_equilmoist_expvdiff.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[C_H]
alias = "C_H"
value = 0.0
type = "float"

[C_E]
alias = "C_E"
value = 1
type = "float"

0 comments on commit 64e372a

Please sign in to comment.