samwisehawkins / wrftools

A scripting framework for running the WRF model, mainly designed to support operational forecasts.
MIT License
37 stars 21 forks source link

Error: wrftools.ncl #4

Open rekhaBG opened 8 years ago

rekhaBG commented 8 years ago

Hi

First of all thank you for all the scripts as they are very useful. One error I have faced when I run the script extract_time_series.ncl, it terminates at the line no 630 with some error:

    u = merge_levels_sfc(ul, u10, -1)
    v = merge_levels_sfc(vl, v10, -1)

But If I wont consider the wind component then the script shows successful completion with all other parameters available in the output file.

Kindly suggest how to correct the issue.