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

From TCS Wiki
Jump to navigation Jump to search
imported>WikiSysop
imported>WikiSysop
m (Protected "Reanalysis data and the earth's climatology" ([edit=sysop] (indefinite) [move=sysop] (indefinite)))
 
(24 intermediate revisions by 2 users not shown)
Line 1: Line 1:
==Question #1==
==Question #1==


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


==Question #2==
==Question #2==


请使用多年(>10年)的月平均再分析资料(NCEP/NCAR) 画出各季节温度场,水平风场(经向风)在各高度(850、500、200,100 hpa, 对于温度场请再画出1000hpa)上的分布并简述其特征。
请使用多年(>10年)的月平均再分析资料(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.
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文件的几种方法]
[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网站]查找。
从 Matlab2008b 开始,Matlab 开始提供自带的读写.nc文件的函数。以下提供读写.nc文件的两个样本matlab文件。对于图片,Matlab提供多种形式的存储。可在弹出图片的窗口上方的选项中选择图片存储的方式,或者在命令行后用“print”命令选择(可以输入 help print 获得帮助)。关于Matlab的更多信息,可以去[http://www.mathworks.com/help Matlab网站]查找。


==下载区==
==下载区==
NCEP/NCAR 月平均温度场资料 (1979-2008) [http://lamda.nju.edu.cn/yinyt/notes/ocean/air.mon.mean.nc nc file]  
本次作业所用的数据资料来自NCEP-DOE Reanalysis 2 的月平均资料,时间跨度为1979/1-2009/12。关于本资料的详细内容,请[http://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis2.pressure.html 参见网站]。 以下为完成本次作业所需的数据文件和matlab文件。


NCEP/NCAR 月平均纬向风(U)资料 (1979-2008)  [http://lamda.nju.edu.cn/yinyt/notes/ocean/uwnd.mon.mean.nc nc file]
 
NCEP-DOE 月平均温度场资料 (1979/1-2009/12): [http://lamda.nju.edu.cn/yinyt/notes/ocean/air.mon.mean.nc nc file],[http://lamda.nju.edu.cn/yinyt/notes/ocean/air_readme.txt 说明文件]
 
NCEP-DOE 月平均纬向风(U)资料 (1979/1-2009/12): [http://lamda.nju.edu.cn/yinyt/notes/ocean/uwnd.mon.mean.nc nc file],[http://lamda.nju.edu.cn/yinyt/notes/ocean/uwnd_readme.txt 说明文件]
 
NCEP-land mask(用于在题目2中画出具体的海陆分布): [http://lamda.nju.edu.cn/yinyt/notes/ocean/land.nc nc文件]
 
题目1和2的Matlab 样本文件: [http://lamda.nju.edu.cn/yinyt/notes/ocean/sample_assgn_update.rar 下载] <font color="red" size="3"> (更新后版本)</font>

Latest revision as of 09:14, 12 January 2011

Question #1

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

Question #2

请使用多年(>10年)的月平均再分析资料(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网站查找。

下载区

本次作业所用的数据资料来自NCEP-DOE Reanalysis 2 的月平均资料,时间跨度为1979/1-2009/12。关于本资料的详细内容,请参见网站。 以下为完成本次作业所需的数据文件和matlab文件。


NCEP-DOE 月平均温度场资料 (1979/1-2009/12): nc file说明文件

NCEP-DOE 月平均纬向风(U)资料 (1979/1-2009/12): nc file说明文件

NCEP-land mask(用于在题目2中画出具体的海陆分布): nc文件

题目1和2的Matlab 样本文件: 下载 (更新后版本)