Problem about output

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
liangliang
Posts: 61
Joined: Mon Jul 20, 2009 2:41 pm
Location: Port And Costal Engineering Laboratory

Problem about output

#1 Unread post by liangliang »

In my ocean.in , I have set
Hout(idUvel) == T ! u 3D U-velocity
Hout(idVvel) == T ! v 3D V-velocity
Hout(idWvel) == T ! w 3D W-velocity
Hout(idOvel) == F ! omega omega vertical velocity
Hout(idUbar) == T ! ubar 2D U-velocity
Hout(idVbar) == T ! vbar 2D V-velocity
Hout(idFsur) == T ! zeta free-surface
Hout(idBath) == F ! bath time-dependent bathymetry
Hout(idW2xx) == T ! Sxx_bar 2D radiation stress, Sxx component
Hout(idW2xy) == T ! Sxy_bar 2D radiation stress, Sxy component
Hout(idW2yy) == T ! Syy_bar 2D radiation stress, Syy component
Hout(idW3xx) == T ! Sxx 3D radiation stress, Sxx component
Hout(idW3xy) == T ! Sxy 3D radiation stress, Sxy component
Hout(idW3yy) == T ! Syy 3D radiation stress, Syy component
Hout(idW3zx) == T ! Szx 3D radiation stress, Szx component
Hout(idW3zy) == T ! Szy 3D radiation stress, Szy component
I can find u ,v , w ,ubar , vbar in HISTORY output file , but I can not find Sxx_bar , Sxy_bar , Syy_bar , Sxx etc in HISTORY output file . Could someone tell me why ?

User avatar
kate
Posts: 4088
Joined: Wed Jul 02, 2003 5:29 pm
Location: CFOS/UAF, USA

Re: Problem about output

#2 Unread post by kate »

Are you using a cpp option that turns on the radiation stresses? You won't get output from terms you aren't computing.

liangliang
Posts: 61
Joined: Mon Jul 20, 2009 2:41 pm
Location: Port And Costal Engineering Laboratory

Re: Problem about output

#3 Unread post by liangliang »

kate wrote:Are you using a cpp option that turns on the radiation stresses? You won't get output from terms you aren't computing.
You are right , kate ! I set WEC_MELLOR and get Sxx and Syy etc result . Thank you !

Post Reply