24.02.2013 Views

ppt - MMM - UCAR

ppt - MMM - UCAR

ppt - MMM - UCAR

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Missing value functions<br />

• Use any, all, and ismissing functions to query a<br />

variable for missing values:<br />

if (.not.any(ismissing(T))) then<br />

do something<br />

end if<br />

if (all(ismissing(T))) then<br />

do something<br />

end if<br />

• Use num & ismissing to count missing values:<br />

nmsg = num(ismissing(T))<br />

NCL & WRF-NCL � WRF User’s User s Event � June 22-25, 2010

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!