<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"><!-- P {margin-top:0;margin-bottom:0;} --></style>
</head>
<body dir="ltr">
<div id="divtagdefaultwrapper" style="font-size:12pt;color:#000000;background-color:#FFFFFF;font-family:Calibri,Arial,Helvetica,sans-serif;">
Hi NCL users,
<div>I was using NCL to read MODIS Level 2 land data. The file format is hdf. I used the following NCL code to read a variable has space</div>
<div><br>
</div>
<div>f = addfile(filename,&quot;r&quot;)</div>
<div>x = f-&gt;$&quot;fire mask&quot;$</div>
<div>The error is variable is not in file (f)</div>
<div><br>
</div>
<div>There's no error when I read other variables without space.</div>
<div>Does anyone know how to fix this?&nbsp;I appreciate any help.</div>
<div>Thanks,</div>
<div>Yun</div>
</div>
</body>
</html>