Reanalysis data and the earth's climatology: Difference between revisions

From TCS Wiki
Jump to navigation Jump to search
imported>WikiSysop
(Created page with '==Question #1== ==Question #2== ==On the netcdf file== ==Read .nc using Matlab==')
 
imported>WikiSysop
No edit summary
Line 1: Line 1:
==Question #1==
==Question #1==
请使用多年(>10年)的月平均再分析资料(ERA-40或NCEP/NCAR)画出各季节纬向平均温度场,水平风场(经向风)的高度-纬度剖面分布并简述其特征。


==Question #2==
==Question #2==
请使用多年(>10年)的月平均再分析资料(ERA-40或NCEP/NCAR)画出各季节温度场,水平风场(经向风)在各高度(850、500、200,100 hpa, 对于温度场请再画出1000hpa)上的分布并简述其特征。


==On the netcdf file==
==On the netcdf file==
Netcdf (Network Common Data Form) is a set of self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. The project homepage is hosted by the [https://www.unidata.ucar.edu/software/netcdf Unidata program] at the University Corporation for Atmospheric Research (UCAR). They are also the chief source of netCDF software, standards development, updates etc.。
[http://www.esrl.noaa.gov/psd/data/gridded/tools.html 读取netcdf文件的几种方法]


==Read .nc using Matlab==
==Read .nc using Matlab==
从 Matlab2008b 开始,Matlab 开始提供自带的读写.nc文件的函数。以下为读写.nc的一个样本matlab文件。对于图片,Matlab提供多种形式的存储。可在弹出图片的窗口所备选项上选择图片存储的方式,或者在命令行后用“print”命令(可以输入 help print 获得帮助)。关于Matlab的更多信息,可以去[http://www.mathworks.com/help Matlab网站]。

Revision as of 01:09, 15 September 2010

Question #1

请使用多年(>10年)的月平均再分析资料(ERA-40或NCEP/NCAR)画出各季节纬向平均温度场,水平风场(经向风)的高度-纬度剖面分布并简述其特征。

Question #2

请使用多年(>10年)的月平均再分析资料(ERA-40或NCEP/NCAR)画出各季节温度场,水平风场(经向风)在各高度(850、500、200,100 hpa, 对于温度场请再画出1000hpa)上的分布并简述其特征。

On the netcdf file

Netcdf (Network Common Data Form) is a set of self-describing, machine-independent data formats that support the creation, access, and sharing of array-oriented scientific data. The project homepage is hosted by the Unidata program at the University Corporation for Atmospheric Research (UCAR). They are also the chief source of netCDF software, standards development, updates etc.。 读取netcdf文件的几种方法

Read .nc using Matlab

从 Matlab2008b 开始,Matlab 开始提供自带的读写.nc文件的函数。以下为读写.nc的一个样本matlab文件。对于图片,Matlab提供多种形式的存储。可在弹出图片的窗口所备选项上选择图片存储的方式,或者在命令行后用“print”命令(可以输入 help print 获得帮助)。关于Matlab的更多信息,可以去Matlab网站