Skip to content

Commit

Permalink
change baroclinic wave longrun configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Jan 3, 2025
1 parent b421913 commit 80d8258
Show file tree
Hide file tree
Showing 7 changed files with 22 additions and 17 deletions.
4 changes: 2 additions & 2 deletions .buildkite/longruns_gpu/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ steps:
slurm_time: 12:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"
JOB_NAME: "longrun_dry_baroclinic_wave_he60"
JOB_NAME: "longrun_dry_baroclinic_wave_he120"

- label: ":computer: baroclinic wave equilmoist"
command:
Expand All @@ -94,7 +94,7 @@ steps:
slurm_time: 12:00:00
env:
CLIMACOMMS_DEVICE: "CUDA"
JOB_NAME: "longrun_moist_baroclinic_wave_he60"
JOB_NAME: "longrun_moist_baroclinic_wave_he120"

- label: ":computer: dry held-suarez"
command:
Expand Down
2 changes: 1 addition & 1 deletion config/longrun_configs/longrun_dry_baroclinic_wave.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
h_elem: 30
z_elem: 63
z_elem: 43
dz_bottom: 30.0
dt: "90secs"
t_end: "120days"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
h_elem: 60
z_elem: 63
h_elem: 120
z_elem: 43
dz_bottom: 30.0
dt: "30secs"
t_end: "10days"
initial_condition: "DryBaroclinicWave"
dt_save_state_to_disk: "10days"
netcdf_interpolation_num_points: [360, 180, 2]
netcdf_interpolation_num_points: [1440, 720, 2]
diagnostics:
- short_name: [pfull, wa, va, rv, ke]
period: 1days
4 changes: 2 additions & 2 deletions config/longrun_configs/longrun_moist_baroclinic_wave.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
h_elem: 30
z_elem: 63
z_elem: 43
dz_bottom: 30.0
dt: "90secs"
t_end: "120days"
initial_condition: "MoistBaroclinicWave"
moist: "equil"
precip_model: "0M"
precip_model: "1M"
dt_save_state_to_disk: "10days"
diagnostics:
- short_name: [pfull, wa, va, rv, hus, ke]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
h_elem: 60
z_elem: 63
h_elem: 120
z_elem: 43
dz_bottom: 30.0
dt: "30secs"
t_end: "30days"
dt: "15secs"
t_end: "10days"
initial_condition: "MoistBaroclinicWave"
moist: "equil"
precip_model: "0M"
precip_model: "1M"
dt_save_state_to_disk: "10days"
netcdf_interpolation_num_points: [360, 180, 2]
netcdf_interpolation_num_points: [1440, 720, 2]
diagnostics:
- short_name: [pfull, wa, va, rv, hus, ke]
period: 1days
7 changes: 6 additions & 1 deletion docs/src/longruns.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,17 @@ longrun_dry_baroclinic_wave
Dry baroclinic wave. Test the dry dycore initial value problem.
```
```
longrun_dry_baroclinic_wave_he120
Dry baroclinic wave with a higher resolution.
```
```
longrun_moist_baroclinic_wave
Moist baroclinic wave. Test the moist dycore initial value problem.
```
```
longrun_moist_baroclinic_wave_he60
longrun_moist_baroclinic_wave_he120
Moist baroclinic wave with a higher resolution.
```
Expand Down
4 changes: 2 additions & 2 deletions post_processing/ci_plots.jl
Original file line number Diff line number Diff line change
Expand Up @@ -647,7 +647,7 @@ DryBaroWavePlots = Union{
Val{:sphere_baroclinic_wave_rhoe},
Val{:sphere_baroclinic_wave_rhoe_deepatmos},
Val{:longrun_dry_baroclinic_wave},
Val{:longrun_dry_baroclinic_wave_he60},
Val{:longrun_dry_baroclinic_wave_he120},
}

function make_plots(::DryBaroWavePlots, output_paths::Vector{<:AbstractString})
Expand Down Expand Up @@ -735,7 +735,7 @@ end

LongMoistBaroWavePlots = Union{
Val{:longrun_moist_baroclinic_wave},
Val{:longrun_moist_baroclinic_wave_he60},
Val{:longrun_moist_baroclinic_wave_he120},
}

function make_plots(
Expand Down

0 comments on commit 80d8258

Please sign in to comment.