Skip to content

Commit

Permalink
docs: fix Documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Fabian Bernhard committed Apr 4, 2024
1 parent 3976be1 commit 2d6c5be
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/module_PET.jl
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ function CANOPY_snowCover(p_fT_HEIGHT,
return (p_fu_HEIGHTeff, p_fu_LAIeff)
end

"""
@doc raw"""
ROUGH()
Expand Down Expand Up @@ -556,7 +556,7 @@ end



"""
@doc raw"""
SWPE(AA, ASUBS, VPD, RAA, RAC, RAS, RSC, p_fu_RSS, DELTA)
Compute Shuttleworth and Wallace (1985) transpiration and ground evaporation.
Expand Down Expand Up @@ -674,7 +674,7 @@ function SWPE(AA, ASUBS, VPD, RAA, RAC, RAS, RSC, p_fu_RSS, DELTA)
return (PRATE, ERATE)
end

"""
@doc raw"""
SWGE()
Compute ground evaporation rate (mm/d) using Shuttleworth-Wallace with known transpiration.
Expand Down Expand Up @@ -909,7 +909,7 @@ function FRSS(p_RSSA, p_RSSB, u_aux_PSIM, p_soil)
return FRSS
end

"""
@doc raw"""
SRSC()
Compute canopy surface resistance.
Expand Down

0 comments on commit 2d6c5be

Please sign in to comment.