<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /></head><body style='font-size: 10pt; font-family: Arial,Helvetica,sans-serif'>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Hi all<br /><br />I am tring to get CLWP from WRF out file.<br /><br /><strong>I tried prcwater_dp</strong> as follows:<br /><br />  q1 = f1->QCLOUD(:,:,:,:) ; kg/kg<br /><br />  dp_a = wrf_user_getvar(f1,"p",-1) <br />  dp1  = dp_a(:,:,:,:) ; Pa<br /><br />  q1!0 = "time"<br />  q1!1 = "lev"<br />  q1!2 = "lat"<br />  q1!3 = "lon"<br /><br />  dp1!0 = "time"<br />  dp1!1 = "lev"<br />  dp1!2 = "lat"<br />  dp1!3 = "lon"<br /><br /> lwp_a = prcwater_dp (q1(time|:,lat|:,lon|:,lev|:), dp1(time|:,lat|:,lon|:,lev|:)) ; kg/m2<br /><br />Here I am getting values like <br />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 <strong>kg/m2</strong><br /><br /><strong>I also tried wrf_user_getvar(f1,"pw",-1).</strong> Here I am getting values like <br /><br />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 <strong>kg/m2</strong><br /><br />But the realistic values are very small compared to what I am getting from previous literature:<br /><a href="https://acp.copernicus.org/articles/20/5559/2020/" target="_blank" rel="noopener noreferrer">https://acp.copernicus.org/articles/20/5559/2020/</a> states values ~0-160 <strong>g/m2</strong><br /><br /></div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"><a href="https://acp.copernicus.org/articles/12/5583/2012/">https://acp.copernicus.org/articles/12/5583/2012/</a> staes values ~0-240 <strong>g/m2 and </strong>many examples are there. They all show clwp in g/m2 which is about 0-300 g/m2 range.</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">So why I am getting very kigh values. Are the units in kg/m2 correct
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">for the functions 'pw' and prcwater_dp.</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Looking forward to any kind of help.<br /><br />Thank you</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace">Anie</div>
<div class="pre" style="margin: 0; padding: 0; font-family: monospace"> </div>
</div>
</body></html>