Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexisRenchon committed Aug 15, 2024
1 parent 671851c commit e2172cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/diagnostics/default_diagnostics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -89,9 +89,9 @@ function default_diagnostics(
"crae",
"clhf",
"cshf",
"cwp",
"fa",
"far",
# "cwp",
# "fa",
# "far",
"lai",
"msf",
"rai",
Expand Down
2 changes: 1 addition & 1 deletion src/diagnostics/define_diagnostics.jl
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ function define_diagnostics!(land_model)
units = "",
comments = "Ratio of water vapor mass to total moist air parcel mass.",
compute! = (out, Y, p, t) ->
compute_surface_specific_humidity!(out, Y, p, t, land_model),
compute_specific_humidity!(out, Y, p, t, land_model),
)

# Latent heat flux
Expand Down

0 comments on commit e2172cb

Please sign in to comment.