boundary conditions, another basic question
-
- Posts: 39
- Joined: Wed Feb 18, 2004 3:50 pm
- Location: Instituto de Meteorologia
boundary conditions, another basic question
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).
Re: boundary conditions, another basic question
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