Skip to content

Commit

Permalink
removing issue comments
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorlavor committed Feb 13, 2025
1 parent 239281e commit d3c2205
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/suews/src/suews_phys_rslprof.f95
Original file line number Diff line number Diff line change
Expand Up @@ -1983,9 +1983,6 @@ FUNCTION cal_beta_RSL(StabilityMethod, zH_RSL, zStd, FAI, PAI, sfr_tr, lc_over_L
!END IF

! ## Issue 338 - beta # beta for Hstd/Hmean = 0 (Uniform Case)
<<<<<<< HEAD
betaN2 = (3.444*FAI**0.971)/(1 + 10.487*FAI**0.971)
=======
H_ = zStd / zH_RSL

IF (H_ < 0.25) THEN
Expand All @@ -1995,8 +1992,6 @@ FUNCTION cal_beta_RSL(StabilityMethod, zH_RSL, zStd, FAI, PAI, sfr_tr, lc_over_L
ELSE
betaN2 = (6.822 * FAI**1.365) / (1 + 14.808 * FAI**1.365)
END IF

>>>>>>> 476c746d (Adding h_std, n_buildings and including betaN2 function for different Hstd/Hmean bands)
betaN2 = MAX(betaN2, 0.15)

betaHF = cal_beta_lc(stabilityMethod, betaN2, lc_over_L)
Expand Down

0 comments on commit d3c2205

Please sign in to comment.