Skip to content

Commit

Permalink
Remove more warnings for input_data.F90.
Browse files Browse the repository at this point in the history
  • Loading branch information
GeorgeGayno-NOAA committed Dec 16, 2022
1 parent fbbdb4b commit 4c1b8b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sorc/chgres_cube.fd/input_data.F90
Original file line number Diff line number Diff line change
Expand Up @@ -5611,7 +5611,7 @@ subroutine read_input_sfc_grib2_file(localpet)
if (.not. sotyp_from_climo) then
do j = 1, j_input
do i = 1, i_input
if(dummy2d(i,j) == 14.0_esmf_kind_r4 .and. slmsk_save(i,j) == 1) dummy2d(i,j) = -99999.9
if(dummy2d(i,j) == 14.0_esmf_kind_r4 .and. slmsk_save(i,j) == 1) dummy2d(i,j) = -99999.9_esmf_kind_r4
enddo
enddo

Expand Down Expand Up @@ -7660,7 +7660,7 @@ SUBROUTINE DINT2P(PPIN,XXIN,NPIN,PPOUT,XXOUT,NPOUT &
if (p(nl+1).gt.0.d0) then
PC = LOG(P(NL+1))
else
PC = LOG(1.d-4)
PC = LOG(1.E-4)
end if

SLOPE = (X(NL)-X(NL+1))/ (PA-PC)
Expand Down

0 comments on commit 4c1b8b3

Please sign in to comment.