Hi TheoMoore,
The "1" means just to continue onto the next line, i.e.
DIMENSION WEW(2710,2710),LV(2710),W(2710)
1,ETA(2710)
means the same as
DIMENSION WEW(2710,2710),LV(2710),W(2710),ETA(2710)
The "/FUN/" is the name of the common block. So if you wanted to access the variables...