[Thread Prev][Thread Next][Index]

Re: [ferret_users] 3 bad/missing values



Hi Ben,

| Is there any way to handle this situation with 3 bad/missing data
| values?

I think you can define a new variable which is defined only when 
the original value is none of the three missing values.
Suppose your original variable is named "q".  The new variable
q may be defined along the lines of

  let newq = if (q ne 0 and q ne -9999 and q ne -32768) then q

Read "newq is q only when q /= 0 and q /= -9999 and q /= -32768;
otherwise newq is undefined."

Hope this helps,
Ryo

[Thread Prev][Thread Next][Index]

Dept of Commerce / NOAA / OAR / PMEL / TMAP

Contact Us | Privacy Policy | Disclaimer | Accessibility Statement