Assignment 1, Fall 2021 and File:7b8c359ae1af6bda4ed78a7721bd4338.png: Difference between pages

From TCS Wiki
(Difference between pages)
Jump to navigation Jump to search
imported>Etone
(Created page with "==Question #1== 请使用多年(>20年)的NCEP/NCAR月平均再分析资料,画出各季节(至少画出冬夏两季)纬向平均温度场、纬向平均纬向风...")
 
(== Summary == Importing file)
Tag: Server-side upload
 
Line 1: Line 1:
==Question #1==
== Summary ==
 
Importing file
请使用多年(>20年)的NCEP/NCAR月平均再分析资料,画出各季节(至少画出冬夏两季)纬向平均温度场、纬向平均纬向风场的高度-纬度剖面分布,并简述其分布特征和季节变化特征。
 
==Question #2==
 
请使用多年(>20年)的NCEP/NCAR月平均再分析资料,画出各季节(至少画出冬夏两季)温度场、纬向风场在各高度(850、500、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 [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==
从 <font color="red"> Matlab 2008b </font> 开始,Matlab 开始提供自带的读写.nc文件的函数。以下为读写.nc的一个样本matlab文件。对于图片,Matlab提供多种形式的存储。可在弹出图片的窗口左上方的下拉菜单中选择图片的存储方式,或者在命令行后用“print”命令存储图片(可以输入 help print 获得帮助)。关于Matlab的更多信息,可以去[http://www.mathworks.com/help Matlab网站]。
 
==下载区==
本次作业所用的数据资料来自NCEP-DOE Reanalysis 2 的月平均资料,时间跨度为1979/1-2009/12。关于本资料的详细内容,请[http://www.esrl.noaa.gov/psd/data/gridded/data.ncep.reanalysis2.pressure.html 参见网站]。 以下为完成本次作业所需的数据文件和matlab文件。
 
NCEP-DOE 月平均温度场资料 (1979/1-2009/12): [http://tcs.nju.edu.cn/yzhang/air.mon.mean.nc nc file],[http://tcs.nju.edu.cn/yzhang/air_readme.txt 说明文件]
 
NCEP-DOE 月平均纬向风(U)资料 (1979/1-2009/12):  [http://tcs.nju.edu.cn/yzhang/uwnd.mon.mean.nc nc file],[http://tcs.nju.edu.cn/yzhang/uwnd_readme.txt 说明文件]
 
NCEP-land mask(用于在题目2中画出具体的海陆分布): [http://tcs.nju.edu.cn/yzhang/land.nc nc文件]
 
题目1和2的Matlab 样本文件: [http://tcs.nju.edu.cn/yzhang/sample_for_Q1.m 第一题m文件], [http://tcs.nju.edu.cn/yzhang/sample_for_Q2.m 第二题m文件]

Latest revision as of 12:42, 30 August 2022

Summary

Importing file