Skip to content

Commit

Permalink
Adding missing value for underground points in get_height_given_pressure
Browse files Browse the repository at this point in the history
  • Loading branch information
wfcooke committed Oct 6, 2020
1 parent db7b60f commit 4dacd7e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/fv_diagnostics.F90
Original file line number Diff line number Diff line change
Expand Up @@ -4266,6 +4266,7 @@ subroutine get_height_given_pressure(is, ie, js, je, km, wz, kd, id, log_p, peln
go to 1000
endif
enddo
a2(i,j,n) =missing_value
1000 continue
enddo
enddo
Expand Down

0 comments on commit 4dacd7e

Please sign in to comment.