[Thread Prev][Thread Next][Index]
ploting monthly climatologies
In order to plot monthly climatologies I typed
? define grid/like=Prec Precgrid
? use climatological_axes
? cancel data climatological_axes
? let Prec_clim= Prec[d=1,gt=month_reg@mod]
? let Prec_clim2=Prec_clim[gt=Precgrid@asn]
? fill Prec_clim2
and got the following error message
**ERROR: regridding: only @ASN regridding between calendar and
non-calendar axes: PREC
CONTOUR/FILL Prec_clim2
Command file, command group, or REPEAT execution aborted
Does anyone know what is it about? And how to plot correclty the
monthly climatologies?
Thanks!
Marcelo
---------- Forwarded message ----------
Date: Tue, 10 Aug 1999 17:08:23 -0700 (PDT)
From: lavelle <lavelle@pmel.noaa.gov>
To: Marcelo Barreiro <marcelo@ocean.tamu.edu>
Subject: Re: ploting monthly anomalies
Marcelo,
Your last line looks defective:
Prec_clim=Prec_clim[gt=Precgrid@asn]
Perhaps it should be:
let new_var = Prec_clim[gt=Precgrid@asn]
fill new_var
Bill
On Tue, 10 Aug 1999, Marcelo Barreiro wrote:
> Hi!
>
> I calculated monthly anomalies following the explanation about it in
> the FAQ section.
> Being Prec my variable I typed:
>
> ? define grid/like=Prec Precgrid
> ? use climatological_axes
> ? cancel data climatological_axes
> ? let Prec_clim=Prec[d=1,gt=month_reg@mod]
> ? Prec_clim=Prec_clim[gt=Precgrid@asn]
>
> and then to plot the result I tried:
>
> ? fill/l=1 Prec_clim
>
> and received the error message:
>
> **ERROR: stack overflow
> ***NOTE: Check for recursion in variable definitions
>
> So, I guess I am not ploting correctly the results.
> How should I plot?
>
> Thanks for any help.
>
> Marcelo
>
>
[Thread Prev][Thread Next][Index]
Dept of Commerce /
NOAA /
OAR /
PMEL /
TMAP
Contact Us | Privacy Policy | Disclaimer | Accessibility Statement