different conditions along a boundary

Report or discuss software problems and other woes

Moderators: arango, robertson

Post Reply
Message
Author
jmralves
Posts: 9
Joined: Mon Jan 26, 2009 7:01 pm
Location: CGUL- University of Lisbon

different conditions along a boundary

#1 Unread post by jmralves »

Hi

I would like to impose different boundary conditions, along one side of my domain.
Is there a way of doing this with ROMS?
For instance I want to impose a closed wall condition in lower part of the western boundary
#define WESTERN_WALL
and in the upper part of this boundary radiation and nudging conditions.
#define WEST_M2RADIATION
#define WEST_M2NUDGING
#define WEST_M3RADIATION
#define WEST_M3NUDGING
#define WEST_TRADIATION
#define WEST_TNUDGING

thanks,
jmralves

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

Re: different conditions along a boundary

#2 Unread post by kate »

I would set the cppdefs to the open boundary condition and use a land mask to mask out the ability of the flow to go through the northern part.

Post Reply