Skip to content

Commit

Permalink
Regression -> reproducibility
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Sep 26, 2024
1 parent 55b2d21 commit 44ba62b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
precip_model: "0M"
dt_save_state_to_disk: "2days"
regression_test: true
reproducibility_test: true
initial_condition: "MoistBaroclinicWave"
dt: "450secs"
t_end: "10days"
Expand Down
2 changes: 1 addition & 1 deletion config/model_configs/diagnostic_edmfx_aquaplanet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ precip_model: 1M
dt: 100secs
t_end: 12hours
dt_save_state_to_disk: 12hours
regression_test: true
reproducibility_test: true
toml: [toml/diagnostic_edmfx.toml]
ode_algo: ARS343
2 changes: 1 addition & 1 deletion config/model_configs/single_column_precipitation_test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ precip_model: "1M"
vert_diff: "FriersonDiffusion"
implicit_diffusion: true
approximate_linear_solve_iters: 2
regression_test: false
reproducibility_test: false
toml: [toml/single_column_precipitation_test.toml]
diagnostics:
- short_name: [hus, clw, cli, husra, hussn, ta, wa]
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ cloud_model: "grid_scale"
surface_temperature: "ZonallyAsymmetric"
moist: "equil"
albedo_model: "RegressionFunctionAlbedo"
regression_test: true
reproducibility_test: true
aerosol_radiation: true
prescribed_aerosols: ["CB1", "CB2", "DST01", "DST02", "DST03", "DST04", "OC1", "OC2", "SO4"]
toml: [toml/sphere_aquaplanet_rhoe_equilmoist_allsky_gw_raw_zonallyasymmetric.toml]
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
precip_model: "0M"
dt_save_state_to_disk: "2days"
regression_test: true
reproducibility_test: true
initial_condition: "MoistBaroclinicWave"
dt: "450secs"
t_end: "10days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ vert_diff: true
forcing: "held_suarez"
z_max: 55000.0
precip_model: "0M"
regression_test: true
reproducibility_test: true
viscous_sponge: true
moist: "equil"
toml: [toml/sphere_held_suarez_rhoe_equilmoist_hightop_sponge.toml]

0 comments on commit 44ba62b

Please sign in to comment.