<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><div>I want to&nbsp; write total rainfall forecast to one new file from the WRF output<br>Hence I am using fwrite command as, </div><div><br clear="all">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</div><div>Pls suggest<br>geeta</div>                                               </div></body>
</html>