Structure of GrADs Binary Data File
Ming
mying at CITIZ.NET
Wed May 7 02:17:35 EDT 2008
dear Liu,
inner loop ----> outer loop
x,y,z,vars,time
in the fortran, 5-D array A(x,y,z,var,t):
read(...) (((((A(x,y,z,var,t),x=1,144),y=1,73),z=1,17),var=1,3),t=1,365)
equal to:
read(...) A
best wishes,
------------------
Ming
2008-05-07
-------------------------------------------------------------
发件人:Shun Jie Liu
发送日期:2008-05-06 07:45:33
收件人:GRADSUSR at LIST.CINECA.IT
抄送:
主题:Structure of GrADs Binary Data File
Hello GrADs Users,
I want to confirm something about the binary file structure.
I read the documentation on the GrADs website and just want to make sure my idea is right
For example, a 5D data (Time, X, Y, Z, Variables)
More information about the gradsusr
mailing list