Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MPAS get_close_obs if vertical location is MISSING_R8 returns 0 close obs #758

Open
hkershaw-brown opened this issue Oct 28, 2024 · 1 comment
Labels
mpas Model for Prediction Across Scales (MPAS)

Comments

@hkershaw-brown
Copy link
Member

Is this correct?
What about observations with VERTISUNDEF?

if (vertical_localization_on()) then
if (base_llv(3) == MISSING_R8) then
istatus1 = 1

MISSING_R8 is an acceptable valur for vloc?

else if(location%which_vert == VERTISUNDEF ) then
! a valid floating point value, but should be unused.
location%vloc = MISSING_R8

@hkershaw-brown
Copy link
Member Author

similarly, distance calculation

(local_obs_llv(3) == MISSING_R8)) .or. (istatus2 /= 0) ) then
dist(k) = 1.0e9_r8

@hkershaw-brown hkershaw-brown added the mpas Model for Prediction Across Scales (MPAS) label Oct 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mpas Model for Prediction Across Scales (MPAS)
Projects
None yet
Development

No branches or pull requests

1 participant