Search found 10 matches

by yz966445
Wed Feb 17, 2021 12:22 am
Forum: ROMS Discussion
Topic: How to setup the river discharges with only salinity but no temperature?
Replies: 6
Views: 10031

Re: How to setup the river discharges with only salinity but no temperature?

Hi Wilkin, Could you please tell me more information about how you setup? I want to make the LtracerSrc == F T worked perfectly. I am not sure how to code as you say in proper way. DId you recoded the LwSrc section? I very appreciate your help. Yi Sui When I recoded the LwSrc option to introduce poi...
by yz966445
Wed Feb 10, 2021 6:57 pm
Forum: ROMS Discussion
Topic: How to setup the river discharges with only salinity but no temperature?
Replies: 6
Views: 10031

Re: How to setup the river discharges with only salinity but no temperature?

Hi Kate, Thanks for you reply. Could we do that setup? Let's setup the river water has the salinity = 0.4 psu and has the temperature as the surrounding water. I think the default setup in ana_psource.h is SOURCES(ng)%Tsrc(is,k,itemp)=5 SOURCES(ng)%Tsrc(is,k,isalt)=0.4 Do we must setup Tsrc(is,k,ite...
by yz966445
Wed Feb 10, 2021 6:27 pm
Forum: ROMS Discussion
Topic: How to setup the river discharges with only salinity but no temperature?
Replies: 6
Views: 10031

How to setup the river discharges with only salinity but no temperature?

Hi everyone, Could anyone tell me how to setup the river discharge in ROMS model as I need? I want the added river discharge affect the water salinity but no affecting the ocean temperature. I am using "define ANA_PSOURCE" and "ana_psource.h" file to add the river discharge to my...
by yz966445
Sun Jul 26, 2020 7:46 pm
Forum: ROMS Discussion
Topic: My boundary condition is not working.
Replies: 4
Views: 2809

Re: My boundary condition is not working.

Check the log file to verify you have radiation and nudging activated for oxygen on the correct boundaries. For example, my model shows Rad+Nad on my 3 open boundaries: Lateral Boundary Conditions: NLM ============================ Variable Grid West Edge South Edge East Edge North Edge --------- --...
by yz966445
Sun Jul 26, 2020 7:34 pm
Forum: ROMS Discussion
Topic: My boundary condition is not working.
Replies: 4
Views: 2809

Re: My boundary condition is not working.

Hello! I hope I can help you a little. Did you check that the oxygen was activated in the .h file? And, are you sure that the boundary configuration in the fennel.in file is correct? I think, maybe something is wrong in one of this files. A doubt, how do you kmow that the results of the boundary is...
by yz966445
Sun Jul 26, 2020 2:45 am
Forum: ROMS Discussion
Topic: My boundary condition is not working.
Replies: 4
Views: 2809

My boundary condition is not working.

Hi, I am running the fennel biology model. And my boundary condition for oxygen is not working. I am setting all the boundaries for oxygen to be 399. And the log file shows that the model can read the value like : GET_NGFLD - oxygen southern boundary condition, t = 12599 00:00:00 (Rec=0000001, Index...
by yz966445
Thu May 24, 2018 3:13 pm
Forum: ROMS Discussion
Topic: Turn off tracer advection
Replies: 6
Views: 2627

Re: Turn off tracer advection

kate wrote:Yes, I do. You can use "grep" to find instances of TS_FIXED in pre_step3d.F, in rhs3d.F and in step3d_t.F.
Hi Kate,
I really appreciate your helps. I think I found what I want in the step3d_t.F. Thanks again.

Yi
by yz966445
Wed May 23, 2018 7:56 pm
Forum: ROMS Discussion
Topic: Turn off tracer advection
Replies: 6
Views: 2627

Re: Turn off tracer advection

kate wrote:The code as distributed doesn't have the switch you are looking for, but that doesn't mean you can't add it.
Hi Kate,
Thanks for the reply. I am very new to Roms. I can not find the temperature tracer equation code. Do you know which code should I look at?


Yi
by yz966445
Wed May 23, 2018 5:46 pm
Forum: ROMS Discussion
Topic: Turn off tracer advection
Replies: 6
Views: 2627

Re: Turn off tracer advection

jcwarner wrote:how about
#define TS_FIXED

-j
Hi J,

I want to study the role of vertical mixing in the SST change.
Does the TS_FIXED just make the temperature to be constant? Thanks


Yi
by yz966445
Wed May 23, 2018 5:20 pm
Forum: ROMS Discussion
Topic: Turn off tracer advection
Replies: 6
Views: 2627

Turn off tracer advection

Hi everyone, I want to run a experiment with the advection (horizontal and vertical) terms in the model temperature equation switched off. Does anyone know how to do that? Could I just set the temperature horizontal and vertical advection parameter to be zero? If I can, where the code I should modif...