Skip to content

Commit

Permalink
Adding reminder about a scale factor for reflectivity.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn-dares-dart.cgd.ucar.edu/DART/branches/post_iceland_branch@2299 dfa8782c-da17-4c45-ba5c-5625b50a00d6

Former-commit-id: af68fb93f9a38f6f91c3964c5eaf4527df04c2ad
  • Loading branch information
timhoar committed Aug 17, 2006
1 parent 30c141e commit 4de2fe2
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions diagnostics/threed_sphere/obs_diag.f90
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,9 @@ program obs_diag
scale_factor(KIND_SURFACE_PRESSURE) = 0.01_r8
scale_factor(KIND_SPECIFIC_HUMIDITY) = 1000.0_r8

! Somehow, we should plot statistics on the dBZ scale for these ...
! scale_factor(KIND_RADAR_REFLECTIVITY) = 10log10(z)

prior_mean(1) = 0.0_r8
prior_spread(1) = 0.0_r8
posterior_mean(1) = 0.0_r8
Expand Down

0 comments on commit 4de2fe2

Please sign in to comment.