Thanks for your previous help. I tried to run WRF for diffent days by changing the namelist.input , and WRF ran was ok for all of the days except the last day. and everytime i encountered this error, i really appreciate your help in advance <br>
<br><br><br>Timing for main: time 2011-04-10_00:00:00 on domain   3:    0.79400 elapsed seconds.<br>Timing for Writing wrfout_d03_2011-04-10_00:00:00 for domain        3:    0.06420 elapsed seconds.<br>Timing for main: time 2011-04-10_00:00:00 on domain   2:    3.06700 elapsed seconds.<br>
Timing for Writing wrfout_d02_2011-04-10_00:00:00 for domain        2:    0.03080 elapsed seconds.<br>Timing for main: time 2011-04-10_00:00:00 on domain   1:    9.21270 elapsed seconds.<br>Timing for Writing wrfout_d01_2011-04-10_00:00:00 for domain        1:    0.02410 elapsed seconds.<br>
           <span style="color: rgb(255, 0, 0);"> 2 input_wrf: wrf_get_next_time current_date: 2011-04-10_00:00:00 Sta</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);"> tus =           -4</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);"> -------------- FATAL CALLED ---------------</span><br style="color: rgb(255, 0, 0);"><span style="color: rgb(255, 0, 0);"> FATAL CALLED FROM FILE:  &lt;stdin&gt;  LINE:     705</span><br style="color: rgb(255, 0, 0);">
<span style="color: rgb(255, 0, 0);">   ... May have run out of valid boundary conditions in file wrfbdy_d01</span><br><br>Best Regards<br><br>Ehsan Beigi<br><br><br><br><div class="gmail_quote">On Tue, May 31, 2011 at 6:41 PM, Feng Liu <span dir="ltr">&lt;<a href="mailto:FLiu@azmag.gov">FLiu@azmag.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">





<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">It sounds good. If you need to extract one variable (VAR) in entire domain, you can use read_wrf_nc –w VAR, if your need a time series of VAR in a specific
 location you may use </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Read_wrf_nc  –ts  xy X Y VAR –lev 1 wrfout_d*.nc</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">You can get the basic application information about the program by read_wrf_nc –help.
</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Use shell programming to process multiple day runs.
</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Hope it is helpful</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Feng</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<div style="border-width: 1pt medium medium; border-style: solid none none; border-color: rgb(181, 196, 223) -moz-use-text-color -moz-use-text-color; padding: 3pt 0in 0in;">
<p class="MsoNormal"><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;"> Ehsan Beigi [mailto:<a href="mailto:ebeigi3@tigers.lsu.edu" target="_blank">ebeigi3@tigers.lsu.edu</a>]
<br>
<b>Sent:</b> Tuesday, May 31, 2011 3:18 PM<br>
<b>To:</b> Feng Liu<br>
<b>Subject:</b> Re: [Wrf-users] read_wrf_nc.f error</span></p>
</div><div><div></div><div class="h5">
<p class="MsoNormal"> </p>
<p class="MsoNormal" style="margin-bottom: 12pt;">Thanks very much for you help. it worked!!!<br>
do you recommend me to use other software for reading wrfout, for example MATLAB netcdf toolbox?<br>
<br>
I ran the WRF for 30 days, now i don&#39;t know how i can  extract numbers of some variables for example Precipitation and Temperature for all grid for 30days among all of output?as you know there are many variables as output, i need to make time series of Precipitation
 and Temperature <br>
<br>
Best Regards<br>
<br>
<br>
<br>
<br>
Ehsan Beigi<br>
<br>
</p>
<div>
<p class="MsoNormal">On Tue, May 31, 2011 at 12:07 PM, Feng Liu &lt;<a href="mailto:FLiu@azmag.gov" target="_blank">FLiu@azmag.gov</a>&gt; wrote:</p>
<div>
<div>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Hi,</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">I think you failed to compile the program successfully due to incomplete flags. I wonder how did you compile this program?  If you are
 using Portland Group PGF90, for example, you may compile the program by:</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">pgf90 read_wrf_nc.f -L/path_of_your_netCDF_lib -lnetcdf -lm  -I/path_of_your_netCDF_include  -Mfree  -o read_wrf_nc</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Hope this is helpful.</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);">Thanks.</span></p>
