[Wrf-users] Re: Wrf-users Digest, Vol 44, Issue 6
WRF Help
wrfhelp at ucar.edu
Tue Apr 8 23:23:36 MDT 2008
Please read Chapter 3 of the User's Guide, and it
describes the format
of WPS/geogrid input data format. Once you can convert
your data into that
format, WPS/geogrid should be able to read it in. By the
time you reach WRF,
edit run/LANDUSE.TBL to modify the physical properties of
your new landuse.
wrfhelp
On Tue, 8 Apr 2008 12:00:04 -0600 (MDT)
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. vegetation type map (Fernando De Sales)
> 2. Re: Wrf-users Digest, Vol 44, Issue 5 (WRF Help)
>
>
> ----------------------------------------------------------------------
>
> Message: 1
> Date: Mon, 7 Apr 2008 11:11:45 -0700 (PDT)
>From: Fernando De Sales <fhds2000 at yahoo.com>
> Subject: [Wrf-users] vegetation type map
> To: Wrf-users at ucar.edu
> Message-ID:
><610748.29991.qm at web53305.mail.re2.yahoo.com>
> Content-Type: text/plain; charset="iso-8859-1"
>
> Hello everybody,
> I would like to run WRF with a different vegetation type
>map. I know that originally WRF uses the USGS map with 24
>different vegetation types.
>
> My map is global map and has the same 24 vegetation
>types, but vegetation has been rearranged to create a
>future scenario.
>
> Does anyone know how I can get WRF to read my map
>instead of the original one?
>
> I'd appreciate any ideas/suggestion on how to tackle
>this.
> Thank you much.
>
>FDS
> Atmospheric Scientist
>
>
> ---------------------------------
> You rock. That's why Blockbuster's offering you one
>month of Blockbuster Total Access, No Cost.
> -------------- next part --------------
> An HTML attachment was scrubbed...
> URL:
>http://mailman.ucar.edu/pipermail/wrf-users/attachments/20080407/d30334e2/attachment-0001.html
>
> ------------------------------
>
> Message: 2
> Date: Mon, 07 Apr 2008 19:46:26 -0600
>From: "WRF Help" <wrfhelp at ucar.edu>
> Subject: [Wrf-users] Re: Wrf-users Digest, Vol 44, Issue
>5
> To: wrf-users at ucar.edu
> Message-ID: <web-16093082 at mail.ucar.edu>
> Content-Type: text/plain; charset="ISO-8859-1";
>format="flowed"
>
> Yes, you do. You need to new WPS data to run new WRFV3,
> hence you
> need to rebuild both WPS and WRF codes.
>
> wrfhelp
>
> On Mon, 7 Apr 2008 11:09:52 -0600 (MDT)
> 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. wrf3 and wps (Davide Cittaro)
>> 2. RE: Read/Write Static data to geogrid format
>> (Eduardo Penabad Ramos)
>> 3. RE: Re:Stereo Visualization of WRF Data (Capehart,
>>William J)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Mon, 7 Apr 2008 10:30:31 +0200
>>From: Davide Cittaro <daweonline at gmail.com>
>> Subject: [Wrf-users] wrf3 and wps
>> To: Wrf-users at ucar.edu
>> Message-ID:
>><E48E7B9B-5F1A-4282-BFE6-8BECE6EA9665 at gmail.com>
>> Content-Type: text/plain; charset=US-ASCII;
>>format=flowed; delsp=yes
>>
>> Hi all, YASQ (yet another stupid question)... Should I
>>recompile WPS
>> after a successful WRF3 compilation?
>>
>> d
>> ---
>> Davide Cittaro
>> daweonline at gmail.com
>> http://www.daweonline.net
>>
>>
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Mon, 7 Apr 2008 12:25:40 +0200
>>From: "Eduardo Penabad Ramos"
>><edu.penabad at meteogalicia.es>
>> Subject: RE: [Wrf-users] Read/Write Static data to
>>geogrid format
>> To: "'eddycarl'" <eddycarl at 126.com>
>> Cc: wrf-users at ucar.edu
>> Message-ID:
>><20080407102540.49EC84088 at xallas.meteogalicia.es>
>> Content-Type: text/plain; charset="gb2312"
>>
>> Hi Carl,
>>
>> In the current WPS release you can find read_geogrid.c
>>and write_geogrid.c
>> source files in the geogrid/src folder.
>>
>> You can easily use this C subroutines to read/write
>>geogrid format files.
>>
>> Regards,
>>
>> Eduardo Penabad
>> NWP Department ¨C MeteoGalicia
>> www.meteogalicia.es <http://www.meteogalicia.es/>
>>
>> _____
>>
>> De: wrf-users-bounces at ucar.edu
>>[mailto:wrf-users-bounces at ucar.edu] En nombre
>> de eddycarl
>> Enviado el: mi¨¦rcoles, 02 de abril de 2008 15:09
>> Para: wrf-users at ucar.edu
>> Asunto: [Wrf-users] Read/Write Static data to geogrid
>>format
>>
>> Dear all,
>>
>> Does anyone know how to read/write the WPS geogrid
>>format data (such as land
>> use)? I notice that the user manual had some information
>>about it. But after
>> reading about the manual, I still don't know its
>>format. Does anyone know
>> where I could find more informationn about it?
>>
>> PS: I also wish to know the format of MM5 static data.
>>If you know something
>> about it, please also tell me. Many thanks!
>>
>> Regards,
>> Carl
>>
>>
>>
>>
>> _____
>>
>> ¿ªÆô½¡¿µ£¬
>><http://popme.163.com/link/004156_0328_7071.html>
>>Ӯȡ´ó½±
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>>http://mailman.ucar.edu/pipermail/wrf-users/attachments/20080407/789844c1/attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Mon, 7 Apr 2008 11:09:46 -0600
>>From: "Capehart, William J" <William.Capehart at sdsmt.edu>
>> Subject: RE: [Wrf-users] Re:Stereo Visualization of WRF
>>Data
>> To: <eddycarl at 126.com>, <wrf-users at ucar.edu>
>> Message-ID:
>> <6FD01225FACD9C4AA3870724330536F409435C96 at sdsmt-ex01.SDSMT.LOCAL>
>> Content-Type: text/plain; charset="gb2312"
>>
>> VGeo should be able to handle NetCDF data from WRF but
>>also the infinitely cheaper Unidata IDV product can also
>>render in stereo and that I *do* know will display WRF
>>data.
>>
>>
>>
>> ================================================================
>>
>> Bill Capehart <William.Capehart at sdsmt.edu
>><mailto:William.Capehart at sdsmt.edu> > Associate
>>Professor
>>
>> Institute of Atmospheric Sciences Land Surface
>>Processes
>>
>> 213 Mineral Industries Building
>> Hydrometeorology
>>
>> South Dakota School of Mines and Technology Ph:
>> +1-605-394-1994
>>
>> 501 East Saint Joseph Street Fax:
>>+1-605-394-6061
>>
>> Rapid City, SD 57701-3995 Mobile:
>>+1-605-484-5692
>>
>> =================== http://capehart.sdsmt.edu
>><http://capehart.sdsmt.edu> ==================
>>
>>
>>
>>From: wrf-users-bounces at ucar.edu
>>[mailto:wrf-users-bounces at ucar.edu] On Behalf Of
>>eddycarl at 126.com
>> Sent: Thursday, April 03, 2008 20:24
>> To: wrf-users at ucar.edu
>> Subject: [Wrf-users] Re:Stereo Visualization of WRF Data
>>
>>
>>
>> Hi Josh,
>>
>>
>>
>> You may try VAPOR, which is an excellent alternative of
>>VIS5D. More information of VAPOR could be found at
>>http://www.vapor.ucar.edu/ .Currently, wrf model output
>>is fully supported in the new version of release. Good
>>Luck!
>>
>>
>>
>>
>>
>> Regards,
>>
>> Carl
>>
>>
>>
>>
>>
>>
>> ÔÚ2008-04-04£¬wrf-users-request at ucar.edu дµÀ£º
>>
>>
>>
>> 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. WRF's lowest vertical level (Fernando De Sales)
>> 2. Convert WRF output to MM5 (Goran)
>> 3. Stereo Visualization of WRF Data (Josh M. Gelman)
>>
>>
>> ----------------------------------------------------------------------
>>
>> Message: 1
>> Date: Wed, 2 Apr 2008 11:14:42 -0700 (PDT)
>>From: Fernando De Sales <fhds2000 at yahoo.com>
>> Subject: [Wrf-users] WRF's lowest vertical level
>> To: wrf-users at ucar.edu
>> Message-ID:
>><784332.74244.qm at web53309.mail.re2.yahoo.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hello all,
>> I was wondering if anyone knows which variable has the
>>lowest vertical level in the phys directory. I was
>>looking at the code, and I am guessing it is DZ8W(i,1,j).
>> Is that correct?
>> Also, where can I find the thickness of the lowest
>>vertical layer?
>>
>> I'd appreciate any help with this.
>> Thanks
>>
>>Fernando DS.
>>
>>
>>
>> ---------------------------------
>> You rock. That's why Blockbuster's offering you one
>>month of Blockbuster Total Access, No Cost.
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>>http://mailman.ucar.edu/pipermail/wrf-users/attachments/20080402/e083884c/attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 2
>> Date: Fri, 28 Mar 2008 14:53:04 +0100
>>From: Goran <gorangas at gmail.com>
>> Subject: [Wrf-users] Convert WRF output to MM5
>> To: wrf-users at ucar.edu
>> Message-ID:
>> <19b830b30803280653xbd3b4b9s8d1d18be342751f2 at mail.gmail.com>
>> Content-Type: text/plain; charset="iso-8859-1"
>>
>> Hello,
>>
>> Anybody knows how to convert WRF output file to MM5
>>output file?
>>
>> I saw that there is one script wrf2mm5,but don't know
>>where can i found it..
>>
>> I appreciate on any help with that issue..
>>
>> Goran
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>>http://mailman.ucar.edu/pipermail/wrf-users/attachments/20080328/a517bf87/attachment-0001.html
>>
>> ------------------------------
>>
>> Message: 3
>> Date: Mon, 31 Mar 2008 16:23:35 -0400
>>From: "Josh M. Gelman" <joshg at psu.edu>
>> Subject: [Wrf-users] Stereo Visualization of WRF Data
>> To: wrf-users at ucar.edu
>> Message-ID: <1206995015l.1126514l.0l at psu.edu>
>> Content-Type: text/plain; charset="utf-8"
>>
>> Hello,
>>
>> Does anybody have any experience doing stereoscopic
>>visualizations of WRF data?
>> If so, I am interested in knowing what programs are
>>being used. I am
>> currently using Vis5D for stereo visualizations of the
>>WRF but it appears to
>> have several limitations. I am interested in knowing
>>what else is popular.
>>
>> Thank you!
>>
>> --Josh Gelman.
>>
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>>http://mailman.ucar.edu/pipermail/wrf-users/attachments/20080331/0d1d4e29/attachment-0001.html
>>
>> ------------------------------
>>
>> _______________________________________________
>> Wrf-users mailing list
>> Wrf-users at ucar.edu
>> http://mailman.ucar.edu/mailman/listinfo/wrf-users
>>
>>
>> End of Wrf-users Digest, Vol 44, Issue 3
>> ****************************************
>>
>>
>>
>> ________________________________
>>
>> ÖÐ ¹ú ×î Ç¿ Íø ÓÎ --- Íø Ò× ÃÎ »Ã Î÷ ÓÎ £¬166 Íò Íæ ¼Ò
>>ͬ ʱ ÔÚ Ïß
>><http://event.mail.163.com/chanel/click.htm?from=NO_26&domain=126>
>>
>> -------------- next part --------------
>> An HTML attachment was scrubbed...
>> URL:
>>http://mailman.ucar.edu/pipermail/wrf-users/attachments/20080407/0e137995/attachment.html
>>
>> ------------------------------
>>
>> _______________________________________________
>> Wrf-users mailing list
>> Wrf-users at ucar.edu
>> http://mailman.ucar.edu/mailman/listinfo/wrf-users
>>
>>
>> End of Wrf-users Digest, Vol 44, Issue 5
>> ****************************************
>
>
>
> ------------------------------
>
> _______________________________________________
> Wrf-users mailing list
> Wrf-users at ucar.edu
> http://mailman.ucar.edu/mailman/listinfo/wrf-users
>
>
> End of Wrf-users Digest, Vol 44, Issue 6
> ****************************************
More information about the Wrf-users
mailing list