Q_PSOURE of River discharge?

General scientific issues regarding ROMS

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

Q_PSOURE of River discharge?

#1 Unread post by yang »

If i want to include river in my model. Is the following configuration right?

#define UV_PSOURCE /*use to turn ON or OFF point Sources/Sinks*/
#define Q_PSOURCE /*use to turn ON or OFF mass point Sources/Sinks*/
#define TS_PSOURCE /*use to turn ON or OFF point Sources/Sinks*/
I don't know the exactly meaning of Q_PSOURCE?

Does #define Q_PSOURCE conflict with #define UV_PSOURCE?
or
Does #define Q_PSOURCE conflict with #define TS_PSOURCE?

User avatar
susonic
Posts: 168
Joined: Tue Aug 21, 2007 5:44 pm
Location: UST21 / Korea
Contact:

Re: Q_PSOURE of River discharge?

#2 Unread post by susonic »

I believe that you'd better use
#define UV_PSOURCE
#define TS_PSOURCE
or
#define Q_PSOURCE
#define TS_PSOURCE

Detailed explanation is given in Warner's presentation in 2005 ROMS workshop.
You can get a ppt file at below address.
http://www.myroms.org/index.php?page=Workshops

Hope it helps to you.

-Peter
Joonho Lee

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

Re: Q_PSOURE of River discharge?

#3 Unread post by yang »

Thanks
Now i am using the configuration (#define TS_PSOURCE,#define UV_PSOURCE) accoording your sugestion.
But i don't find the Warner's presentation in the folloing links?
http://www.myroms.org/index.php?page=Workshops
Can you give me a link in detail,or send me a copy of Warner's PPT?
my address is : yangdezhou@qdio.ac.cn

User avatar
susonic
Posts: 168
Joined: Tue Aug 21, 2007 5:44 pm
Location: UST21 / Korea
Contact:

Re: Q_PSOURE of River discharge?

#4 Unread post by susonic »

Check it out below address and download the first ppt.

http://www.myroms.org/index.php?page=ROMS_2005_agenda

-Peter
Joonho Lee

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

Re: Q_PSOURE of River discharge?

#5 Unread post by yang »

Thanks
best wish to you.

Post Reply