<p class="MsoNormal"><span style="font-size: 11pt; color: rgb(31, 73, 125);"> </span></p>
<div style="border-width: 1pt medium medium; border-style: solid none none; padding: 3pt 0in 0in; border-color: -moz-use-text-color;">
<p class="MsoNormal"><b><span style="font-size: 10pt;">From:</span></b><span style="font-size: 10pt;">
<a href="mailto:wrf-users-bounces@ucar.edu" target="_blank">wrf-users-bounces@ucar.edu</a> [mailto:<a href="mailto:wrf-users-bounces@ucar.edu" target="_blank">wrf-users-bounces@ucar.edu</a>]
<b>On Behalf Of </b>Ehsan Beigi<br>
<b>Sent:</b> Monday, May 30, 2011 5:34 PM<br>
<b>To:</b> wrfhelp<br>
<b>Cc:</b> <a href="mailto:wrf-users@ucar.edu" target="_blank">wrf-users@ucar.edu</a><br>
<b>Subject:</b> [Wrf-users] read_wrf_nc.f error</span></p>
</div>
<div>
<div>
<p class="MsoNormal"> </p>
<p class="MsoNormal" style="margin-bottom: 12pt;">Dear Sir/Madam,<br>
<br>
Thanks  for your previous help. I am trying to use read_wrf_nc.f for extracting my desire vaiables from wrf output files. i can see data inside me_em..nc* files, but i can not see the output  of wrf (wrfout.do1...), and this is my error message
<br>
<br>
/read_wrf_nc.f: line 1: Special: command not found<br>
information: cannot open `information&#39; (No such file or directory)<br>
on:          cannot open `on&#39; (No such file or directory)<br>
the:         cannot open `the&#39; (No such file or directory)<br>
screen:      cannot open `screen&#39; (No such file or directory)<br>
./read_wrf_nc.f: line 3: Can: command not found<br>
./read_wrf_nc.f: line 4: syntax error near unexpected token `(&#39;<br>
./read_wrf_nc.f: line 4: `!  Can read double precision file (like WRF-Var)&#39;<br>
<br>
how can i extract some desired variables from wrfout files. i don&#39;t care about maps, i just need numbers. i really appreciate your help</p>
<div>
<p class="MsoNormal">On Fri, May 27, 2011 at 10:09 PM, wrfhelp &lt;<a href="mailto:wrfhelp@ucar.edu" target="_blank">wrfhelp@ucar.edu</a>&gt; wrote:</p>
<p class="MsoNormal">Yes, they are, unless you change them in the namelist.wps file. It should not change when you change stand_lon.<br>
But you might want to change them if latitude 30 or 60 are not in your domain.<br>
<br>
wrfhelp</p>
<div>
<div>
<p class="MsoNormal" style="margin-bottom: 12pt;"><br>
<br>
On May 27, 2011, at 10:00 AM, Ehsan Beigi wrote:</p>
<p class="MsoNormal">Dear Sir/Madam,<br>
Thanks for your previous help.  is truelat1  =  30.0, and  truelat2  =  60.0 in Lambert projection is always the same for every domain? how about  stand_lon = -98.0? if they are different for each domain, how can i calculate them for my domain?<br>

<br>
Best Regards<br>
<br>
Ehsan Beigi</p>
<p class="MsoNormal"> </p>
</div>
</div>
<p class="MsoNormal" style="margin-bottom: 12pt;"><span style="color: rgb(136, 136, 136);">wrfhelp<br>
<a href="http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html" target="_blank">http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html</a><br>
<br>
</span></p>
</div>
<p class="MsoNormal" style="margin-bottom: 12pt;"><br>
<br clear="all">
<br>
-- <br>
<i><span style="color: rgb(102, 102, 102);">Ehsan Beigi</span></i><br>
<i><span style="color: rgb(102, 102, 102);">PhD Student</span></i><br>
<i><span style="color: rgb(102, 102, 102);">Department of Civil and and Environmental Engineering<br>
</span></i><i><span style="font-size: 9pt; color: rgb(102, 102, 102);">2408 Patrick F. Taylor Hall<br>
Louisiana State University<br>
Baton Rouge, LA, 70803</span></i></p>
</div>
</div>
</div>
</div>
</div>
<p class="MsoNormal" style="margin-bottom: 12pt;"><br>
<br clear="all">
<br>
-- <br>
<i><span style="color: rgb(102, 102, 102);">Ehsan Beigi</span></i><br>
<i><span style="color: rgb(102, 102, 102);">PhD Student</span></i><br>
<i><span style="color: rgb(102, 102, 102);">Department of Civil and and Environmental Engineering<br>
</span></i><i><span style="font-size: 9pt; color: rgb(102, 102, 102);">2408 Patrick F. Taylor Hall<br>
Louisiana State University<br>
Baton Rouge, LA, 70803</span></i><br>
<br>
</p>
</div></div></div>
</div>

</blockquote></div><br><br clear="all"><br>-- <br><span style="color: rgb(0, 0, 0);"></span><i><span style="color: rgb(102, 102, 102);">Ehsan Beigi</span></i><br><i><span style="color: rgb(102, 102, 102);">PhD Student</span></i><br>
<i style="color: rgb(102, 102, 102);">Department of Civil and and Environmental Engineering<br><span style="font-size: 9pt;">2408 Patrick F. Taylor Hall<br>
    Louisiana State University<br>
    Baton Rouge, LA, 70803</span></i><br><br><br>