Skip to content

Commit

Permalink
rename override_precip_timescale
Browse files Browse the repository at this point in the history
  • Loading branch information
szy21 committed Dec 5, 2024
1 parent 4f0169a commit cf39ad9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion experiments/ClimaEarth/run_cloudy_aquaplanet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ config_dict = Dict(
"edmfx_nh_pressure" => true,
"edmfx_sgs_mass_flux" => true,
"edmfx_sgs_diffusive_flux" => true,
"override_τ_precip" => false,
"override_precip_timescale" => false,
"albedo_model" => "CouplerAlbedo",
)

Expand Down
2 changes: 1 addition & 1 deletion experiments/ClimaEarth/run_cloudy_slabplanet.jl
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ config_dict = Dict(
"edmfx_nh_pressure" => true,
"edmfx_sgs_mass_flux" => true,
"edmfx_sgs_diffusive_flux" => true,
"override_τ_precip" => false,
"override_precip_timescale" => false,
)

## merge dictionaries of command line arguments, coupler dictionary and component model dictionaries
Expand Down

0 comments on commit cf39ad9

Please sign in to comment.