cressman算法.docVIP

  • 29
  • 0
  • 约9.65千字
  • 约 8页
  • 2016-10-17 发布于重庆
  • 举报
cressman算法

! !purpors : use three methods to convert station data to grid data ! MODULE sfc_data ! ! --- define prepared data type sfc real :: lon real :: lat real :: temp real :: rain end type sfc type(sfc),allocatable,dimension(:) :: sfc_obs integer::num ! --- define output data and the method used real, allocatable, dimension(:) :: slon, slat real, allocatable, dimension(:,:) :: stemp, srain,dis ,srain_mid,stemp_mid,srain_min,stemp_min,stemp_max, srain_max real, allocatable, dimension(:,:) :: stemp_4, srain_4

文档评论(0)

1亿VIP精品文档

相关文档