Separating horizontal XI-advection term for tracer diagnostics in the source code (in step3d_t.F)

General scientific issues regarding ROMS

Moderators: arango, robertson

Post Reply
Message
Author
wavewatch
Posts: 12
Joined: Thu Nov 14, 2013 1:51 am
Location: institute of oceanology

Separating horizontal XI-advection term for tracer diagnostics in the source code (in step3d_t.F)

#1 Unread post by wavewatch »

Hi all,
There is a horizontal XI-advection variable in the DIAGNOSTIC output file, i.e temp_xadv (d(u*T)/dx = u dT/dx+T du/dx).Since the two properties (u dT/dx and T du/dx) of the tracer concentration are both valuable, the advective form of tracer concentration equation is changed into a conservation form.
But now I want to see what u dT/dx and T du/dx do, how should it be implemented in code step3d_t.F ? (The convection scheme is TS_U3HADVECTION)
Any suggestion is appreciated!! thanks

fionanxhjh
Posts: 4
Joined: Tue Aug 10, 2021 1:15 pm
Location: Institute of Atmospheric Physics, Chinese Academy

Re: Separating horizontal XI-advection term for tracer diagnostics in the source code (in step3d_t.F)

#2 Unread post by fionanxhjh »

Hi, nice to see your question. I have thought of the output of temperature advection, i think the temp_xadv is the Tdu/dx, not the d(Tu)/dx.

Post Reply