write_matrix

From: Larry McDaniel <mcdaniel_at_nyahnyahspammersnyahnyah>
Date: Thu, 10 Jan 2008 10:27:47 -0700

what am I not understanding here?

Larry

ncl < draft1.ncl
Copyright (C) 1995-2007 - All Rights Reserved
University Corporation for Atmospheric Research
NCAR Command Language Version 5.0.0
The use of this software is governed by a License Agreement.
See http://www.ncl.ucar.edu/ for more details.
fatal:Number of dimensions in parameter (0) of (write_matrix) is (1),
(2) dimensions were expected
fatal:Execute: Error occurred at or near line 50

this the offending snip it:

   do i = 0, numbersta - 1
      if (details(i,0).eq.391032) then
         opt = True
         opt_at_tspace = 3
         opt_at_fout = "391032.out"
         x = tmax(i,:)
         write_matrix(tmax(i,:), "f5.1" , opt)
      end if
   end do

tmax is defined as tmax(107,20089)

-- 
Larry R. McDaniel mcdaniel_at_ucar.edu Phone: 303 497 8128
Institute for the Study of Society and Environment
NCAR P.O. Box 3000
Boulder, CO  80307
_______________________________________________
ncl-talk mailing list
ncl-talk_at_ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Thu Jan 10 2008 - 10:27:47 MST

This archive was generated by hypermail 2.2.0 : Thu Jan 10 2008 - 17:17:15 MST