ROMS-Matlab processing software: stretching.m

Discussion about analysis, visualization, and collaboration tools and techniques

Moderators: arango, robertson

Post Reply
Message
Author
User avatar
m.hadfield
Posts: 521
Joined: Tue Jul 01, 2003 4:12 am
Location: NIWA

ROMS-Matlab processing software: stretching.m

#1 Unread post by m.hadfield »

I'm just trying to get my head around the new vertical-transform schemes, and the Matlab functions that implement them. Does anyone else find it odd that stretching.m includes hc among its input arguments:

Code: Select all

%    hc       Width (m) of surface or bottom boundary layer in which
%               higher vertical resolution is required during
%               stretching (scalar)
but never actually uses it?

This quantity is used in scoord.m, which takes the outputs of stretching.m and calculates depths.

Post Reply