simchan_yook@colostate_edu
Member
Hi all,
I'm looking for the temperature budget variables.
I've checked that temperature tendency calculated by difference in instantaneous temperature at each time step is almost identical so the sum of DTCORE + PTTEND.
T[i+1]-T = (DTCORE[i+1]+PTTEND[i+1])*(time step)
However, it seems like
PTTEND != QRS+QRL+DTCOND+DTV+TTGWORO
Is this because there are still some other factors contributing to the physical temperature tendency (e.g. temperature changes associated with Rayleigh friction) rather than the above five processes?
Looking forward to any suggestions for resolving this issue.
Thank you,
Shim
*updates on Oct 9th, 2019
- I've realized that Rayleigh friction isn't turned on as a default so it didn't influenced temperature tendency in my case.
- one potential difference (but probably only important for WACCMX I guess) tendency term such as TTGWORO is calculated using cpair, while physics_update subroutine uses cpairv. (Checked it doesn't matter)
-I've tracked all temperature tendencies in the subroutines tphysac and tphysbc (physpkg.F90)
and found that
QRS + QRL is not equal to the temperature tendencies calculated by the subroutine radiation_tend
I'm looking for the temperature budget variables.
I've checked that temperature tendency calculated by difference in instantaneous temperature at each time step is almost identical so the sum of DTCORE + PTTEND.
T[i+1]-T = (DTCORE[i+1]+PTTEND[i+1])*(time step)
However, it seems like
PTTEND != QRS+QRL+DTCOND+DTV+TTGWORO
Is this because there are still some other factors contributing to the physical temperature tendency (e.g. temperature changes associated with Rayleigh friction) rather than the above five processes?
Looking forward to any suggestions for resolving this issue.
Thank you,
Shim
*updates on Oct 9th, 2019
- I've realized that Rayleigh friction isn't turned on as a default so it didn't influenced temperature tendency in my case.
-I've tracked all temperature tendencies in the subroutines tphysac and tphysbc (physpkg.F90)
and found that
QRS + QRL is not equal to the temperature tendencies calculated by the subroutine radiation_tend
Last edited by a moderator: