[ncl-talk] Question about wrf_user_getvar cloud-top temperature(ctt) calculation
Nan Yang
364921081 at qq.com
Thu Nov 19 06:38:39 MST 2020
Hello,
I am using wrf_user_getvar to calculate cloud top temperature (ctt) from WRF outputs.
I've checked the wrf_fctt.f source code. The cloud-top temperature is calculated by interpolating the temperature to the level of unit optical depth (or a threshold) into the cloud, similar to RIP, but the absorption cross-section for cloud ice and cloud water are obtained from Dudhia (1989) in RIP, while in ncl:
ABSCOEFI = .272D0 ! cloud ice absorption coefficient in m^2/g
ABSCOEF = .145D0 ! cloud water absorption coefficient in m^2/g
I want to know why ctt is calculated this way, and where the constants come from.
Is there any reference paper for the ncl wrf_ctt calculation?
Thanks,
Nan Yang
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20201119/503aa64c/attachment.html>
More information about the ncl-talk
mailing list