<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 all, <BR>I want to write total rainfall to one file from the WRF output<BR>I am using fwrite command as, <BR><br>ga-&gt; open wrf-outp_d01_2011060303.ctl <br>Scanning description file:&nbsp; wrf-outp_d01_2011060303.ctl<br>Data file wrf-outp_d01_2011060303.dat is open as file 1<br>LON set to 73.9429 87.0571 <br>LAT set to 9.09704 21.7107 <br>LEV set to 1000 1000 <br>Time values set: 2011:6:3:3 2011:6:3:3 <br>ga-&gt; set gxout fwrite<br>ga-&gt; set fwrite dummy.dat<br>FWrite file name = dummy.dat<br>FWwrite byte order is big_endian; format is stream<br>ga-&gt; q fwrite<br>FWrite file is closed<br>FWrite file name is: dummy.dat<br>FWrite byte order is big_endian ; machine byte order is big_endian<br>ga-&gt; d rainc+rainnc<br>Error opening output file for fwrite<br>&nbsp; File name is: dummy.dat<br>ga-&gt; disable fwrite<br><BR>It's not writing the data to dummy.dat<BR>Geeta<br><BR>                                               </div></body>
</html>