<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Good morning,<br>
<br>
I have 6 hourly wind data and I am trying to get the daily averages however I am getting and error when I use calculate_daily_values. I have ncl 6.6.2 installed, can anyone help me? Below is the script used and the output.<br>
<br>
Script:<br>
fil1           = addfile("/media/wind/NCEP-DOE_Reanalysis_2/uwnd.10m.gauss.1979.nc","r")<br>
uwnd_practice  = short2flt(fil1->uwnd)<br>
<br>
<br>
printVarSummary(uwnd_practice)<br>
printMinMax(uwnd_practice, True)<br>
<br>
opt           = True<br>
opt@nval_crit = 4<br>
<br>
uwnd_daily    = calculate_daily_values(uwnd_practice, "avg", 0, opt)<br>
printVarSummary(uwnd_daily)<br>
printMinMax(uwnd_daily, True)<br>
<br>
<br>
Output:<br>
Variable: uwnd_practice<br>
Type: float<br>
Total Size: 105400320 bytes<br>
            26350080 values<br>
Number of Dimensions: 4<br>
Dimensions and sizes:    [time | 1460] x [level | 1] x [lat | 94] x [lon | 192]<br>
Coordinates: <br>
            time: [1569072..1577826]<br>
            level: [10..10]<br>
            lat: [88.542..-88.542]<br>
            lon: [ 0..358.125]<br>
Number Of Attributes: 19<br>
  long_name :    6-Hourly Forecast of U-wind at 10 m<br>
  unpacked_valid_range :    ( -120, 120 )<br>
  actual_range :    ( -38.15, 46.84 )<br>
  units :    m/s<br>
  precision :    2<br>
  least_significant_digit :    1<br>
  GRIB_id :    33<br>
  GRIB_name :    U GRD<br>
  var_desc :    u-wind<br>
  dataset :    NCEP/DOE AMIP-II Reanalysis (Reanalysis-2)<br>
  level_desc :    10 m<br>
  statistic :    Individual Obs<br>
  parent_stat :    Other<br>
  standard_name :    eastward_wind<br>
  _FillValue_original :    -32767<br>
  _FillValue :    -32767<br>
  missing_value_original :    32766<br>
  valid_range :    ( -120, 120 )<br>
  missing_value :    -32767<br>
(0)     <br>
(0)    6-Hourly Forecast of U-wind at 10 m (m/s) : min=-38.15   max=46.84<br>
<br>
fatal:["NclVar.c":1390]:Assignment type mismatch, right hand side can't be coerced to type of left hand side<br>
fatal:["NclAtt.c":262]:Attribute assignment type mismatch.<br>
<br>
fatal:["Execute.c":8637]:Execute: Error occurred at or near line 19034 in file $NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl<br>
<br>
fatal:["Execute.c":8637]:Execute: Error occurred at or near line 35 in file dailyaverages2.ncl<br>
<br>
<br>
Regards,<br>
Nkese.<br>
</div>
CONFIDENTIALITY: This email (including any attachments) may contain confidential, proprietary and/or privileged information. Any duplication, copying, distribution, dissemination, transmission, disclosure or use in any manner of this email (including any attachments)
 without the authorisation of the sender is strictly prohibited. If you receive this email (including any attachments) in error, please notify the sender and delete this email (including any attachments) from your system. Thank you.
</body>
</html>