Skip to content

Commit

Permalink
patch
Browse files Browse the repository at this point in the history
  • Loading branch information
kongdd committed Jan 6, 2025
1 parent 47a0f85 commit e95ed9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/PML.jl
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@ function PMLV2(Prcp::V, Tavg::V, Rs::V, Rn::V,
_PC = isvec_PC ? PC[t] : PC

PMLV2(Prcp[t], Tavg[t], Rs[t], Rn[t], VPD[t], U2[t], LAI[t], Pa[t],
Ca[t], _PC[t]; par, r)
Ca[t], _PC; par, r)
res[t, fields] = r
end

Expand Down

0 comments on commit e95ed9e

Please sign in to comment.