what's the differences of hc and Tcline

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
shifei
Posts: 30
Joined: Thu Aug 01, 2013 3:11 pm
Location: Ocean University of China

what's the differences of hc and Tcline

#1 Unread post by shifei »

Hi,
I donot understand the S-coordinate parameter hc and Tcline. I use the Transforme 2 equation and find that only hc is used. hc donot need to equal Tcline. What's the role of Tcline.

caozd999
Posts: 8
Joined: Tue Aug 19, 2014 4:35 pm
Location: UNIVERSITY OF FLORIDA

Re: what's the differences of hc and Tcline

#2 Unread post by caozd999 »

shifei wrote:Hi,
I donot understand the S-coordinate parameter hc and Tcline. I use the Transforme 2 equation and find that only hc is used. hc donot need to equal Tcline. What's the role of Tcline.

Check ROMS/Utility/set_scoord.F, the role of Tcline depends on the Vtransformation method you choose in ocean.in:
if Vtransform == 1, hc = min(hmin,tcline);
if Vtransform == 2, then hc = Tcline;

Post Reply