In this subdirectory are two response function files for each model. The files denoted *.75.* contain the 75 stations used in the Level 2 control inversion. Those denoted *.245.* contain the full 228 stations that are in the protocol plus the 17 Pacific Ocean ship locations starting from the most southerly to the most northerly. These are binary files each of which has the number of records equal to the number of stations in the file (75 or 245) plus one. The first record contains three integers equal to the three dimensions of the full array: 75 or 245 x 268 x 36 Each record starts with the station name (a13 for the 75 station file, and a24 for the 245 station file), then is followed by the response function array dimensioned as # of stations x 268 x 36. The write statement is as follows Write(42) I1,I2,I3 Do s = 1, I1 Write(42) statname(s),Gmat(s,:,:) End do The second dimension goes as 1 - 4: the presub tracers then land1-jan, land1-feb.....land1-dec, land2-jan, land2-feb, etc. 2/22/2002, updated 8/6/2002 KRG