<div dir="ltr">Hello,<div><br></div><div>I think the auxhist3_outname is meant for regional climate model output Instead of changing the code now there is a provision to output the required fields in a separate files. You can check a file named sample.txt under test/em_real which you can modify or create your own text file and provide the same in the nameless.input. Refer also Readme.namelist for additional information. Good luck.</div><div><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, Mar 3, 2016 at 12:28 AM, <span dir="ltr"><<a href="mailto:wrf-users-request@ucar.edu" target="_blank">wrf-users-request@ucar.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Send Wrf-users mailing list submissions to<br>
<a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
or, via email, send a message with subject or body 'help' to<br>
<a href="mailto:wrf-users-request@ucar.edu">wrf-users-request@ucar.edu</a><br>
<br>
You can reach the person managing the list at<br>
<a href="mailto:wrf-users-owner@ucar.edu">wrf-users-owner@ucar.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than "Re: Contents of Wrf-users digest..."<br>
<br>
<br>
Today's Topics:<br>
<br>
1. Problems with auxiliary histories (WRF 3.6.1) (Alejandro Baro)<br>
2. Re: Problems with auxiliary histories (WRF 3.6.1) (afwande juliet)<br>
3. Re: Problems with auxiliary histories (WRF 3.6.1) (afwande juliet)<br>
4. Problems with auxiliary histories (WRF 3.6.1)(namelist.input<br>
attached) (Alejandro Baro)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Wed, 02 Mar 2016 10:11:35 -0500<br>
From: "Alejandro Baro" <<a href="mailto:alejandro.baro@insmet.cu">alejandro.baro@insmet.cu</a>><br>
Subject: [Wrf-users] Problems with auxiliary histories (WRF 3.6.1)<br>
To: <a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a><br>
Message-ID: <<a href="mailto:WC20160302151135.970799@insmet.cu">WC20160302151135.970799@insmet.cu</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hello,<br>
I'm trying to output six different variables to an extra<br>
output file, but something is going wrong and I don't know what is it.<br>
I'm working with WRF V3.6.1.<br>
<br>
First I modified<br>
Registry.EM_COMMON. I added a 3 after the h, because I wanted to add the<br>
variables to an extra output file (3) and remove they from the principal<br>
history output stream, for example:<br>
<br>
state real swddir ij misc 1 - rh3d<br>
"SWDDIR"<br>
<br>
Second I recompiled the code (clean -a, configure, compile) and everything<br>
ok.<br>
<br>
Later<br>
I made a run and the variables were not in the wrfout as I expected.<br>
But when I changed the namelist.input in order to get the variables in<br>
an extra output file:<br>
<br>
Namelist.input<br>
<br>
auxhist3_outname ="radiationfluxes_d01_2014-05-07",<br>
"radiationfluxes_d02_2014-05-07",<br>
auxhist3_interval = 60, 60,<br>
frames_per_auxhist3 = 24, 24,<br>
io_form_auxhist3 = 2, 2,<br>
<br>
I got this error:<br>
<br>
rsl.error.0000<br>
<br>
taskid: 0 hostname: CFA-Baro<br>
------ ERROR while reading namelist time_control ------<br>
-------------- FATAL CALLED ---------------<br>
FATAL CALLED FROM FILE: <stdin> LINE: 9965<br>
ERRORS while reading one or more namelists from namelist.input.<br>
-------------------------------------------<br>
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0<br>
<br>
Does anyone has any idea about what the problem is???<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
____________________________________________________INSMET___<br>
_______________________________________________________________<br>
<br>
<br>
La persona que envia este correo se responsabiliza con el cumplimiento<br>
de las regulaciones de Seguridad Informatica del Instituto de Meteorologia.<br>
<br>
<br>
_______________________________________________________________<br>
_______________________________________________________________<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/daba8948/attachment-0001.html" rel="noreferrer" target="_blank">http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/daba8948/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 2<br>
Date: Wed, 2 Mar 2016 21:25:10 +0300<br>
From: afwande juliet <<a href="mailto:afwandej965@gmail.com">afwandej965@gmail.com</a>><br>
Subject: Re: [Wrf-users] Problems with auxiliary histories (WRF 3.6.1)<br>
To: Alejandro Baro <<a href="mailto:alejandro.baro@insmet.cu">alejandro.baro@insmet.cu</a>><br>
Cc: wrf users group <<a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a>><br>
Message-ID:<br>
<<a href="mailto:CANVsOoj7Kgna0-pofweM9KgMnNYZcLcynMrN_LoOVVv8%2B2ukqw@mail.gmail.com">CANVsOoj7Kgna0-pofweM9KgMnNYZcLcynMrN_LoOVVv8+2ukqw@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Kindly check your namelist writing, post it so that users can see<br>
On Mar 2, 2016 6:33 PM, "Alejandro Baro" <<a href="mailto:alejandro.baro@insmet.cu">alejandro.baro@insmet.cu</a>> wrote:<br>
<br>
> Hello,<br>
> I'm trying to output six different variables to an extra output file, but<br>
> something is going wrong and I don't know what is it. I'm working with WRF<br>
> V3.6.1.<br>
><br>
> First I modified Registry.EM_COMMON. I added a 3 after the h, because I<br>
> wanted to add the variables to an extra output file (3) and remove they<br>
> from the principal history output stream, for example:<br>
><br>
> state real swddir ij misc 1 - rh3d "SWDDIR"<br>
><br>
> Second I recompiled the code (clean -a, configure, compile) and everything<br>
> ok.<br>
><br>
> Later I made a run and the variables were not in the wrfout as I expected.<br>
> But when I changed the namelist.input in order to get the variables in an<br>
> extra output file:<br>
><br>
> Namelist.input<br>
><br>
> auxhist3_outname ="radiationfluxes_d01_2014-05-07",<br>
> "radiationfluxes_d02_2014-05-07",<br>
> auxhist3_interval = 60, 60,<br>
> frames_per_auxhist3 = 24, 24,<br>
> io_form_auxhist3 = 2, 2,<br>
><br>
> I got this error:<br>
><br>
> rsl.error.0000<br>
><br>
> taskid: 0 hostname: CFA-Baro<br>
> ------ ERROR while reading namelist time_control ------<br>
> -------------- FATAL CALLED ---------------<br>
> FATAL CALLED FROM FILE: <stdin> LINE: 9965<br>
> ERRORS while reading one or more namelists from namelist.input.<br>
> -------------------------------------------<br>
> application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0<br>
><br>
> Does anyone has any idea about what the problem is???<br>
><br>
><br>
><br>
><br>
><br>
><br>
><br>
> ____________________________________________________INSMET___<br>
> _______________________________________________________________<br>
><br>
><br>
> La persona que envia este correo se responsabiliza con el cumplimiento<br>
> de las regulaciones de Seguridad Informatica del Instituto de Meteorologia.<br>
><br>
><br>
> _______________________________________________________________<br>
> _______________________________________________________________<br>
><br>
><br>
><br>
> _______________________________________________<br>
> Wrf-users mailing list<br>
> <a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>
> <a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
><br>
><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/faf3651f/attachment-0001.html" rel="noreferrer" target="_blank">http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/faf3651f/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 3<br>
Date: Wed, 2 Mar 2016 21:26:50 +0300<br>
From: afwande juliet <<a href="mailto:afwandej965@gmail.com">afwandej965@gmail.com</a>><br>
Subject: Re: [Wrf-users] Problems with auxiliary histories (WRF 3.6.1)<br>
To: Alejandro Baro <<a href="mailto:alejandro.baro@insmet.cu">alejandro.baro@insmet.cu</a>><br>
Cc: wrf users group <<a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a>><br>
Message-ID:<br>
<<a href="mailto:CANVsOojT2jAAKhmM%2BLBKUnkEhLxponRSs8VvDAq3%2B3u5hDPB5Q@mail.gmail.com">CANVsOojT2jAAKhmM+LBKUnkEhLxponRSs8VvDAq3+3u5hDPB5Q@mail.gmail.com</a>><br>
Content-Type: text/plain; charset="utf-8"<br>
<br>
Maybe the way you write namelist ID not correct<br>
On Mar 2, 2016 9:25 PM, "afwande juliet" <<a href="mailto:afwandej965@gmail.com">afwandej965@gmail.com</a>> wrote:<br>
<br>
> Kindly check your namelist writing, post it so that users can see<br>
> On Mar 2, 2016 6:33 PM, "Alejandro Baro" <<a href="mailto:alejandro.baro@insmet.cu">alejandro.baro@insmet.cu</a>> wrote:<br>
><br>
>> Hello,<br>
>> I'm trying to output six different variables to an extra output file, but<br>
>> something is going wrong and I don't know what is it. I'm working with WRF<br>
>> V3.6.1.<br>
>><br>
>> First I modified Registry.EM_COMMON. I added a 3 after the h, because I<br>
>> wanted to add the variables to an extra output file (3) and remove they<br>
>> from the principal history output stream, for example:<br>
>><br>
>> state real swddir ij misc 1 - rh3d "SWDDIR"<br>
>><br>
>> Second I recompiled the code (clean -a, configure, compile) and<br>
>> everything ok.<br>
>><br>
>> Later I made a run and the variables were not in the wrfout as I<br>
>> expected. But when I changed the namelist.input in order to get the<br>
>> variables in an extra output file:<br>
>><br>
>> Namelist.input<br>
>><br>
>> auxhist3_outname ="radiationfluxes_d01_2014-05-07",<br>
>> "radiationfluxes_d02_2014-05-07",<br>
>> auxhist3_interval = 60, 60,<br>
>> frames_per_auxhist3 = 24, 24,<br>
>> io_form_auxhist3 = 2, 2,<br>
>><br>
>> I got this error:<br>
>><br>
>> rsl.error.0000<br>
>><br>
>> taskid: 0 hostname: CFA-Baro<br>
>> ------ ERROR while reading namelist time_control ------<br>
>> -------------- FATAL CALLED ---------------<br>
>> FATAL CALLED FROM FILE: <stdin> LINE: 9965<br>
>> ERRORS while reading one or more namelists from namelist.input.<br>
>> -------------------------------------------<br>
>> application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0<br>
>><br>
>> Does anyone has any idea about what the problem is???<br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>><br>
>> ____________________________________________________INSMET___<br>
>> _______________________________________________________________<br>
>><br>
>><br>
>> La persona que envia este correo se responsabiliza con el cumplimiento<br>
>> de las regulaciones de Seguridad Informatica del Instituto de<br>
>> Meteorologia.<br>
>><br>
>><br>
>> _______________________________________________________________<br>
>> _______________________________________________________________<br>
>><br>
>><br>
>><br>
>> _______________________________________________<br>
>> Wrf-users mailing list<br>
>> <a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>
>> <a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
>><br>
>><br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/089fd465/attachment-0001.html" rel="noreferrer" target="_blank">http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/089fd465/attachment-0001.html</a><br>
<br>
------------------------------<br>
<br>
Message: 4<br>
Date: Wed, 02 Mar 2016 13:52:46 -0500<br>
From: "Alejandro Baro" <<a href="mailto:alejandro.baro@insmet.cu">alejandro.baro@insmet.cu</a>><br>
Subject: [Wrf-users] Problems with auxiliary histories (WRF<br>
3.6.1)(namelist.input attached)<br>
To: <a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a><br>
Message-ID: <<a href="mailto:WC20160302185246.8208A1@insmet.cu">WC20160302185246.8208A1@insmet.cu</a>><br>
Content-Type: text/plain; charset="us-ascii"<br>
<br>
Hello,<br>
I'm trying to output six different variables to an extra output file, but<br>
something is going wrong and I don't know what is it. I'm working with WRF<br>
<br>
V3.6.1.<br>
<br>
<br>
<br>
First I modified Registry.EM_COMMON. I added a 3 after the h, because I<br>
wanted to add the variables to an extra output file (3) and remove they<br>
from the principal history output stream, for example:<br>
<br>
<br>
<br>
state real swddir ij misc 1 - rh3d<br>
"SWDDIR"<br>
<br>
<br>
<br>
Second I recompiled the code (clean -a, configure, compile) and everything<br>
ok.<br>
<br>
<br>
<br>
Later I made a run and the variables were not in the wrfout as I expected.<br>
<br>
But when I changed the namelist.input in order to get the variables in an<br>
<br>
extra output file:<br>
<br>
<br>
<br>
Namelist.input<br>
<br>
<br>
<br>
auxhist3_outname ="radiationfluxes_d01_2014-05-07",<br>
"radiationfluxes_d02_2014-05-07",<br>
<br>
auxhist3_interval = 60, 60,<br>
<br>
frames_per_auxhist3 = 24, 24,<br>
<br>
io_form_auxhist3 = 2, 2,<br>
<br>
<br>
<br>
I got this error:<br>
<br>
<br>
<br>
rsl.error.0000<br>
<br>
<br>
<br>
taskid: 0 hostname: CFA-Baro<br>
<br>
------ ERROR while reading namelist time_control ------<br>
<br>
-------------- FATAL CALLED ---------------<br>
<br>
FATAL CALLED FROM FILE: <stdin> LINE: 9965<br>
<br>
ERRORS while reading one or more namelists from namelist.input.<br>
<br>
-------------------------------------------<br>
<br>
application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0<br>
Does anyone has any idea about what the problem is???<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
____________________________________________________INSMET___<br>
_______________________________________________________________<br>
<br>
<br>
La persona que envia este correo se responsabiliza con el cumplimiento<br>
de las regulaciones de Seguridad Informatica del Instituto de Meteorologia.<br>
<br>
<br>
_______________________________________________________________<br>
_______________________________________________________________<br>
<br>
<br>
-------------- next part --------------<br>
An HTML attachment was scrubbed...<br>
URL: <a href="http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/5c6a86ef/attachment.html" rel="noreferrer" target="_blank">http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/5c6a86ef/attachment.html</a><br>
-------------- next part --------------<br>
A non-text attachment was scrubbed...<br>
Name: namelist.input<br>
Type: application/octet-stream<br>
Size: 4735 bytes<br>
Desc: not available<br>
Url : <a href="http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/5c6a86ef/attachment.obj" rel="noreferrer" target="_blank">http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/5c6a86ef/attachment.obj</a><br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Wrf-users mailing list<br>
<a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" rel="noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
<br>
<br>
End of Wrf-users Digest, Vol 139, Issue 4<br>
*****************************************<br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br><div class="gmail_signature"><div dir="ltr"><div>With regards<br><br>Dr.R.Jagannathan <br>Professor & Former Dean<br>Tamil Nadu Agricultural University <br>Coimbatore - 641 003 India <br><br>PHONE: Mob: +91 94438 89891<br><br>DO NOT PRINT THIS E-MAIL UNLESS NECESSARY. THE ENVIRONMENT CONCERNS US ALL.</div></div></div>
</div>