Can WRF-Python calculate these variables?

22 views
Skip to first unread message

Will H

unread,
Aug 19, 2025, 2:54:24 AMAug 19
to wrfpython-talk
1. Cloud Optical Thickness/Depth
2. Cloud Water Path
3. Cloud Top Pressure
4. Radiative Cloud Phase
5. Infrared Brightness Temperature

Marco Miani

unread,
Aug 19, 2025, 12:23:24 PMAug 19
to wrfpython-talk
Hi there, Will. 

Nothing much I can say about point from 2 to 5. However, I have already made something similar to your point 1, when it came to calculating AOD (Aerosol Optical Depth). 

For that, you need individual layer thicknesses. To compute that, I used (staggered) geopotential layer interfaaces (N+1, staggered) to compute thickess (top-bottom). With that I cross multiplied it with extinction coefficients (both N vertical levels). Then summing up and obtaining AOD.  So, in some way, this might be useful to what you are trying to achieve. 

Xarray is partcicularly good at this task (dimensions, .diff() and cross products along given dimensions) and also allows to equip newly calculated products with metadata to keep track of each step. 

Hope this helps. 
Happy coding. 
Marco 
   

--
You received this message because you are subscribed to the Google Groups "wrfpython-talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to wrfpython-tal...@ucar.edu.
To view this discussion visit https://groups.google.com/a/ucar.edu/d/msgid/wrfpython-talk/a1817600-b266-403f-a3dd-f072234f5a15n%40ucar.edu.

Will H

unread,
Aug 25, 2025, 12:32:24 PMAug 25
to Marco Miani, wrfpython-talk
Reply all
Reply to author
Forward
0 new messages