[gradsusr] high resolution Europe basemap

Jofre Janué jjanue at hotmail.com
Thu Jun 14 04:56:25 EDT 2012


Where it is possible to achieve high resolution basemap of Europe and files 
lpoly_hires.asc, opoly_hires.asc?

-----Mensaje original----- 
From: gradsusr-request at gradsusr.org
Sent: Thursday, June 14, 2012 7:13 AM
To: gradsusr at gradsusr.org
Subject: gradsusr Digest, Vol 28, Issue 14

Send gradsusr mailing list submissions to
gradsusr at gradsusr.org

To subscribe or unsubscribe via the World Wide Web, visit
http://gradsusr.org/mailman/listinfo/gradsusr
or, via email, send a message with subject or body 'help' to
gradsusr-request at gradsusr.org

You can reach the person managing the list at
gradsusr-owner at gradsusr.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of gradsusr digest..."


Today's Topics:

   1. Re: Help scripts for WRF output in grads (claudiomet)
   2. Re: Help scripts for WRF output in grads (Jeff Duda)
   3. polar map with orthographic projection (Sugita, Takafumi)
   4. Re: polar map with orthographic projection (Yaqiang Wang)
   5. polar map with orthographic projection (Sugita, Takafumi)
   6. Re: polar map with orthographic projection (Yaqiang Wang)


----------------------------------------------------------------------

Message: 1
Date: Wed, 13 Jun 2012 18:22:58 -0300
From: claudiomet <claudiomet at gmail.com>
Subject: Re: [gradsusr] Help scripts for WRF output in grads
To: James Song <littleho_song at yahoo.com>, GrADS Users Forum
<gradsusr at gradsusr.org>
Message-ID:
<CABWjCh1iu88pL9jyzbMz-tLZG=QMj3_ycE3bv7JNfpiuh5=JOQ at mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

I agree, the best way to plot is to use a software with NetCDF support,
like Matlab or R.
But ARWpost is't a quick solution for GrADS users.
Cheers!

2012/6/13 James Song <littleho_song at yahoo.com>

> the best way is not using arwpost, that will involve interpolation.
> plotting onto native grid is the right way to go, but grads doesnt have a
> better way to give you the map on native grid yet.
>
>  ------------------------------
> * From: * claudiomet <claudiomet at gmail.com>;
> * To: * <zmumba at gmail.com>; <gradsusr at gradsusr.org>;
> * Subject: * Re: [gradsusr] Help scripts for WRF output in grads
> * Sent: * Wed, Jun 13, 2012 6:56:44 PM
>
>   Hi Zilore!
>
> ARWpost gives the humidity and temperature for several leves specified
> in namelist.awrpost
> I send to you my namelist.arwpost with all diagnosic filelds
> specified, extrapolation under terrain and isobaric surface levels
> (not meters)
> Greetings !
>
>
> 2012/6/13 Zilore Mumba <zmumba at gmail.com>:
> > Hello,
> > I have WRF model output converted to binary for use in grads.
> > Apparently WRF does not give humidity and temperature at different
> > levels, except T2, temperature at 2m.
> > I have to calculate rh at each level from
> > es = 6.112*EXP(17.67*(t-273.15)/(t-29.65))
> > e = qv * p/100./(qv + 0.622)
> > rh = e/es
> > But before that I have to get the temperature from potential temperature
> using
> > temperature = (T2 + 300) [(P/P0) ^ (R/Cp)]
> > I was wondering if there are users who visualise WRF output in grads,
> > and if they have scripts for the above conversions.
> > Thanks
> > Zilore
> > On Wed, Jun 13, 2012 at 1:27 AM,  <gradsusr-request at gradsusr.org> wrote:
> >> Send gradsusr mailing list submissions to
> >>        gradsusr at gradsusr.org
> >>
> >> To subscribe or unsubscribe via the World Wide Web, visit
> >>        http://gradsusr.org/mailman/listinfo/gradsusr
> >> or, via email, send a message with subject or body 'help' to
> >>        gradsusr-request at gradsusr.org
> >>
> >> You can reach the person managing the list at
> >>        gradsusr-owner at gradsusr.org
> >>
> >> When replying, please edit your Subject line so it is more specific
> >> than "Re: Contents of gradsusr digest..."
> >>
> >>
>
>
> --
> Claudio Cortes
> Meteorologo, Ingeniero de proyectos
> Micomo S.A. Filial Codelco
> Unidad de Negocios Ambientales
> www.micomo.cl
>
> ---
> Claudio Cortes
> Meteorologist, Project Engineer
> Micomo S.A. Codelco Subsidiary
> Environmental Business Unit
> www.micomo.cl
>



-- 
Claudio Cortes
Meteorologo, Ingeniero de proyectos
Micomo S.A. Filial Codelco
Unidad de Negocios Ambientales
www.micomo.cl

