Writing extra turbulence output variables into history file

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
smrhashemi
Posts: 20
Joined: Fri Dec 16, 2011 3:14 pm
Location: School of Ocean Sciences

Writing extra turbulence output variables into history file

#1 Unread post by smrhashemi »

Hello all

I am interested in turbulence properties of my model. I can see the following parameters in my history file by choosing
Hout(idMtke) == T ! Write out turbulent kinetic energy.
Hout(idMtls) == T ! Write out turbulent kinetic energy times length scale.

However, when I tried to output other parameters which I found in the varinfo.dat such as
'vertical mixing turbulent length scale'

by switching
Hout(idVmLS) == T
in ocean.in, it did not write it to history file.

As a general question, are all output variables listed in varinfo.dat file? Any suggestion to get more turbulent outputs from model such as those mentioned in
the following research?

Warner, J.C., Sherwood, C.R., Arango, H.G., Signell, R.P.. Performance of four turbulence closure
models implemented using a generic length scale method. Ocean Modelling 2005

thanks
Reza

jcwarner
Posts: 1188
Joined: Wed Dec 31, 2003 6:16 pm
Location: USGS, USA

Re: Writing extra turbulence output variables into history f

#2 Unread post by jcwarner »

if you look in ROMS/Utility/def_his.F, the idVMLS is for
define FORWARD_WRITE which has to deal with the 4dvar stuff.
The tke and gls vars whould be most of what you need. Remeber the gls var is different depending on what you set for the gls_p, m and n input coefficients.

-john

Post Reply