Skip to content

Commit

Permalink
test and docs fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Mar 20, 2024
1 parent 217737a commit 39c192d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/tutorials/standalone/Canopy/canopy_tutorial.jl
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ rt_model = TwoStreamModel{FT}(rt_params);

# Arguments for conductance model:

cond_params = MedlynConductanceParameters(FT; g1 = 141)
cond_params = MedlynConductanceParameters(FT; g1 = 141.0)

stomatal_model = MedlynConductanceModel{FT}(cond_params);

Expand Down
2 changes: 1 addition & 1 deletion ext/CreateParametersExt.jl
Original file line number Diff line number Diff line change
Expand Up @@ -656,7 +656,7 @@ function SnowParameters(toml_dict::CP.AbstractTOMLDict, Δt; kwargs...)

parameters = CP.get_parameter_values(toml_dict, name_map, "Land")
FT = CP.float_type(toml_dict)
earth_param_set = LandParameters(toml_dict)
earth_param_set = LP.LandParameters(toml_dict)
PSE = typeof(earth_param_set)
return SnowParameters{FT, PSE}(;
Δt,
Expand Down

0 comments on commit 39c192d

Please sign in to comment.