boundary conditions, another basic question

Discussion of how to use ROMS on different regional and basin scale applications.

Moderators: arango, robertson

Post Reply
Message
Author
isabelmonteiro
Posts: 39
Joined: Wed Feb 18, 2004 3:50 pm
Location: Instituto de Meteorologia

boundary conditions, another basic question

#1 Unread post by isabelmonteiro »

What keywords should I use in my "upwelling.h" file to prescribe Mixed Boundary conditions (as Marchesiello et al. 2001 proposed (and like it is refered in https://www.myroms.org/wiki/index.php/B ... Conditions).

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

Re: boundary conditions, another basic question

#2 Unread post by kate »

These are the ones I use:

Code: Select all

# define WEST_FSCHAPMAN
# define WEST_M2FLATHER
# ifdef SOLVE3D
#  define WEST_M3RADIATION
#  define WEST_M3NUDGING
#  define WEST_TRADIATION
#  define WEST_TNUDGING
# endif

Post Reply