Skip to content

Commit

Permalink
Fix formatting with climaformat.jl
Browse files Browse the repository at this point in the history
  • Loading branch information
imreddyTeja committed Sep 9, 2024
1 parent 5911a52 commit 372dff9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/standalone/Vegetation/canopy_model.jl
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,8 @@ import ClimaParams
# check that this is updated correctly:
# @test p.canopy.autotrophic_respiration.Ra ==
exp_tendency!(dY, Y, p, t0)
turb_fluxes = ClimaLand.turbulent_fluxes(canopy.atmos, canopy, Y, p, t0)
turb_fluxes =
ClimaLand.turbulent_fluxes(canopy.atmos, canopy, Y, p, t0)

@test p.canopy.hydraulics.fa.:1 == turb_fluxes.vapor_flux
@test p.canopy.energy.shf == turb_fluxes.shf
Expand Down Expand Up @@ -752,7 +753,8 @@ end
exp_tendency! = make_exp_tendency(canopy)
dY = similar(Y)
exp_tendency!(dY, Y, p, t0)
turb_fluxes = ClimaLand.turbulent_fluxes(canopy.atmos, canopy, Y, p, t0)
turb_fluxes =
ClimaLand.turbulent_fluxes(canopy.atmos, canopy, Y, p, t0)

@test p.canopy.hydraulics.fa.:1 == turb_fluxes.vapor_flux
@test p.canopy.energy.lhf == turb_fluxes.lhf
Expand Down

0 comments on commit 372dff9

Please sign in to comment.