The routines found in cplmean.f are designed for the purpose of coupling the QTCM1 atmosphere with an ocean model. Fluxes in time are averaged over the coupling interval in cplmean.f.
N.B. the call of cplmean is turned off by default. Uncomment the call of cplmean in qtcm.f for coupling or a mixed layer run. Cplmean is design to provide the surface heat and momentum fluxes. Taking cplmean as a guideline it should be easy to compute other average surface fluxes as needed.
QTCM1 reads the sea surface temperature by a call of getSST in the file getbnd.f. This routine as well as the driver may have to be adjusted to meet the coupling needs. Indeed, the driver can be cannibalized to fit calls into another model driver if convenient.