values set in ana_sst

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
ljyouc
Posts: 3
Joined: Wed Dec 14, 2016 12:54 am
Location: Ocean University Of China

values set in ana_sst

#1 Unread post by ljyouc »

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!

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: values set in ana_sst

#2 Unread post by kate »

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.

ljyouc
Posts: 3
Joined: Wed Dec 14, 2016 12:54 am
Location: Ocean University Of China

Re: values set in ana_sst

#3 Unread post by ljyouc »

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.
Thanks Kate !I will try~

Post Reply