Skip to content

Commit

Permalink
Merge pull request #1111 from CliMA/zs/override_precip_timescale
Browse files Browse the repository at this point in the history
rename override_τ_precip to override_precip_timescale
  • Loading branch information
Sbozzolo authored Dec 5, 2024
2 parents 120fd43 + cf39ad9 commit 4cc0f9b
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 4cc0f9b

Please sign in to comment.