When I defined "ANA_SST" and "QCORRECTION" in my head file, I chack the analytical files.
Notice that in ana_sst.F(at lines 80-87) we have:
! Set sea surface temperature SST (Celsius).
!-----------------------------------------------------------------------
!
DO j=JstrT,JendT
DO i=IstrT,IendT
sst(i,j)=???
END DO
END DO
!
There are ??? and I don't know How to set the sst value.
Thank you in advance!
values set in ana_sst
Re: values set in ana_sst
I don't know how to set them analytically either. That's why I would use the output of some other model to provide SST. Better yet, use an atmospheric model to provide winds, etc, and compute your own bulk fluxes. Then you don't need to come up with the dQdSST as well.
Re: values set in ana_sst
Thanks Kate !I will try~kate wrote:I don't know how to set them analytically either. That's why I would use the output of some other model to provide SST. Better yet, use an atmospheric model to provide winds, etc, and compute your own bulk fluxes. Then you don't need to come up with the dQdSST as well.