SOME PROBLEM FOR NCL

From: Jing Yang (yangjing AT XXXXXX)
Date: Wed Mar 03 2004 - 04:38:31 MST


dear ncl friends:
 i have some problem :i have download Version 4.2.0.a031 to my PC ,and the work station in my office is equipped with Version 4.2.0.a030 .
  in the work station :my writing-data ncl file is written with"fbindirwrite("U850ISO",uano)",and then in the fortran file i use" read(9,rec=irec) ((uano(i,j),j=1,iy),i=1,id) "to get the data i have written in the .ncl file ,i can get the right result.
  however, in my PC,I use the same .ncl file for the same data,but i have to use " read(9,rec=irec) (uano(i,j),i=1,id),j=1,iy)" when i read it in my fortran programm,or i will get the wrong result.
  i don't know why ?is there some difference between the two version ,or something else reasons?

  thank you!
                 

 regards!
                             JING

_______________________________________________
ncl-talk mailing list
ncl-talk AT ucar.edu
http://mailman.ucar.edu/mailman/listinfo/ncl-talk



This archive was generated by hypermail 2b29 : Wed Mar 03 2004 - 07:54:23 MST