Skip to content

Commit

Permalink
Bug fix for using HRRR or RAP data with climo surface fields that cau…
Browse files Browse the repository at this point in the history
…sed erroneous soil types.

Addresses Issue ufs-community#228
  • Loading branch information
LarissaReames-NOAA committed Nov 20, 2020
1 parent 1c9e899 commit a26d827
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions sorc/chgres_cube.fd/input_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4956,6 +4956,8 @@ subroutine read_input_sfc_grib2_file(localpet)
where(slmsk_save == 1) dummy2d_i = 1

call search(dummy2d_8,dummy2d_i,i_input,j_input,1,230)
else
dummy2d_8=real(dummy2d,esmf_kind_r8)
endif

print*,'sotype ',maxval(dummy2d_8),minval(dummy2d_8)
Expand Down

0 comments on commit a26d827

Please sign in to comment.