登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
[root@localhost ncl]# ncl ncl_tem.ncl
Copyright (C) 1995-2012 - All Rights Reserved
University Corporation for Atmospheric Research NCAR Command Language Version 6.1.0 The use of this software is governed by a License Agreement. See http://www.ncl.ucar.edu/ for more details. fatal:Subscript out of range, error in subscript #0 fatal: ["Execute.c":7743]:Execute: Error occurred at or near line 953 in file $NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl fatal:["Execute.c":7743]:Execute: Error occurred at or near line 8 in file ncl_tem.ncl load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"begin a = addfile("wrfout_d01_2000-01-24_12:00:00.nc","r") time = 1 rh = wrf_user_getvar(a,"rh",time) end
|