set t 1<br>variable1 = const(kanto, 1, -a)<br>set t 2<br>
variable2 = const(kanto, 2, -a)<br><br>where &quot;kanto&quot; is any variable in the file.<br><br>AFAIK there is no way to define different timesteps of the same variable in different ways. A for loop can take care of the trouble involved with using multiple variables.<br>
<br><div class="gmail_quote">On Sat, Jul 30, 2011 at 2:00 PM, Lisa Welp-Smith <span dir="ltr">&lt;<a href="mailto:lwelp@ucsd.edu">lwelp@ucsd.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Hello,<br>
<br>
I&#39;m having a problem with what I&#39;m sure is a simple task.  I want to<br>
define a scalar to convert a slope (i.e. units/year) into a trend line<br>
over several years.  I&#39;m using this to detrend a time series.<br>
Basically I just need to construct a simple scalar (i.e. variable = 1 2<br>
3 4 5...) or a variable that equals the year of each entry of my dataset<br>
(i.e. variable = 1991 1992 1993 1994 1995...) that I can multiply by my<br>
slope values.  I can use tloop to create the right dimensions (variable<br>
= 1 1 1 1 1...) but I can&#39;t seem to get the values to increase for each<br>
time step.<br>
<br>
Imagine I could either create a datafile manually and read it in or<br>
somehow extract the year information from the existing dataset into a<br>
user defined variable.<br>
<br>
Is there an equivalent of &#39;define variable(t=2) = 2&#39;?  I know this<br>
syntax is wrong.<br>
<br>
Any advice would be appreciated.<br>
<br>
Lisa<br>
<br>
--<br>
Lisa Welp-Smith<br>
Carbon Dioxide Research Group<br>
Scripps Institution of Oceanography<br>
<br>
<br>
_______________________________________________<br>
gradsusr mailing list<br>
<a href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/listinfo/gradsusr</a><br>
</blockquote></div><br>