Skip to content

Commit 5f64aac

Browse files
trontrytelAkshay Sridhar
authored andcommitted
Example configs at 120helem resolution
modified: src/topography/topography.jl
1 parent 315ca86 commit 5f64aac

13 files changed

+2967
-5
lines changed

config/longrun_configs/longrun_dry_baroclinic_wave.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ h_elem: 30
22
z_elem: 43
33
dz_bottom: 30.0
44
dt: "90secs"
5+
FLOAT_TYPE: Float64
56
t_end: "120days"
67
initial_condition: "DryBaroclinicWave"
78
dt_save_state_to_disk: "10days"
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
h_elem: 120
2+
z_elem: 43
3+
dz_bottom: 30.0
4+
dt: "40secs"
5+
t_end: "60days"
6+
ode_algo: ARS343
7+
initial_condition: "DryBaroclinicWave"
8+
dt_save_state_to_disk: "5days"
9+
netcdf_interpolation_num_points: [1440, 720, 43]
10+
FLOAT_TYPE: Float64
11+
deep_atmosphere: true
12+
output_dir: "/glade/derecho/scratch/asridhar/dry_bw_he120_f64/"
13+
diagnostics:
14+
- short_name: [massa, energya]
15+
period: 6hours
16+
writer: dict
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
h_elem: 120
2+
z_elem: 43
3+
dz_bottom: 30.0
4+
dt: "40secs"
5+
t_end: "60days"
6+
ode_algo: ARS343
7+
initial_condition: "DryBaroclinicWave"
8+
dt_save_state_to_disk: "5days"
9+
netcdf_interpolation_num_points: [1440, 720, 43]
10+
FLOAT_TYPE: Float64
11+
deep_atmosphere: true
12+
output_dir: "/glade/derecho/scratch/asridhar/dry_bw_he120_f64/"
13+
diagnostics:
14+
- short_name: [massa, energya]
15+
period: 6hours
16+
writer: dict
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
h_elem: 120
2+
z_elem: 43
3+
dz_bottom: 30.0
4+
dt: "40secs"
5+
t_end: "60days"
6+
ode_algo: ARS343
7+
initial_condition: "MoistBaroclinicWave"
8+
moist: "equil"
9+
precip_model: nothing
10+
deep_atmosphere: true
11+
dt_save_state_to_disk: "10days"
12+
netcdf_interpolation_num_points: [1440, 720, 43]
13+
check_conservation: true
14+
output_dir: "/glade/derecho/scratch/asridhar/moist_bw_he120_0M_noprecip_noprognosticsfc_temp"
15+
toml: [toml/precip.toml]
16+
diagnostics:
17+
- short_name: [watera, energya, massa]
18+
period: 6hours
19+
writer: dict
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
h_elem: 120
2+
z_elem: 43
3+
dz_bottom: 30.0
4+
dt: "40secs"
5+
approximate_linear_solve_iters: 3
6+
max_newton_iters_ode: 1
7+
rayleigh_sponge: true
8+
t_end: "15days"
9+
initial_condition: "MoistBaroclinicWave"
10+
moist: "nonequil"
11+
precip_model: "1M"
12+
dt_save_state_to_disk: "10days"
13+
output_dir: "/glade/derecho/scratch/asridhar/moist_bw_1M/"
14+
toml: [toml/longrun_baroclinic_wave.toml]
15+
diagnostics:
16+
- short_name: [pfull, ua, va, ta, ts, wa, va, rv, ke, hus, clw, cli, pr]
17+
reduction: inst
18+
period: 2days
19+
- short_name: [massa, energya, watera]
20+
period: 6hours
21+
writer: dict
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
h_elem: 120
2+
z_elem: 43
3+
dz_bottom: 30.0
4+
dt: "40secs"
5+
t_end: "60days"
6+
ode_algo: ARS343
7+
topography: "Hughes2023"
8+
initial_condition: "MoistBaroclinicWave"
9+
rayleigh_sponge: true
10+
moist: "equil"
11+
precip_model: "0M"
12+
mesh_warp_type: SLEVE
13+
prognostic_surface: PrognosticSurfaceTemperature
14+
deep_atmosphere: true
15+
dt_save_state_to_disk: "10days"
16+
netcdf_interpolation_num_points: [1440, 720, 43]
17+
output_dir: "/glade/derecho/scratch/asridhar/moist_bw_hughes_0M/"
18+
toml: [toml/longrun_bw.toml]
19+
output_default_diagnostics: false
20+
diagnostics:
21+
- short_name: [massa, energya, watera, energyo, watero]
22+
period: 6hours
23+
writer: dict
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
h_elem: 120
2+
z_elem: 43
3+
dz_bottom: 30.0
4+
dt: "40secs"
5+
t_end: "15days"
6+
ode_algo: ARS343
7+
topography: "Hughes2023"
8+
initial_condition: "MoistBaroclinicWave"
9+
approximate_linear_solve_iters: 3
10+
max_newton_iters_ode: 1
11+
rayleigh_sponge: true
12+
moist: "nonequil"
13+
precip_model: "1M"
14+
dt_save_state_to_disk: "10days"
15+
output_dir: "/glade/derecho/scratch/asridhar/moist_bw_hughes_he120_1M/"
16+
netcdf_interpolation_num_points: [1440, 720, 43]
17+
toml: [toml/longrun_bw.toml]
18+
diagnostics:
19+
- short_name: [pfull, ua, va, ta, ts, wa, va, ke, hus, clw, cli, pr, hussn, husra]
20+
reduction: inst
21+
period: 1days
22+
- short_name: [massa, energya, watera]
23+
period: 6hours
24+
writer: dict

0 commit comments

Comments
 (0)