Skip to content

Commit

Permalink
fixing a typo in gcycle.F90
Browse files Browse the repository at this point in the history
  • Loading branch information
SMoorthi-emc committed Feb 26, 2020
1 parent 21190a8 commit 02a0e7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion physics/gcycle.F90
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ SUBROUTINE GCYCLE (nblks, Model, Grid, Sfcprop, Cldprop)
Sfcprop(nb)%slmsk (ix) = SLIFCS (len)
if ( Model%nstf_name(1) > 0 ) then
Sfcprop(nb)%tref(ix) = TSFFCS (len)
if ( Model%nstf_name(2) = 0 ) then
if ( Model%nstf_name(2) == 0 ) then
dt_warm = (Sfcprop(nb)%xt(ix) + Sfcprop(nb)%xt(ix) ) &
/ Sfcprop(nb)%xz(ix)
Sfcprop(nb)%tsfco(ix) = Sfcprop(nb)%tref(ix) &
Expand Down

0 comments on commit 02a0e7f

Please sign in to comment.