how to output SST ?

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
Joeailvyou
Posts: 26
Joined: Wed Jul 19, 2017 4:03 pm
Location: Zhejiang University

how to output SST ?

#1 Unread post by Joeailvyou »

Dear,
How to output SST from ROMS ?
I am confused with SST from ROMS, because I didn't see the option to output SST in the roms.in. The only option I see is Aout(idTvar) == T T ! temp, salt temperature and salinity. If I have output temp(lon,lat,vertical_level) with vertical_level=35, is temp(:,:,35) SST ?

Looking forward from you soon!
Best wishes.

User avatar
wilkin
Posts: 911
Joined: Mon Apr 28, 2003 5:44 pm
Location: Rutgers University
Contact:

Re: how to output SST ?

#2 Unread post by wilkin »

If you just want SST, use the "quicksave" file outputs and in roms.in set to TRUE the temp_sur option ...

Code: Select all

Qout(idsurT) == T F     ! temp_sur, salt_sur surface temperature and salinity
which is explained in the GLOSSARY at the end of every roms.in ...

Code: Select all

!------------------------------------------------------------------------------
! Logical switches (T/F) to activate writing of instantaneous fields into
! QUICKSAVE file.
!------------------------------------------------------------------------------
...
! Qout(idTvar)   Write out active (NAT) tracers: temperature and salinity.
John Wilkin: DMCS Rutgers University
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu

User avatar
arango
Site Admin
Posts: 1360
Joined: Wed Feb 26, 2003 4:41 pm
Location: DMCS, Rutgers University
Contact:

Re: how to output SST ?

#3 Unread post by arango »

Yes, we call that field surface potential temperature representing the finite volume integral of the top model-level grid cube. ROMS has no formal governing equation for the actual SST or skin SST. It requires the physics of the ocean-atmosphere turbulent boundary layer. In the past, we have considered adding such computation diagnostically, but it is a matter of selecting the proper formulation and spending some time coding and testing it.

Post Reply