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 modify. Thanks
Yi
Turn off tracer advection
Re: Turn off tracer advection
how about
#define TS_FIXED
-j
#define TS_FIXED
-j
Re: Turn off tracer advection
Hi J,jcwarner wrote:how about
#define TS_FIXED
-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
Re: Turn off tracer advection
The code as distributed doesn't have the switch you are looking for, but that doesn't mean you can't add it.
Re: Turn off tracer advection
Hi Kate,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.
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
Re: Turn off tracer advection
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.
Re: Turn off tracer advection
Hi Kate,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.
I really appreciate your helps. I think I found what I want in the step3d_t.F. Thanks again.
Yi