Skip to content

Commit

Permalink
Use consistent style
Browse files Browse the repository at this point in the history
  • Loading branch information
spencerkclark committed Jun 14, 2024
1 parent e2f3798 commit a906be2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gsmphys/module_sf_noahmplsm.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2506,10 +2506,10 @@ subroutine albedo (parameters,vegtyp ,ist ,ice ,nsoil , & !in

if(opt_alb == 1) then
call snowalb_bats (parameters,nband, fsno,cosz,fage,albsnd,albsni)
elseif(opt_alb == 2) then
else if(opt_alb == 2) then
call snowalb_class (parameters,nband,qsnow,dt,alb,albold,albsnd,albsni,iloc,jloc)
albold = alb
elseif(opt_alb == 3) then
else if(opt_alb == 3) then
albsnd = snoalb
albsni = snoalb
end if
Expand Down

0 comments on commit a906be2

Please sign in to comment.