Skip to content

Commit

Permalink
Initialize Sfcprop%zorlx to clear_val instead of huge
Browse files Browse the repository at this point in the history
  • Loading branch information
climbfuji committed Apr 2, 2021
1 parent 7e4532d commit 6c0cc1d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions ccpp/data/GFS_typedefs.F90
Original file line number Diff line number Diff line change
Expand Up @@ -2283,9 +2283,9 @@ subroutine sfcprop_create (Sfcprop, IM, Model)
Sfcprop%tiice = clear_val
Sfcprop%snowd = clear_val
Sfcprop%zorl = clear_val
Sfcprop%zorlo = huge
Sfcprop%zorll = huge
Sfcprop%zorli = huge
Sfcprop%zorlo = clear_val
Sfcprop%zorll = clear_val
Sfcprop%zorli = clear_val
Sfcprop%zorlw = clear_val
Sfcprop%fice = clear_val
! Sfcprop%hprim = clear_val
Expand Down

0 comments on commit 6c0cc1d

Please sign in to comment.