Re: Fwd: need help

From: Dennis Shea <shea_at_nyahnyahspammersnyahnyah>
Date: Fri, 14 Dec 2007 10:32:20 -0700

umarporn charusombat wrote:
> Hi
> i have the problem show the dimesion is error
> X and Y must have the same dimensions sizes,
>
> my input file have time different how can i fix it one is an hour but
> another is half an hour
> v1 = g1->SHEAT(21121:21216) ; time in hour since start time
> ; v2 = g2->SHEAT(21121:21216) ; time in hour since start time
> v3 = g3->H(8640:8831) ; time in hour since star
> thanks
> jam
>
This is not enough information.

      (21121:21216): if each index corresponds to one time step then
                               this would correspond to 96 time steps

      (8640:8831): this would correspond to 192 time steps (index value)

Try
    (8640:8831:2) ; this would select every other value

     
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Fri Dec 14 2007 - 10:32:20 MST

This archive was generated by hypermail 2.2.0 : Mon Dec 17 2007 - 08:25:02 MST