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
different conditions along a boundary
Re: different conditions along a boundary
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.