- 积分
- 2709
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2015-12-1
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
运行grads时出现这样的问题 不知道怎么办 希望能够得到解答
.ctl文件
dset ^ARWpost_%y4-%m2-%d2_%h2:%n2.dat
options byteswapped template
undef 1.e30
title OUTPUT FROM WRF V3.8.1 MODEL
xdef 396 levels
ydef 156 levels
zdef 31 levels
tdef 163 linear 00Z14OCT2016 60MN
VARS 90
XLAT 1 0 LATITUDE, SOUTH IS NEGATIVE (degree_north)
XLONG 1 0 LONGITUDE, WEST IS NEGATIVE (degree_east)
LU_INDEX 1 0 LAND USE CATEGORY (-)
VAR_SSO 1 0 variance of subgrid-scale orography (m2)
U 31 0 x-wind component (m s-1)
V 31 0 y-wind component (m s-1)
W 31 0 z-wind component (m s-1)
PH 31 0 perturbation geopotential (m2 s-2)
PHB 31 0 base-state geopotential (m2 s-2)
T 31 0 perturbation potential temperature (theta-t0) (K)
MU 1 0 perturbation dry air mass in column (Pa)
MUB 1 0 base state dry air mass in column (Pa)
NEST_POS 1 0 - (-)
P 31 0 perturbation pressure (Pa)
PB 31 0 BASE STATE PRESSURE (Pa)
P_HYD 31 0 hydrostatic pressure (Pa)
Q2 1 0 QV at 2 M (kg kg-1)
T2 1 0 TEMP at 2 M (K)
TH2 1 0 POT TEMP at 2 M (K)
gs文件
'reinit'
'set gxout fwrite'
'open /home/lina/software/WRF/data/output_data/1ARWpost_output/ARWpost.ctl'
'set fwrite /home/lina/software/WRF/grads/result_q2.dat'
'set lev 1'
tt=1
while(tt<=163)
'set t 'tt
'd q2'
tt=tt+1
endwhile
'disable fwrite'
;
|
-
|