I am runing a basin scale climatology simulation in west Pacific ocean with grid 5'x5'.
It will be ok for runing 5 years with the following configuration without tide.
#define EAST_FSCHAPMAN
#define EAST_M2FLATHER
#define EAST_M3RADIATION
#define EAST_TNUDGING
If included tide,(that is to say , include the configuration as following),the model will always blow up nomatter how small the dt is (even dt=60 second;ndtfast=90)?
#define SSH_TIDES
#defing UV_TIDES
#define RAMP_TIDES
#ifdef SSH_TIDES
#define ADD_FSOBC
#endif
#ifdef UV_TIDES
#undef FSOBC_REDUCED
#define ADD_M2OBC
#endif
Can i use #define FSFLATHER; #define M2NUDGING to simulate the tide ??
Tide open boundry?
Re: Tide open boundry?
I don't see anything wrong with your tides setup - can you run in 2-D with just tides? How about without the ADD_xxx? Can you plot the ROMS output to see what it is doing?
For the 3-D, what I use is:
In other words, both nudging and radiation for both M3 and T. You would then need some external source of information for both, plus the nudging coefficients and the OBCFAC.
For the 3-D, what I use is:
Code: Select all
# define NORTH_FSCHAPMAN
# define NORTH_M2FLATHER
# ifdef SOLVE3D
# define NORTH_M3RADIATION
# define NORTH_M3NUDGING
# define NORTH_TRADIATION
# define NORTH_TNUDGING
# endif
-
- Posts: 56
- Joined: Mon Sep 25, 2006 2:37 pm
- Location: Institue of oceanology ,Chinese acedemy of scinece
Re: Tide open boundry?
Thank you a lot. Kate
In the above runing , I have changed OBCFAC from 0 to 2.0d+1.It always blows up in the second day.
OBCFAC == 2.0d+1 ! nondimensional Ydz changed from 0.0d0
In addition, i have make a configurating for nudging as following.
TNUDG == 2*3.0d+1 ! days Ydz changed from 0.0d0
ZNUDG == 3.0d+1 ! days Ydz changed from 0.0d0
M2NUDG == 3.0d+1 ! days Ydz changed from 0.0d0
M3NUDG == 3.0d+1 ! days Ydz changed from 0.0d0
Now, i am runing the tide again with the combination of boudary CPP(#define M3Radiation and #define M3Nudging;#define TRadiation and #define TNudging; ) for T and M3.
In the above runing , I have changed OBCFAC from 0 to 2.0d+1.It always blows up in the second day.
OBCFAC == 2.0d+1 ! nondimensional Ydz changed from 0.0d0
In addition, i have make a configurating for nudging as following.
TNUDG == 2*3.0d+1 ! days Ydz changed from 0.0d0
ZNUDG == 3.0d+1 ! days Ydz changed from 0.0d0
M2NUDG == 3.0d+1 ! days Ydz changed from 0.0d0
M3NUDG == 3.0d+1 ! days Ydz changed from 0.0d0
Now, i am runing the tide again with the combination of boudary CPP(#define M3Radiation and #define M3Nudging;#define TRadiation and #define TNudging; ) for T and M3.
-
- Posts: 56
- Joined: Mon Sep 25, 2006 2:37 pm
- Location: Institue of oceanology ,Chinese acedemy of scinece
Re: Tide open boundry?
Kate,please, accept my very best wishes for the holiday season.
According your advice, it is ok now that the tide simulation can be run coupled with current for a whole year.
Another question, are there some other boundary CPPs which can be used in the combination form(for exmple: for M3 ,use both #define M3RADIATION and #define M3NUDGING)?
Where can i find the information about the CPP combination ?
I have read a lot of information about ROMS, but i have not find the introduction about the CPP combination. In addition, i didn't find the CPP combination in the *.h in ROMS/Include
According your advice, it is ok now that the tide simulation can be run coupled with current for a whole year.
Another question, are there some other boundary CPPs which can be used in the combination form(for exmple: for M3 ,use both #define M3RADIATION and #define M3NUDGING)?
Where can i find the information about the CPP combination ?
I have read a lot of information about ROMS, but i have not find the introduction about the CPP combination. In addition, i didn't find the CPP combination in the *.h in ROMS/Include
Re: Tide open boundry?
Hi, yang
please check out below address and download nobuhitomori's pdf file.
There is a boundary code information in that file.
viewtopic.php?f=17&t=930&p=4200#p4200
Hope that it helps to you.
-Peter
please check out below address and download nobuhitomori's pdf file.
There is a boundary code information in that file.
viewtopic.php?f=17&t=930&p=4200#p4200
Hope that it helps to you.
-Peter
Joonho Lee
-
- Posts: 56
- Joined: Mon Sep 25, 2006 2:37 pm
- Location: Institue of oceanology ,Chinese acedemy of scinece
Re: Tide open boundry?
Thanks.
I have downded that 3 days ago and it is helpful for me. But there are not information about combination of open boundary CCP.
I have downded that 3 days ago and it is helpful for me. But there are not information about combination of open boundary CCP.
Re: Tide open boundry?
You have all I know about the open boundaries. Someone told me to try that many years ago and it's what I've been using ever since. It would be great if someone more informed would write to the wiki on boundary conditions, but don't hold your breath.