Skip to content

Example configs + docs #3783

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions config/longrun_configs/longrun_dry_baroclinic_wave_he120.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
h_elem: 120
z_elem: 43
dz_bottom: 30.0
dt: "40secs"
t_end: "60days"
ode_algo: ARS343
initial_condition: "DryBaroclinicWave"
dt_save_state_to_disk: "5days"
netcdf_interpolation_num_points: [1440, 720, 43]
FLOAT_TYPE: Float64
deep_atmosphere: true
output_dir: "/glade/derecho/scratch/asridhar/dry_bw_he120_f64/"
diagnostics:
- short_name: [massa, energya]
period: 6hours
writer: dict
4 changes: 2 additions & 2 deletions config/longrun_configs/longrun_moist_baroclinic_wave_1M.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
h_elem: 30
h_elem: 120
z_elem: 43
dz_bottom: 30.0
dt: "60secs"
dt: "40secs"
approximate_linear_solve_iters: 3
max_newton_iters_ode: 1
rayleigh_sponge: true
Expand Down
19 changes: 19 additions & 0 deletions config/longrun_configs/longrun_moist_baroclinic_wave_he120.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
h_elem: 120
z_elem: 43
dz_bottom: 30.0
dt: "40secs"
t_end: "60days"
ode_algo: ARS343
initial_condition: "MoistBaroclinicWave"
moist: "equil"
precip_model: nothing
deep_atmosphere: true
dt_save_state_to_disk: "10days"
netcdf_interpolation_num_points: [1440, 720, 43]
check_conservation: true
output_dir: "/glade/derecho/scratch/asridhar/moist_bw_he120_0M_noprecip_noprognosticsfc_temp"
toml: [toml/precip.toml]
diagnostics:
- short_name: [watera, energya, massa]
period: 6hours
writer: dict
21 changes: 21 additions & 0 deletions config/longrun_configs/longrun_moist_baroclinic_wave_he120_1M.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
h_elem: 120
z_elem: 43
dz_bottom: 30.0
dt: "40secs"
approximate_linear_solve_iters: 3
max_newton_iters_ode: 1
rayleigh_sponge: true
t_end: "15days"
initial_condition: "MoistBaroclinicWave"
moist: "nonequil"
precip_model: "1M"
dt_save_state_to_disk: "10days"
output_dir: "/glade/derecho/scratch/asridhar/moist_bw_1M/"
toml: [toml/longrun_baroclinic_wave.toml]
diagnostics:
- short_name: [pfull, ua, va, ta, ts, wa, va, rv, ke, hus, clw, cli, pr]
reduction: inst
period: 2days
- short_name: [massa, energya, watera]
period: 6hours
writer: dict
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
h_elem: 120
z_elem: 43
dz_bottom: 30.0
dt: "40secs"
t_end: "60days"
ode_algo: ARS343
topography: "Hughes2023"
initial_condition: "MoistBaroclinicWave"
rayleigh_sponge: true
moist: "equil"
precip_model: "0M"
mesh_warp_type: SLEVE
prognostic_surface: PrognosticSurfaceTemperature
deep_atmosphere: true
dt_save_state_to_disk: "10days"
netcdf_interpolation_num_points: [1440, 720, 43]
output_dir: "/glade/derecho/scratch/asridhar/moist_bw_hughes_0M/"
toml: [toml/longrun_bw.toml]
output_default_diagnostics: false
diagnostics:
- short_name: [massa, energya, watera, energyo, watero]
period: 6hours
writer: dict
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
h_elem: 120
z_elem: 43
dz_bottom: 30.0
dt: "40secs"
t_end: "15days"
ode_algo: ARS343
topography: "Hughes2023"
initial_condition: "MoistBaroclinicWave"
approximate_linear_solve_iters: 3
max_newton_iters_ode: 1
rayleigh_sponge: true
moist: "nonequil"
precip_model: "1M"
dt_save_state_to_disk: "10days"
output_dir: "/glade/derecho/scratch/asridhar/moist_bw_hughes_he120_1M/"
netcdf_interpolation_num_points: [1440, 720, 43]
toml: [toml/longrun_bw.toml]
diagnostics:
- short_name: [pfull, ua, va, ta, ts, wa, va, ke, hus, clw, cli, pr, hussn, husra]
reduction: inst
period: 1days
- short_name: [massa, energya, watera]
period: 6hours
writer: dict
Loading
Loading