下载此文档

cressman算法.doc


文档分类:IT计算机 | 页数:约8页 举报非法文档有奖
1/8
下载提示
  • 1.该资料是网友上传的,本站提供全文预览,预览什么样,下载就什么样。
  • 2.下载该文档所得收入归上传者、原创者。
  • 3.下载的文档,不会出现我们的网址水印。
1/8 下载此文档
文档列表 文档介绍
- -
. 优选-
!
!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
real, allocatable, dimension(:,:) :: stemp_5, srain_5
!
END MODULE sfc_data
PROGRAM read_interpol_sfc
!
USE sfc_data
!
implicit none
!
character(len=20) :: in_file_name
integer :: kx, ky, i, j, ii, jj,irec,n,nn
!
real:: weight,total_weight
real,allocatable,dimension(:) ::temp_obs,rain_obs,lon,lat
real,allocatable,dimension(:) ::radius
!
character(len=50) :: filename,feild,pic_name
character(len=2) :: yy, mm, dd, hh
real :

cressman算法 来自淘豆网m.daumloan.com转载请标明出处.

非法内容举报中心
文档信息
  • 页数8
  • 收藏数0 收藏
  • 顶次数0
  • 上传人fyyouxi23
  • 文件大小36 KB
  • 时间2021-12-12
最近更新