<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>Hi<br><br>I'm using diary TRMM data, but I need to avoid leap years info. How can I remove the February 29th's values?<br><br>I'm trying to do it this way, but concatenation is not working, note that t=790, t=2251, t=3712 are the 3 February 29th I have in my data:<br><br><br>'sdfopen /home/usuario/Escritorio/tes/precTRMM.nc'<br><br>'set t 1 789'<br>'define a=p'<br>'set t 791 2250'<br>'define b=p'<br>'set t 2252 3711'<br>'define c=p'<br>'set t 3713 5260'<br>'define e=p'<br><br>'define r=a%b%c%e'<br>'set sdfwrite 'prec_TRMM'.nc'<br>'sdfwrite 'r<br><br>Thanks<br>                                               </div></body>
</html>