Skip to content

Commit 8d9ff40

Browse files
minimal edit of comment (StieglitzSnow.F90)
1 parent 4633293 commit 8d9ff40

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GEOSagcm_GridComp/GEOSphysics_GridComp/GEOSsurface_GridComp/Shared/StieglitzSnow.F90

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1303,8 +1303,8 @@ subroutine StieglitzSnow_relayer(N_snow, N_constit, tileType, targetthick, &
13031303
! for each layer, check snow conditions (partially/fully frozen, temp at/below zero)
13041304
! before and after relayer; in select cases, adjust snow heat content and temp
13051305
!
1306-
! NOTE: logicals before relayer action were computed with "buffer" (use_threshold_fac=.true. )
1307-
! reals after relayer action were computed without "buffer" (use_threshold_fac=.false.)
1306+
! NOTE: logicals before relayer are computed with "buffer" (use_threshold_fac=.true. )
1307+
! reals after relayer are computed without "buffer" (use_threshold_fac=.false.)
13081308

13091309
do i=1,N_snow
13101310

0 commit comments

Comments
 (0)