What does (8000,4) represent?

It is a declaration, not a command and it allocates space for 2 dimensional array “QKE” with 32,000 elements. Depending on other declarations it might be any of the possible data types and is accessible from any other program unit that has a “QUAKE” common block declared. You want to learn more about “common blocks”, a feature of fortran that has existed at least in Fortran 66.

2 Likes