My ASCII file has a vector of latitudes, and the indices of those latitude values tie latitude values to the data sharing the same index.
That is, if given:
latitude[x=0,1,2,3] = 10, 20, 30, 40
longitude[y=0,1,2] = 15, 25, 35
pressure[z=0,1] = 1000, 950
Then GPHeight_A[z][x] = var_0, var_1...