搜索资源列表
harmonic
- fortran 编写的谐波分析和滤波程序,可以得到0波,一波,二波等,用于气象海洋数据处理-fortran harmonic analysis and filter preparation process, can be 0, wave, wave, two waves, marine data processing for meteorological
MeteoMarker
- 采用SHP文件组织的气象图形标绘程序,地图分球面和平面两种方式,可以标绘点、线、面等气象图形,可以设置颜色、线宽、填充色等多种样式。-SHP files using graphical meteorological organizations plotting procedures, sub-spherical and planar map in two ways, you can plot point, line, surface, such as weather graphics, you
grads
- 气象grads常用绘图程序代码,可供GRADS编程初学者参考。-Grads weather graphics program code used for programming beginners GRADS reference.
GraphicsHomework
- 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统,应老师要求,完成的主要功能如下。 必做部分: 1. 采用3DS Max对三维场景进行了建模。场景中包含了建筑物、道路、天空等基本元素,实现了场景的纹理贴图功能。(见图1,2) 2. 实现了通过3DS Loader读取场景数据。 3. 使用了OpenGL和GLUT扩展库来实时绘制上述场景,画面生成速度达到36帧/秒。 4. 提供了友善的用户界面,并实现了多角度场景的交互漫游,可以以第一人称行走的方式漫游场景
FR
- 气象类雾识别程序,可以识别各种雾的大小,浓度和时间等,可用于气象站资料,目前还在不断的完善-Fog recognizer
project
- 课程设计的主要内容为开发一个实时绘制大规模三维场景的程序系统.必做部分: 1、学习3DS Max 的基本功能,并采用3DS Max 对三维场景进行建模,要求 场景中包含建筑物、道路、天空等基本元素,实现场景的纹理贴图功能。 2、通过3DS Loader 读取场景数据。。 3、学习并使用OpenGL 或DirectX 3D 实时绘制上述场景。 4、提供用户界面,并实现场景的交互漫游功能。 选做部分: 1、在场景中添加了三维地形。 2、实现雾这种气象条
gen_be_run.tar
- 该系列脚本程序用于自动生成气象资料三维变分同化中的背景场误差协方差文件,并完成绘图功能。具体运行说明见readme.txt-This series of scr ipts are used to generate meteorological data three-dimensional variational assimilation of a background field error covariance files, and complete the drawing function.
pjl
- 滤波程序,应用气象绘图,为了滤除一些干扰波动,作分析更为方便简洁-Filtering procedures, the application of meteorology drawing, in order to filter out interference fluctuations, more convenient and simple for analysis
AntNavSimu
- 参考论文“气象用太阳赤纬和时差计算方法研究”编写的导航仿真程序-Reference paper " weather and time difference with solar declination calculation method" Writing navigation simulation program
Hurst_distributed
- 栅格化计算Hurst指数,用于水文、气象参数趋势的判断 水文、气象要素的时间序列分析中,一般下载到的程序是针对单个站点的H指数计算,得到的结果是单个H指数值 该程序实现时间序列栅格图像上每个点H指数的计算,得到的结果是单个栅格图像,栅格值是H指数值-a distributed pattern to calculate Hurst Index,the input is a series of grid datas, the output is a grid data each pixe
EOF
- EOF分解程序,实现时空分离,便于从大量气象数据中提炼有效信息,附上62年某月的全球温度资料,数据排放按(71*144,62),还有原场图,相似系数图-EOF decomposition process, to achieve spatial and temporal separation, easy to extract data from a large number of meteorological valid information, enclose a month for 62 ye
wavelet
- 气象程序,对变量波动进行小波分析,内含具体流程说明-Meteorological procedures, variables fluctuate wavelet analysis, containing detailed process descr iption
atmos_phys
- 本程序用来计算我们在气象分析当中经常使用的一个物理量CAPE-A way to Caculate the CAPE paramenter in Meto
超前滞后相关+滑动平均
- 修改了超前滞后相关函数关于相关系数检验的部分程序,避免了样本数太大检验不了的情况。matlab中调用smooth函数后头尾是有数据的,不符合气象统计滑动平均的原理,按照公式编了一个能直接用的滑动平均。