[ncl-talk] Calculation of Cloud Liquid water path from WRF out file

Anie K Lal Anieklal at cas.iitd.ac.in
Tue Dec 19 07:52:26 MST 2023


Hi all

I am tring to get CLWP from WRF out file.

I tried prcwater_dp as follows:

   q1 = f1->QCLOUD(:,:,:,:) ; kg/kg

   dp_a = wrf_user_getvar(f1,"p",-1)
   dp1  = dp_a(:,:,:,:) ; Pa

   q1!0 = "time"
   q1!1 = "lev"
   q1!2 = "lat"
   q1!3 = "lon"

   dp1!0 = "time"
   dp1!1 = "lev"
   dp1!2 = "lat"
   dp1!3 = "lon"

  lwp_a = prcwater_dp (q1(time|:,lat|:,lon|:,lev|:), 
dp1(time|:,lat|:,lon|:,lev|:)) ; kg/m2

Here I am getting values like
27.09562    45.50217    61.3766    68.90879    67.90661    66.62698    
64.72494    67.85168    64.0595    62.04931    55.23169    42.21736    
23.00407... in kg/m2

I also tried wrf_user_getvar(f1,"pw",-1). Here I am getting values like

5.871577    6.066606    6.3876    6.375202    6.273459    5.973719    
6.050189    6.115168    6.225941    6.275452    6.347611    6.305155    
6.381238 ... in kg/m2

But the realistic values are very small compared to what I am getting 
from previous literature:
https://acp.copernicus.org/articles/20/5559/2020/ states values ~0-160 
g/m2

https://acp.copernicus.org/articles/12/5583/2012/ staes values ~0-240 
g/m2 and many examples are there. They all show clwp in g/m2 which is 
about 0-300 g/m2 range.

So why I am getting very kigh values. Are the units in kg/m2 correct
for the functions 'pw' and prcwater_dp.

Looking forward to any kind of help.

Thank you
Anie
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20231219/cbad5d3e/attachment.htm>


More information about the ncl-talk mailing list