---
Claudio Cortes
Meteorologist, Project Engineer
Micomo S.A. Codelco Subsidiary
Environmental Business Unit
www.micomo.cl
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://gradsusr.org/pipermail/gradsusr/attachments/20120613/1f41dfb2/attachment-0001.html

------------------------------

Message: 2
Date: Wed, 13 Jun 2012 16:48:42 -0500
From: Jeff Duda <jeffduda319 at gmail.com>
Subject: Re: [gradsusr] Help scripts for WRF output in grads
To: GrADS Users Forum <gradsusr at gradsusr.org>
Message-ID:
<CAAig09B6p+r2K=kPWEw2tDCW=cOiEEKCv7azSVGQzzpBBBx-3Q at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

The ARWpost software also includes utilities (look in the util
subdirectory) that can make a .ctl file from your WRF history dump file so
you can view the raw output in Grads without first post-processing it.  It
would probably take you less time if you go this route, but you will have
to manually compute relative humidity in Grads then.  It isn't required of
you to compile or run ARWpost to use these utilities.

Jeff Duda

On Wed, Jun 13, 2012 at 4:22 PM, claudiomet <claudiomet at gmail.com> wrote:

> I agree, the best way to plot is to use a software with NetCDF support,
> like Matlab or R.
> But ARWpost is't a quick solution for GrADS users.
> Cheers!
>
> 2012/6/13 James Song <littleho_song at yahoo.com>
>
>> the best way is not using arwpost, that will involve interpolation.
>> plotting onto native grid is the right way to go, but grads doesnt have a
>> better way to give you the map on native grid yet.
>>
>>  ------------------------------
>> * From: * claudiomet <claudiomet at gmail.com>;
>> * To: * <zmumba at gmail.com>; <gradsusr at gradsusr.org>;
>> * Subject: * Re: [gradsusr] Help scripts for WRF output in grads
>> * Sent: * Wed, Jun 13, 2012 6:56:44 PM
>>
>>   Hi Zilore!
>>
>> ARWpost gives the humidity and temperature for several leves specified
>> in namelist.awrpost
>> I send to you my namelist.arwpost with all diagnosic filelds
>> specified, extrapolation under terrain and isobaric surface levels
>> (not meters)
>> Greetings !
>>
>>
>> 2012/6/13 Zilore Mumba <zmumba at gmail.com>:
>> > Hello,
>> > I have WRF model output converted to binary for use in grads.
>> > Apparently WRF does not give humidity and temperature at different
>> > levels, except T2, temperature at 2m.
>> > I have to calculate rh at each level from
>> > es = 6.112*EXP(17.67*(t-273.15)/(t-29.65))
>> > e = qv * p/100./(qv + 0.622)
>> > rh = e/es
>> > But before that I have to get the temperature from potential
>> temperature using
>> > temperature = (T2 + 300) [(P/P0) ^ (R/Cp)]
>> > I was wondering if there are users who visualise WRF output in grads,
>> > and if they have scripts for the above conversions.
>> > Thanks
>> > Zilore
>> > On Wed, Jun 13, 2012 at 1:27 AM,  <gradsusr-request at gradsusr.org>
>> wrote:
>> >> Send gradsusr mailing list submissions to
>> >>        gradsusr at gradsusr.org
>> >>
>> >> To subscribe or unsubscribe via the World Wide Web, visit
>> >>        http://gradsusr.org/mailman/listinfo/gradsusr
>> >> or, via email, send a message with subject or body 'help' to
>> >>        gradsusr-request at gradsusr.org
>> >>
>> >> You can reach the person managing the list at
>> >>        gradsusr-owner at gradsusr.org
>> >>
>> >> When replying, please edit your Subject line so it is more specific
>> >> than "Re: Contents of gradsusr digest..."
>> >>
>> >>
>>
>>
>> --
>> Claudio Cortes
>> Meteorologo, Ingeniero de proyectos
>> Micomo S.A. Filial Codelco
>> Unidad de Negocios Ambientales
>> www.micomo.cl
>>
>> ---
>> Claudio Cortes
>> Meteorologist, Project Engineer
>> Micomo S.A. Codelco Subsidiary
>> Environmental Business Unit
>> www.micomo.cl
>>
>
>
>
> --
> Claudio Cortes
> Meteorologo, Ingeniero de proyectos
> Micomo S.A. Filial Codelco
> Unidad de Negocios Ambientales
> www.micomo.cl
>
> ---
> Claudio Cortes
> Meteorologist, Project Engineer
> Micomo S.A. Codelco Subsidiary
> Environmental Business Unit
> www.micomo.cl
>
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr
>
>


