[Wrf-users] Wrf-users Digest, Vol 139, Issue 4

jagan TNAU jagan at tnau.ac.in
Wed Mar 2 19:11:01 MST 2016


Hello,

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.


On Thu, Mar 3, 2016 at 12:28 AM, <wrf-users-request at ucar.edu> wrote:

> Send Wrf-users mailing list submissions to
>         wrf-users at ucar.edu
>
> To subscribe or unsubscribe via the World Wide Web, visit
>         http://mailman.ucar.edu/mailman/listinfo/wrf-users
> or, via email, send a message with subject or body 'help' to
>         wrf-users-request at ucar.edu
>
> You can reach the person managing the list at
>         wrf-users-owner at ucar.edu
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of Wrf-users digest..."
>
>
> Today's Topics:
>
>    1. Problems with auxiliary histories (WRF 3.6.1) (Alejandro Baro)
>    2. Re: Problems with auxiliary histories (WRF 3.6.1) (afwande juliet)
>    3. Re: Problems with auxiliary histories (WRF 3.6.1) (afwande juliet)
>    4. Problems with auxiliary histories (WRF    3.6.1)(namelist.input
>       attached) (Alejandro Baro)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Wed, 02 Mar 2016 10:11:35 -0500
> From: "Alejandro Baro" <alejandro.baro at insmet.cu>
> Subject: [Wrf-users] Problems with auxiliary histories (WRF 3.6.1)
> To: wrf-users at ucar.edu
> Message-ID: <WC20160302151135.970799 at insmet.cu>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello,
> I'm trying to output six different variables to an extra
> output file, but something is going wrong and I don't know what is it.
> I'm working with WRF V3.6.1.
>
> First I modified
> Registry.EM_COMMON. I added a 3 after the h, because I wanted to add the
>  variables to an extra output file (3) and remove they from the principal
> history output stream, for example:
>
> state   real    swddir       ij     misc         1         -     rh3d
> "SWDDIR"
>
> Second I recompiled the code (clean -a, configure, compile) and everything
> ok.
>
> Later
>  I made a run and the variables were not in the wrfout as I expected.
> But when I changed the namelist.input in order to get the variables in
> an extra output file:
>
> Namelist.input
>
>  auxhist3_outname      ="radiationfluxes_d01_2014-05-07",
> "radiationfluxes_d02_2014-05-07",
>  auxhist3_interval         = 60,      60,
>  frames_per_auxhist3  = 24,      24,
>  io_form_auxhist3        = 2,      2,
>
> I got this error:
>
> rsl.error.0000
>
> taskid: 0 hostname: CFA-Baro
>   ------ ERROR while reading namelist time_control ------
> -------------- FATAL CALLED ---------------
> FATAL CALLED FROM FILE:  <stdin>  LINE:    9965
> ERRORS while reading one or more namelists from namelist.input.
> -------------------------------------------
> application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
>
> Does anyone has any idea about what the problem is???
>
>
>
>
>
>
>
>  ____________________________________________________INSMET___
>  _______________________________________________________________
>
>
> La persona que envia este correo se responsabiliza con el cumplimiento
> de las regulaciones de Seguridad Informatica del Instituto de Meteorologia.
>
>
>  _______________________________________________________________
>  _______________________________________________________________
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/daba8948/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Wed, 2 Mar 2016 21:25:10 +0300
> From: afwande juliet <afwandej965 at gmail.com>
> Subject: Re: [Wrf-users] Problems with auxiliary histories (WRF 3.6.1)
> To: Alejandro Baro <alejandro.baro at insmet.cu>
> Cc: wrf users group <wrf-users at ucar.edu>
> Message-ID:
>         <
> CANVsOoj7Kgna0-pofweM9KgMnNYZcLcynMrN_LoOVVv8+2ukqw at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Kindly check your namelist writing, post it so that users can see
> On Mar 2, 2016 6:33 PM, "Alejandro Baro" <alejandro.baro at insmet.cu> wrote:
>
> > Hello,
> > I'm trying to output six different variables to an extra output file, but
> > something is going wrong and I don't know what is it. I'm working with
> WRF
> > V3.6.1.
> >
> > First I modified Registry.EM_COMMON. I added a 3 after the h, because I
> > wanted to add the variables to an extra output file (3) and remove they
> > from the principal history output stream, for example:
> >
> > state real swddir ij misc 1 - rh3d "SWDDIR"
> >
> > Second I recompiled the code (clean -a, configure, compile) and
> everything
> > ok.
> >
> > Later I made a run and the variables were not in the wrfout as I
> expected.
> > But when I changed the namelist.input in order to get the variables in an
> > extra output file:
> >
> > Namelist.input
> >
> > auxhist3_outname ="radiationfluxes_d01_2014-05-07",
> > "radiationfluxes_d02_2014-05-07",
> > auxhist3_interval = 60, 60,
> > frames_per_auxhist3 = 24, 24,
> > io_form_auxhist3 = 2, 2,
> >
> > I got this error:
> >
> > rsl.error.0000
> >
> > taskid: 0 hostname: CFA-Baro
> > ------ ERROR while reading namelist time_control ------
> > -------------- FATAL CALLED ---------------
> > FATAL CALLED FROM FILE: <stdin> LINE: 9965
> > ERRORS while reading one or more namelists from namelist.input.
> > -------------------------------------------
> > application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
> >
> > Does anyone has any idea about what the problem is???
> >
> >
> >
> >
> >
> >
> >
> > ____________________________________________________INSMET___
> > _______________________________________________________________
> >
> >
> > La persona que envia este correo se responsabiliza con el cumplimiento
> > de las regulaciones de Seguridad Informatica del Instituto de
> Meteorologia.
> >
> >
> > _______________________________________________________________
> > _______________________________________________________________
> >
> >
> >
> > _______________________________________________
> > Wrf-users mailing list
> > Wrf-users at ucar.edu
> > http://mailman.ucar.edu/mailman/listinfo/wrf-users
> >
> >
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/faf3651f/attachment-0001.html
>
> ------------------------------
>
> Message: 3
> Date: Wed, 2 Mar 2016 21:26:50 +0300
> From: afwande juliet <afwandej965 at gmail.com>
> Subject: Re: [Wrf-users] Problems with auxiliary histories (WRF 3.6.1)
> To: Alejandro Baro <alejandro.baro at insmet.cu>
> Cc: wrf users group <wrf-users at ucar.edu>
> Message-ID:
>         <
> CANVsOojT2jAAKhmM+LBKUnkEhLxponRSs8VvDAq3+3u5hDPB5Q at mail.gmail.com>
> Content-Type: text/plain; charset="utf-8"
>
> Maybe the way you write namelist ID not correct
> On Mar 2, 2016 9:25 PM, "afwande juliet" <afwandej965 at gmail.com> wrote:
>
> > Kindly check your namelist writing, post it so that users can see
> > On Mar 2, 2016 6:33 PM, "Alejandro Baro" <alejandro.baro at insmet.cu>
> wrote:
> >
> >> Hello,
> >> I'm trying to output six different variables to an extra output file,
> but
> >> something is going wrong and I don't know what is it. I'm working with
> WRF
> >> V3.6.1.
> >>
> >> First I modified Registry.EM_COMMON. I added a 3 after the h, because I
> >> wanted to add the variables to an extra output file (3) and remove they
> >> from the principal history output stream, for example:
> >>
> >> state real swddir ij misc 1 - rh3d "SWDDIR"
> >>
> >> Second I recompiled the code (clean -a, configure, compile) and
> >> everything ok.
> >>
> >> Later I made a run and the variables were not in the wrfout as I
> >> expected. But when I changed the namelist.input in order to get the
> >> variables in an extra output file:
> >>
> >> Namelist.input
> >>
> >> auxhist3_outname ="radiationfluxes_d01_2014-05-07",
> >> "radiationfluxes_d02_2014-05-07",
> >> auxhist3_interval = 60, 60,
> >> frames_per_auxhist3 = 24, 24,
> >> io_form_auxhist3 = 2, 2,
> >>
> >> I got this error:
> >>
> >> rsl.error.0000
> >>
> >> taskid: 0 hostname: CFA-Baro
> >> ------ ERROR while reading namelist time_control ------
> >> -------------- FATAL CALLED ---------------
> >> FATAL CALLED FROM FILE: <stdin> LINE: 9965
> >> ERRORS while reading one or more namelists from namelist.input.
> >> -------------------------------------------
> >> application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
> >>
> >> Does anyone has any idea about what the problem is???
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> ____________________________________________________INSMET___
> >> _______________________________________________________________
> >>
> >>
> >> La persona que envia este correo se responsabiliza con el cumplimiento
> >> de las regulaciones de Seguridad Informatica del Instituto de
> >> Meteorologia.
> >>
> >>
> >> _______________________________________________________________
> >> _______________________________________________________________
> >>
> >>
> >>
> >> _______________________________________________
> >> Wrf-users mailing list
> >> Wrf-users at ucar.edu
> >> http://mailman.ucar.edu/mailman/listinfo/wrf-users
> >>
> >>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/089fd465/attachment-0001.html
>
> ------------------------------
>
> Message: 4
> Date: Wed, 02 Mar 2016 13:52:46 -0500
> From: "Alejandro Baro" <alejandro.baro at insmet.cu>
> Subject: [Wrf-users] Problems with auxiliary histories (WRF
>         3.6.1)(namelist.input   attached)
> To: wrf-users at ucar.edu
> Message-ID: <WC20160302185246.8208A1 at insmet.cu>
> Content-Type: text/plain; charset="us-ascii"
>
> Hello,
> I'm trying to output six different variables to an extra  output file, but
> something is going wrong and I don't know what is it.   I'm working with
> WRF
>
>  V3.6.1.
>
>
>
> First I modified  Registry.EM_COMMON. I added a 3 after the h, because I
> wanted to add the  variables to an extra output file (3) and remove they
> from the principal  history output stream, for example:
>
>
>
> state   real    swddir       ij     misc         1         -     rh3d
> "SWDDIR"
>
>
>
> Second I recompiled the code (clean -a, configure, compile) and everything
> ok.
>
>
>
> Later  I made a run and the variables were not in the wrfout as I expected.
>
>   But when I changed the namelist.input in order to get the variables in
> an
>
>  extra output file:
>
>
>
> Namelist.input
>
>
>
> auxhist3_outname      ="radiationfluxes_d01_2014-05-07",
> "radiationfluxes_d02_2014-05-07",
>
> auxhist3_interval         = 60,      60,
>
> frames_per_auxhist3  = 24,      24,
>
> io_form_auxhist3        = 2,      2,
>
>
>
> I got this error:
>
>
>
> rsl.error.0000
>
>
>
> taskid: 0 hostname: CFA-Baro
>
> ------ ERROR while reading namelist time_control ------
>
> -------------- FATAL CALLED ---------------
>
> FATAL CALLED FROM FILE:  <stdin>  LINE:    9965
>
> ERRORS while reading one or more namelists from namelist.input.
>
> -------------------------------------------
>
> application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0
> Does anyone has any idea about what the problem is???
>
>
>
>
>
>
>
>  ____________________________________________________INSMET___
>  _______________________________________________________________
>
>
> La persona que envia este correo se responsabiliza con el cumplimiento
> de las regulaciones de Seguridad Informatica del Instituto de Meteorologia.
>
>
>  _______________________________________________________________
>  _______________________________________________________________
>
>
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/5c6a86ef/attachment.html
> -------------- next part --------------
> A non-text attachment was scrubbed...
> Name: namelist.input
> Type: application/octet-stream
> Size: 4735 bytes
> Desc: not available
> Url :
> http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160302/5c6a86ef/attachment.obj
>
> ------------------------------
>
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
>
>
> End of Wrf-users Digest, Vol 139, Issue 4
> *****************************************
>



-- 
With regards

Dr.R.Jagannathan
Professor & Former Dean
Tamil Nadu Agricultural University
Coimbatore - 641 003 India

PHONE:  Mob: +91 94438 89891

DO NOT PRINT THIS E-MAIL UNLESS NECESSARY. THE ENVIRONMENT CONCERNS US ALL.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/wrf-users/attachments/20160303/c0b24d30/attachment-0001.html 


More information about the Wrf-users mailing list