m2radiation and m2nudging error

Bug reports, work arounds and fixes

Moderators: arango, robertson

Post Reply
Message
Author
yang
Posts: 56
Joined: Mon Sep 25, 2006 2:37 pm
Location: Institue of oceanology ,Chinese acedemy of scinece

m2radiation and m2nudging error

#1 Unread post by yang »

If you want to use nudging in M2radiation, you use cpps :
East_FSchampman , East_M2Radiation and East_Nudging together.
There is an error that the 'zeta_east' can't be writed !!

this error can be overcomed by adding the following code in globaldefs.h
#ifdef OBC_M2RADIATION
# if defined SOUTH_M2NUDGING

# define SOUTH_FSOBC

# endif

# if defined NORTH_M2NUDGING

# define NORTH_FSOBC

# endif

# if defined EAST_M2NUDGING

# define EAST_FSOBC

# endif

# if defined WEST_M2NUDGING
# define WEST_FSOBC
# endif

#endif

Post Reply