-- 
Jeff Duda
Graduate research assistant
University of Oklahoma School of Meteorology
Center for Analysis and Prediction of Storms
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://gradsusr.org/pipermail/gradsusr/attachments/20120613/b6224b7c/attachment-0001.html

------------------------------

Message: 3
Date: Thu, 14 Jun 2012 12:29:54 +0900
From: "Sugita, Takafumi" <tsugita at nies.go.jp>
Subject: [gradsusr] polar map with orthographic projection
To: gradsusr at gradsusr.org
Message-ID: <20120614122954.558a8b87.tsugita at nies.go.jp>
Content-Type: text/plain; charset=US-ASCII

Dear All,

I am using 1.9b.
This software can produce polar map with stereographic projection
(nps/sps option).  I would like to produce it with orthographic
projection.

Is there any useful information/suggestion on this topic?

Thank you.

Takafumi Sugita
NIES, Japan


------------------------------

Message: 4
Date: Thu, 14 Jun 2012 11:54:21 +0800
From: Yaqiang Wang <yaqiang.wang at gmail.com>
Subject: Re: [gradsusr] polar map with orthographic projection
To: GrADS Users Forum <gradsusr at gradsusr.org>
Message-ID:
<CABvomDUGch8MqOH507ozaAon9ytk65nj=zn7gnNiEYuH1DSPqg at mail.gmail.com>
Content-Type: text/plain; charset=ISO-8859-1

Using 'set mproj orthogr' command.

On Thu, Jun 14, 2012 at 11:29 AM, Sugita, Takafumi <tsugita at nies.go.jp> 
wrote:
> Dear All,
>
> I am using 1.9b.
> This software can produce polar map with stereographic projection
> (nps/sps option). ?I would like to produce it with orthographic
> projection.
>
> Is there any useful information/suggestion on this topic?
>
> Thank you.
>
> Takafumi Sugita
> NIES, Japan
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr



-- 
*************************************************
Dr. Yaqiang Wang
Chinese Academy of Meteorological Sciences (CAMS)
46, Zhong-Guan-Cun South Avenue
Beijing, 100081
China

yaqiang.wang at gmail.com

http://www.meteothinker.com
**************************************************



------------------------------

Message: 5
Date: Thu, 14 Jun 2012 13:31:11 +0900
From: "Sugita, Takafumi" <tsugita at nies.go.jp>
Subject: [gradsusr] polar map with orthographic projection
To: gradsusr at gradsusr.org
Message-ID: <20120614133111.7a893fc1.tsugita at nies.go.jp>
Content-Type: text/plain; charset=US-ASCII

Dear Yaqiang,

Thank you for your suggestion.
Unfortunately, orthogr option does not support polar map projection, does 
it?

Takafumi Sugita
NIES, Japan


------------------------------

Message: 6
Date: Thu, 14 Jun 2012 13:13:25 +0800
From: Yaqiang Wang <yaqiang.wang at gmail.com>
Subject: Re: [gradsusr] polar map with orthographic projection
To: GrADS Users Forum <gradsusr at gradsusr.org>
Message-ID:
<CABvomDW4+mbS6XBKLeh6W1UbPJkEA_U09qVnQoNwYqPQ1AkQjQ at mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"

Did you mean the Orthographic projection with north pole as center?
Infact, this projection is controled by central meridian and reference
latitude, so you can set reference latitude as 90 to center the north
pole (a sample figure is attached). In GrADS, There is no options for
setting projection parameters. I guess it can be controled by using
'set lon' / 'set lat' commands, but I don't know how to deal with this
condition.

On Thu, Jun 14, 2012 at 12:31 PM, Sugita, Takafumi <tsugita at nies.go.jp> 
wrote:
> Dear Yaqiang,
>
> Thank you for your suggestion.
> Unfortunately, orthogr option does not support polar map projection, does 
> it?
>
> Takafumi Sugita
> NIES, Japan
> _______________________________________________
> gradsusr mailing list
> gradsusr at gradsusr.org
> http://gradsusr.org/mailman/listinfo/gradsusr



-- 
*************************************************
Dr. Yaqiang Wang
Chinese Academy of Meteorological Sciences (CAMS)
46, Zhong-Guan-Cun South Avenue
Beijing, 100081
China

yaqiang.wang at gmail.com

http://www.meteothinker.com
**************************************************
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Image00166.png
Type: image/png
Size: 136609 bytes
Desc: not available
Url : 
http://gradsusr.org/pipermail/gradsusr/attachments/20120614/dd212106/attachment.png

------------------------------

_______________________________________________
gradsusr mailing list
gradsusr at gradsusr.org
http://gradsusr.org/mailman/listinfo/gradsusr


End of gradsusr Digest, Vol 28, Issue 14
**************************************** 




More information about the gradsusr mailing list