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.
how to output SST ?
-
- Posts: 26
- Joined: Wed Jul 19, 2017 4:03 pm
- Location: Zhejiang University
Re: how to output SST ?
If you just want SST, use the "quicksave" file outputs and in roms.in set to TRUE the temp_sur option ...
which is explained in the GLOSSARY at the end of every roms.in ...
Code: Select all
Qout(idsurT) == T F ! temp_sur, salt_sur surface temperature and salinity
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
71 Dudley Rd, New Brunswick, NJ 08901-8521, USA. ph: 609-630-0559 jwilkin@rutgers.edu
- arango
- Site Admin
- Posts: 1367
- Joined: Wed Feb 26, 2003 4:41 pm
- Location: DMCS, Rutgers University
- Contact:
Re: how to output SST ?
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.