- 积分
- 724
- 贡献
-
- 精华
- 在线时间
- 小时
- 注册时间
- 2017-10-9
- 最后登录
- 1970-1-1
|
登录后查看更多精彩内容~
您需要 登录 才可以下载或查看,没有帐号?立即注册
x
我是98-16年逐日降水资料,要计算降水频率及强度关系,好像是要按每个格点算,实在不同太会,有没有大佬指导一下要怎么编程计算!!!
Variable: f
Type: file
filename: 6PRECT
path: /home/6/JJA/6PRECT.nc
file global attributes:
dimensions:
lat = 384
lon = 576
ncl2 = 1748
time = 1748
variables:
float lat ( lat )
standard_name : latitude
long_name : latitude
units : degrees_north
axis : Y
typeConversion_op_ncl : double converted to float
float lon ( lon )
standard_name : longitude
long_name : longitude
units : degrees_east
axis : X
typeConversion_op_ncl : double converted to float
float time ( ncl2 )
typeConversion_op_ncl : double converted to float
axis : T
calendar : 365_day
units : days since 1996-1-1 00:00:00
bounds : time_bnds
long_name : time
standard_name : time
_FillValue : -999
float PRECT ( time, lat, lon )
long_name : Total (convective and large-scale) precipitation rate (liq + ice)
units : mm/d
cell_methods : time: mean
_FillValue : -999
|
|