Recipe: Fortran program as OPeNDAP client: Difference between revisions

Pchakrab (talk | contribs)
Pchakrab (talk | contribs)
Line 34: Line 34:


   ! file name and dimensions                                                                                 
   ! file name and dimensions                                                                                 
   ! -----------------------------                                                                                 
   ! ------------------------                                                                                 
   im = 720
   im = 720
   jm = 361
   jm = 361
Line 45: Line 45:


   ! Hypercube for reading one 1 array for a given time                                                                         
   ! Hypercube for reading one 1 array for a given time                                                                         
   ! -------------------------------------------------                                                                           
   ! --------------------------------------------------                                                                           
   start = (/  1,  1,  1, 37 /)  ! time level 37                                                                                 
   start = (/  1,  1,  1, 37 /)  ! time level 37                                                                                 
   count = (/ im, jm, lm, 1  /)  ! 1 time level, 3D (lon,lat,lev) array                                                         
   count = (/ im, jm, lm, 1  /)  ! 1 time level, 3D (lon,lat,lev) array