From 2c988d0ef64dd6434ea344c58238fdd0a60c6ccf Mon Sep 17 00:00:00 2001 From: Bill Sacks Date: Sat, 15 Aug 2026 13:21:49 -0600 Subject: [PATCH] Fix spelling of author name in comment Resolves ESCOMP/CMEPS#691 --- cesm/flux_atmocn/flux_atmocn_Large.F90 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cesm/flux_atmocn/flux_atmocn_Large.F90 b/cesm/flux_atmocn/flux_atmocn_Large.F90 index b0df413db..e40b54c42 100644 --- a/cesm/flux_atmocn/flux_atmocn_Large.F90 +++ b/cesm/flux_atmocn/flux_atmocn_Large.F90 @@ -164,7 +164,7 @@ subroutine flux_atmOcn_large( & psixhu(xd) = 2.0_R8 * log((1.0_R8 + xd*xd)/2.0_R8) ! Convective gustiness appropriate for input precipitation. - ! Following Regelsperger et al. (2000, J. Clim) + ! Following Redelsperger et al. (2000, J. Clim) ! Ug = log(1.0+6.69R-0.476R^2) ! Coefficients X by 8640 for mm/s (from cam) -> cm/day (for above forumla) ugust(gprec) = log(1._R8+57801.6_r8*gprec-3.55332096e7_r8*(gprec**2))