WRF模式基本结构.ppt
《WRF模式基本结构.ppt》由会员分享,可在线阅读,更多相关《WRF模式基本结构.ppt(56页珍藏版)》请在三一文库上搜索。
1、20102010年年8 8月月2929日日WRF模式基本结构模式基本结构 主要内容主要内容一、WPS二、WRF-3DVAR三、WRFV3四、WRF模式物理过程WRF 模式软件设计结构WPS FlowchartgeogridungribmetgridModified real/wrfWPS Program ComponentsWPS FlowchartFunctions of WPS Componentsgeogrid(WRF SI:gridgen;MM5:terrain)定义模式格点、计算格点经纬度值、地图投影因子、科氏参数等。插值静态资料到模式格点上。ungrib(WRF SI:grib_p
2、rep;MM5:pregrid)解码GRIB数据文件,读出气象场metgrid(WRF SI:hinterp;MM5:regridder)将气象场精细水平插值到模式格点。Differences between WPS and SI新的参数列表文件namelist输入的地形数据文件数据格式进行了调整。中间文件格式变了,但仍然支持以前的数据格式。输出的文件名变了。运行时减少了对perl和环境变量的依赖,使运行流程变得简单易行。Improvements:Overall与WRF模式本事的参数进行了统一运行速度快geogridandmetgrid可以并行运行输入/输出使用WRF的输入/输出函数库使用户使
3、用新数据或者变量特殊处理变得简单灵活文件目录结构简化添加了一些诊断程序Improvements:geogrid速度明显加快多种分辩率数据可以同时使用:30sec,2min,5min,and10minfortopography,landuse,andsoiltypes与WRF模式的参数列表相统一用户可以自己控制插值方法和平滑选项输入/输出使用WRF的输入/输出函数库使用户使用新数据或者变量特殊处理变得简单灵活Improvements:ungrib支持GRIB2数据格式需要的库函数:JasPer(JPEG2000“lossy”compressionlibrary)PNG(“lossless”com
4、pressionlibrary)zlib(compressionlibraryusedbyPNG)仍然支持SI/grib_prepandMM5/pregrid的中间数据文件格式Improvements:metgrid支持MPI并行运行用户自己可以控制插值方法改善了滤网插值(maskedinterpolation)方法,以及质量守恒插值方法输入/输出使用WRF的输入/输出函数库Running geogridSTEP 1:Edit namelist.wps For geogrid,only the&share and&geogrid namelists need to be edited in n
5、amelist.wpsRunning geogridSTEP 1:Edit namelist.wps&sharewrf_core=ARW,max_dom=2,io_form_geogrid=2,Running geogridSTEP 1:Edit namelist.wpsRunning geogridSTEP 1:Edit namelist.wpsRunning geogridSTEP 2:Run geogrid.exe./geogrid.exeParsed 11 entries in GEOGRID.TBLProcessing domain 1 of 2Processing XLAT and
6、 XLONGProcessing MAPFACProcessing F and EProcessing ROTANGProcessing LANDUSEFCalculating landmask from LANDUSEFProcessing HGT_M!Successful completion of geogrid.!Running geogridRunning ungribSTEP 1:Edit namelist.wpsFor ungrib,only the&share and&ungrib namelistsneedtobeeditedRunning ungribRunning ung
7、ribSTEP 2:Link the correct Vtable to the file name“Vtable”intherundirectorySome Vtables are provided with WPS in the WPS/ungrib/Variable_ Tables directory!E.g.,Vtable.GFS,Vtable.SST,Vtable.ECMWF!Ungrib always expects to find a file named Vtable inthe run directoryRunning ungribSTEP 3:Link GRIB files
8、 to the correct file namesintherundirectoryUngribalwaysexpectsGRIBfilestobenamedGRIBFILE.AAA,GRIBFILE.AAB,GRIBFILE.AAC,etc.,intherundirectory!Thelink_grib.cshscriptcanbeusedtolinkGRIBfilestothesefilenames:Running ungribSTEP 4:Run ungrib.exe ./ungrib.exe*Starting program ungrib.exe*Start_date=2006-08
9、16_12:00:00,End_date=2006-08-16_12:00:00output format is WPSPath to intermediate files is./ungrib-grib edition num 2#Inventory for date=2006-08-16 12:00:00PRES TT UU VV RH HGT-2013.0 O O O O O O2001.0 X X X X O X1000.0 X X X X X975.0 X X X X X950.0 X X X X X925.0 X X X X X900.0 X X X X XRunning ung
10、ribRunning metgridSTEP 1:Edit namelist.wps&metgridfg_name=GFS,io_form_metgrid=2,/Metgrid I/O format:Which I/O formattouseformetgridoutput?2=netCDFisrecommended.Intermediate file prefixes:Prefix(orprefixes)ofintermediatefilestointerpolatetomodeldomain.Shouldmatchprefixgiventoungrib.Running metgridSTE
11、P 3:Run metgrid.exe ./metgrib.exeProcessing domain 1 of 2Processing 2006-04-01_00GFSProcessing 2006-04-01_06GFSProcessing domain 2 of 2Processing 2006-04-01_00GFS!Successful completion of metgrid.!Running metgridWPS运行过程小结运行过程小结1、准备资料(geogNCEP)2、修改namelist.wps3、连接变量列表Vtablelnsfungrib/Variable_Tables/
12、Vtable.GFSVtable2.连接GRIB文件成GRIB.?格式:link_grib.cshfnl_3.运行程序:./geogrid.exe&run_geogrid.log(不修改区域可以不运行)./ungrib.exe&run_ungrib.log./metgrid.exe&run_metgrib.logWPS Utility Programsplotgrids.exe查看模式区域格点rd_intermediate.exe查看中间文件plotfmt.exe绘制中间文件数据的图形g1print.exe,g2print.exe查看GRIB1和GRIB2数据的信息WPS Utility Pr
13、ogramsavg_sfcs.exe计算地表平均温度,在metgrid中使用,使地表温度更准确(仅用于slab方案)mod_levs.exe滤去全球模式多余的垂直数据层Plotting programsForgeogridandmetgridoutput:Use RIP4,NCL,andnew ARWpost(includingWRF2GrADS)New GUI:Domain WizardSimilartoSIGUIDevelopedbyNOAA/ESRL/GSDWeb-based utility to configure domainsandrunWPSWRFVAR 流程图流程图xb为背景场
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中含有的国旗、国徽等图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- WRF 模式 基本 结构
