Is dqdt in set_vbc.F same as dQdSST in forcing file?
If so, the unit of stflx is "degC m/s", while the unit of dQdSST is "Watts meter-2 Celsius-1".stflx(i,j,itemp)=stflx(i,j,itemp)+ &
& dqdt(i,j)*(t(i,j,N(ng),nrhs,itemp)-sst(i,j))
It seems the units of both sides of the equation are not matching.
If not, what's the relationship between them?
Thanks for any reply.