A quick question about the GMV/GMVS grid point data structures. These are pointers to 'blocked' data (I guess for computational efficiency reasons):
Code Block |
---|
GMV(1:NPROMA, :, :, 1:NGPBLKS) GMVS(1:NPROMA, :, 1:NGPBLKS) |
I was wondering if there were non-blocked data variables under these that I can access. Something similar to the YRGSGEOM_NB non-blocked gridpoint horizontal data variable and the YRGSGEOM blocked version which simply points to the corresponding YRGSGEOM_NB data.
Thanks.