Re: Reading and plotting cpc data

From: louis Vonder <appopson_at_nyahnyahspammersnyahnyah>
Date: Fri, 14 Aug 2009 08:00:10 -0700 (PDT)

Thanks Dennis,

Is right, it is impossible to have example everything.
Your suggestion is enough, I will try to apply it.

Regards

--- En date de : Ven 14.8.09, Dennis Shea <shea_at_ucar.edu> a écrit :

De: Dennis Shea <shea_at_ucar.edu>
Objet: Re: [ncl-talk] Reading and plotting cpc data
À: "louis Vonder" <appopson_at_yahoo.fr>
Date: Vendredi 14 Août 2009, 16h33

Hi Louis

We can't have examples for everything.
The example codes are guides.

Modify the CMORPH example 1.

  date_str    = (/ filc(17:24) /)      ; yyyymmdd as a string
   if (PLOT) then
       pltName = pltName +"_"+fili
   end if

Eliminate the  references to one of the comb or cpc variables.

Change the nlat/mlon

   nlat = 801
   mlon = 751

Change the grid spacing

   lat       = -40 + ispan(0,nlat-1,1)*0.10
   lon       = -20 + ispan(0,mlon-1,1)*0.10

Change the _FillValue to -999

Add the following

  res_at_mpMinLatF   = min(lat)      ; range to zoom in on
  res_at_mpMaxLatF   = max(lat)
  res_at_mpMinLonF   = min(lon)
  res_at_mpMaxLonF   = max(lon)

Good luck

louis Vonder wrote:
> Hi Dennis,
>
> I found that there are many examples available in HiResPrc.
>
> It is possible to add an example to read and plot CPC high resolution dataset ftp://ftp.cpc.ncep.noaa.gov/fews/newalgo_est/ <http://>?
>
> Many thanks
>
>
> __________________________________________________
> Do You Yahoo!?
> En finir avec le spam? Yahoo! Mail vous offre la meilleure protection possible contre les messages non sollicités
> http://mail.yahoo.fr Yahoo! Mail
>
>
> ------------------------------------------------------------------------
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Aug 14 2009 - 09:00:10 MDT

This archive was generated by hypermail 2.2.0 : Fri Aug 14 2009 - 13:47:46 MDT