爱气象,爱气象家园! 

气象家园

 找回密码
 立即注册

QQ登录

只需一步,快速开始

搜索
查看: 7383|回复: 17

谁来帮我悄悄这个数据,各个变量的意思啊

[复制链接]
发表于 2011-12-26 10:36:34 | 显示全部楼层 |阅读模式

登录后查看更多精彩内容~

您需要 登录 才可以下载或查看,没有帐号?立即注册

x
本帖最后由 shushamei 于 2011-12-28 13:58 编辑

netcdf D:/wrfout_d01_2011-08-04_18_00_002.nc {
dimensions:
   Time = UNLIMITED;   // (1 currently)
   DateStrLen = 19;
   west_east = 386;
   south_north = 250;
   bottom_top = 40;
   bottom_top_stag = 41;
   soil_layers_stag = 4;
   west_east_stag = 387;
   south_north_stag = 251;
variables:
   char Times(Time=1, DateStrLen=19);
   float LU_INDEX(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LAND USE CATEGORY";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ZNU(Time=1, bottom_top=40);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "eta values on half (mass) levels";
     :units = "";
     :stagger = "";
   float ZNW(Time=1, bottom_top_stag=41);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "eta values on full (w) levels";
     :units = "";
     :stagger = "Z";
   float ZS(Time=1, soil_layers_stag=4);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "DEPTHS OF CENTERS OF SOIL LAYERS";
     :units = "m";
     :stagger = "Z";
   float DZS(Time=1, soil_layers_stag=4);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "THICKNESSES OF SOIL LAYERS";
     :units = "m";
     :stagger = "Z";
   float U(Time=1, bottom_top=40, south_north=250, west_east_stag=387);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "x-wind component";//水平方向风大小
     :units = "m s-1";
     :stagger = "X";
     :coordinates = "XLONG_U XLAT_U";
   float V(Time=1, bottom_top=40, south_north_stag=251, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "y-wind component";
     :units = "m s-1";
     :stagger = "Y";
     :coordinates = "XLONG_V XLAT_V";
   float W(Time=1, bottom_top_stag=41, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "z-wind component";
     :units = "m s-1";
     :stagger = "Z";
     :coordinates = "XLONG XLAT";
   float PH(Time=1, bottom_top_stag=41, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "perturbation geopotential";
     :units = "m2 s-2";
     :stagger = "Z";
     :coordinates = "XLONG XLAT";
   float PHB(Time=1, bottom_top_stag=41, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "base-state geopotential";
     :units = "m2 s-2";
     :stagger = "Z";
     :coordinates = "XLONG XLAT";
   float T(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "perturbation potential temperature (theta-t0)";
     :units = "K";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float MU(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "perturbation dry air mass in column";
     :units = "Pa";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float MUB(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "base state dry air mass in column";
     :units = "Pa";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float NEST_POS(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "-";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float P(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "perturbation pressure";
     :units = "Pa";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float PB(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "BASE STATE PRESSURE";
     :units = "Pa";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float FNM(Time=1, bottom_top=40);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "upper weight for vertical stretching";
     :units = "";
     :stagger = "";
   float FNP(Time=1, bottom_top=40);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "lower weight for vertical stretching";
     :units = "";
     :stagger = "";
   float RDNW(Time=1, bottom_top=40);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "inverse d(eta) values between full (w) levels";
     :units = "";
     :stagger = "";
   float RDN(Time=1, bottom_top=40);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "inverse d(eta) values between half (mass) levels";
     :units = "";
     :stagger = "";
   float DNW(Time=1, bottom_top=40);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "d(eta) values between full (w) levels";
     :units = "";
     :stagger = "";
   float DN(Time=1, bottom_top=40);
     :FieldType = 104; // int
     :MemoryOrder = "Z  ";
     :description = "d(eta) values between half (mass) levels";
     :units = "";
     :stagger = "";
   float CFN(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "extrapolation constant";
     :units = "";
     :stagger = "";
   float CFN1(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "extrapolation constant";
     :units = "";
     :stagger = "";
   float P_HYD(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "hydrostatic pressure";
     :units = "Pa";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float Q2(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "QV at 2 M";
     :units = "kg kg-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float T2(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "TEMP at 2 M";
     :units = "K";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float TH2(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "POT TEMP at 2 M";
     :units = "K";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float PSFC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SFC PRESSURE";
     :units = "Pa";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float U10(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "U at 10 M";
     :units = "m s-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float V10(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "V at 10 M";
     :units = "m s-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float RDX(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "INVERSE X GRID LENGTH";
     :units = "";
     :stagger = "";
   float RDY(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "INVERSE Y GRID LENGTH";
     :units = "";
     :stagger = "";
   float RESM(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "TIME WEIGHT CONSTANT FOR SMALL STEPS";
     :units = "";
     :stagger = "";
   float ZETATOP(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "ZETA AT MODEL TOP";
     :units = "";
     :stagger = "";
   float CF1(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "2nd order extrapolation constant";
     :units = "";
     :stagger = "";
   float CF2(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "2nd order extrapolation constant";
     :units = "";
     :stagger = "";
   float CF3(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "2nd order extrapolation constant";
     :units = "";
     :stagger = "";
   int ITIMESTEP(Time=1);
     :FieldType = 106; // int
     :MemoryOrder = "0  ";
     :description = "";
     :units = "";
     :stagger = "";
   float XTIME(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "minutes since simulation start";
     :units = "";
     :stagger = "";
   float QVAPOR(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "Water vapor mixing ratio";
     :units = "kg kg-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float QCLOUD(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "Cloud water mixing ratio";
     :units = "kg kg-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float QRAIN(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "Rain water mixing ratio";
     :units = "kg kg-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float QICE(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "Ice mixing ratio";
     :units = "kg kg-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float QSNOW(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "Snow mixing ratio";
     :units = "kg kg-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float QGRAUP(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "Graupel mixing ratio";
     :units = "kg kg-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LANDMASK(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LAND MASK (1 FOR LAND, 0 FOR WATER)";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float TSLB(Time=1, soil_layers_stag=4, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "SOIL TEMPERATURE";
     :units = "K";
     :stagger = "Z";
     :coordinates = "XLONG XLAT";
   float SMOIS(Time=1, soil_layers_stag=4, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "SOIL MOISTURE";
     :units = "m3 m-3";
     :stagger = "Z";
     :coordinates = "XLONG XLAT";
   float SH2O(Time=1, soil_layers_stag=4, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "SOIL LIQUID WATER";
     :units = "m3 m-3";
     :stagger = "Z";
     :coordinates = "XLONG XLAT";
   float SMCREL(Time=1, soil_layers_stag=4, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "RELATIVE SOIL MOISTURE";
     :units = "";
     :stagger = "Z";
     :coordinates = "XLONG XLAT";
   float SEAICE(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SEA ICE FLAG";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float XICEM(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SEA ICE FLAG (PREVIOUS STEP)";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SFROFF(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SURFACE RUNOFF";
     :units = "mm";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float UDROFF(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "UNDERGROUND RUNOFF";
     :units = "mm";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int IVGTYP(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "DOMINANT VEGETATION CATEGORY";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int ISLTYP(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "DOMINANT SOIL CATEGORY";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float VEGFRA(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "VEGETATION FRACTION";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float GRDFLX(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "GROUND HEAT FLUX";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACGRDFLX(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED GROUND HEAT FLUX";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SNOW(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SNOW WATER EQUIVALENT";
     :units = "kg m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SNOWH(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "PHYSICAL SNOW DEPTH";
     :units = "m";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float CANWAT(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "CANOPY WATER";
     :units = "kg m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SST(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SEA SURFACE TEMPERATURE";
     :units = "K";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SSTSK(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SKIN SEA SURFACE TEMPERATURE";
     :units = "K";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float RAD_TTEN_DFI(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "RADAR POT. TEMP. TENDENCY";
     :units = "K s-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LAI(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Leaf area index";
     :units = "area/area";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float MAPFAC_M(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on mass grid";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float MAPFAC_U(Time=1, south_north=250, west_east_stag=387);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on u-grid";
     :units = "";
     :stagger = "X";
     :coordinates = "XLONG_U XLAT_U";
   float MAPFAC_V(Time=1, south_north_stag=251, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on v-grid";
     :units = "";
     :stagger = "Y";
     :coordinates = "XLONG_V XLAT_V";
   float MAPFAC_MX(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on mass grid, x direction";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float MAPFAC_MY(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on mass grid, y direction";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float MAPFAC_UX(Time=1, south_north=250, west_east_stag=387);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on u-grid, x direction";
     :units = "";
     :stagger = "X";
     :coordinates = "XLONG_U XLAT_U";
   float MAPFAC_UY(Time=1, south_north=250, west_east_stag=387);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on u-grid, y direction";
     :units = "";
     :stagger = "X";
     :coordinates = "XLONG_U XLAT_U";
   float MAPFAC_VX(Time=1, south_north_stag=251, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on v-grid, x direction";
     :units = "";
     :stagger = "Y";
     :coordinates = "XLONG_V XLAT_V";
   float MF_VX_INV(Time=1, south_north_stag=251, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Inverse map scale factor on v-grid, x direction";
     :units = "";
     :stagger = "Y";
     :coordinates = "XLONG_V XLAT_V";
   float MAPFAC_VY(Time=1, south_north_stag=251, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Map scale factor on v-grid, y direction";
     :units = "";
     :stagger = "Y";
     :coordinates = "XLONG_V XLAT_V";
   float F(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Coriolis sine latitude term";
     :units = "s-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float E(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Coriolis cosine latitude term";
     :units = "s-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SINALPHA(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Local sine of map rotation";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float COSALPHA(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Local cosine of map rotation";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float HGT(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "Terrain Height";
     :units = "m";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float TSK(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SURFACE SKIN TEMPERATURE";
     :units = "K";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float P_TOP(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "PRESSURE TOP OF THE MODEL";
     :units = "Pa";
     :stagger = "";
   float T00(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "BASE STATE TEMPERATURE";
     :units = "K";
     :stagger = "";
   float P00(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "BASE STATE PRESURE";
     :units = "Pa";
     :stagger = "";
   float TLP(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "BASE STATE LAPSE RATE";
     :units = "";
     :stagger = "";
   float TISO(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "TEMP AT WHICH THE BASE T TURNS CONST";
     :units = "K";
     :stagger = "";
   float MAX_MSTFX(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "Max map factor in domain";
     :units = "";
     :stagger = "";
   float MAX_MSTFY(Time=1);
     :FieldType = 104; // int
     :MemoryOrder = "0  ";
     :description = "Max map factor in domain";
     :units = "";
     :stagger = "";
   float RAINC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED TOTAL CUMULUS PRECIPITATION";
     :units = "mm";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float RAINNC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED TOTAL GRID SCALE PRECIPITATION";
     :units = "mm";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SNOWNC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED TOTAL GRID SCALE SNOW AND ICE";
     :units = "mm";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float GRAUPELNC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED TOTAL GRID SCALE GRAUPEL";
     :units = "mm";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float HAILNC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED TOTAL GRID SCALE HAIL";
     :units = "mm";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float CLDFRA(Time=1, bottom_top=40, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XYZ";
     :description = "CLOUD FRACTION";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SWDOWN(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "DOWNWARD SHORT WAVE FLUX AT GROUND SURFACE";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float GLW(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "DOWNWARD LONG WAVE FLUX AT GROUND SURFACE";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLWUPT(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED UPWELLING LONGWAVE FLUX AT TOP";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLWUPTC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLWDNT(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED DOWNWELLING LONGWAVE FLUX AT TOP";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLWDNTC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLWUPB(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED UPWELLING LONGWAVE FLUX AT BOTTOM";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLWUPBC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLWDNB(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED DOWNWELLING LONGWAVE FLUX AT BOTTOM";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLWDNBC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int I_ACLWUPT(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "BUCKET FOR UPWELLING LONGWAVE FLUX AT TOP";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int I_ACLWUPTC(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "BUCKET FOR UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int I_ACLWDNT(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "BUCKET FOR DOWNWELLING LONGWAVE FLUX AT TOP";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int I_ACLWDNTC(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "BUCKET FOR DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int I_ACLWUPB(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "BUCKET FOR UPWELLING LONGWAVE FLUX AT BOTTOM";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int I_ACLWUPBC(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "BUCKET FOR UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int I_ACLWDNB(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "BUCKET FOR DOWNWELLING LONGWAVE FLUX AT BOTTOM";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int I_ACLWDNBC(Time=1, south_north=250, west_east=386);
     :FieldType = 106; // int
     :MemoryOrder = "XY ";
     :description = "BUCKET FOR DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LWUPT(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "INSTANTANEOUS UPWELLING LONGWAVE FLUX AT TOP";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LWUPTC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT TOP";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LWDNT(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT TOP";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LWDNTC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT TOP";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LWUPB(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "INSTANTANEOUS UPWELLING LONGWAVE FLUX AT BOTTOM";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LWUPBC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "INSTANTANEOUS UPWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LWDNB(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "INSTANTANEOUS DOWNWELLING LONGWAVE FLUX AT BOTTOM";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LWDNBC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "INSTANTANEOUS DOWNWELLING CLEAR SKY LONGWAVE FLUX AT BOTTOM";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float OLR(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "TOA OUTGOING LONG WAVE";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float XLAT(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LATITUDE, SOUTH IS NEGATIVE";
     :units = "degree_north";
     :stagger = "";
   float XLONG(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LONGITUDE, WEST IS NEGATIVE";
     :units = "degree_east";
     :stagger = "";
   float XLAT_U(Time=1, south_north=250, west_east_stag=387);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LATITUDE, SOUTH IS NEGATIVE";
     :units = "degree_north";
     :stagger = "X";
     :coordinates = "XLONG_U XLAT_U";
   float XLONG_U(Time=1, south_north=250, west_east_stag=387);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LONGITUDE, WEST IS NEGATIVE";
     :units = "degree_east";
     :stagger = "X";
     :coordinates = "XLONG_U XLAT_U";
   float XLAT_V(Time=1, south_north_stag=251, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LATITUDE, SOUTH IS NEGATIVE";
     :units = "degree_north";
     :stagger = "Y";
     :coordinates = "XLONG_V XLAT_V";
   float XLONG_V(Time=1, south_north_stag=251, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LONGITUDE, WEST IS NEGATIVE";
     :units = "degree_east";
     :stagger = "Y";
     :coordinates = "XLONG_V XLAT_V";
   float ALBEDO(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ALBEDO";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ALBBCK(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "BACKGROUND ALBEDO";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float EMISS(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SURFACE EMISSIVITY";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float NOAHRES(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "RESIDUAL OF THE NOAH SURFACE ENERGY BUDGET";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float TMN(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "SOIL TEMPERATURE AT LOWER BOUNDARY";
     :units = "K";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float XLAND(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LAND MASK (1 FOR LAND, 2 FOR WATER)";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float UST(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "U* IN SIMILARITY THEORY";
     :units = "m s-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float PBLH(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "PBL HEIGHT";
     :units = "m";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float HFX(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "UPWARD HEAT FLUX AT THE SURFACE";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float QFX(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "UPWARD MOISTURE FLUX AT THE SURFACE";
     :units = "kg m-2 s-1";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float LH(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "LATENT HEAT FLUX AT THE SURFACE";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACHFX(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED UPWARD HEAT FLUX AT THE SURFACE";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float ACLHF(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "ACCUMULATED UPWARD LATENT HEAT FLUX AT THE SURFACE";
     :units = "J m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SNOWC(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "FLAG INDICATING SNOW COVERAGE (1 FOR SNOW COVER)";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SR(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "fraction of frozen precipitation";
     :units = "";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float POTEVP(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "accumulated potential evaporation";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SNOPCX(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "snow phase change heat flux";
     :units = "W m-2";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   float SOILTB(Time=1, south_north=250, west_east=386);
     :FieldType = 104; // int
     :MemoryOrder = "XY ";
     :description = "bottom soil temperature";
     :units = "K";
     :stagger = "";
     :coordinates = "XLONG XLAT";
   int SAVE_TOPO_FROM_REAL(Time=1);
     :FieldType = 106; // int
     :MemoryOrder = "0  ";
     :description = "1=original topo from real/0=topo modified by WRF";
     :units = "flag";
     :stagger = "";
   char Lambert;
     :grid_mapping_name = "lambert_conformal_conic";
     :latitude_of_projection_origin = 39.90000534057617; // double
     :longitude_of_central_meridian = 110.4000015258789; // double
     :standard_parallel = 39.900001525878906; // double
     :_CoordinateTransformType = "Projection";
     :_CoordinateAxisTypes = "GeoX GeoY";
   double x(west_east=386);
     :units = "km";
     :long_name = "synthesized GeoX coordinate from DX attribute";
     :_CoordinateAxisType = "GeoX";
     :_CoordinateAliasForDimension = "west_east";
   double x_stag(west_east_stag=387);
     :units = "km";
     :long_name = "synthesized GeoX coordinate from DX attribute";
     :_CoordinateAxisType = "GeoX";
     :_CoordinateAliasForDimension = "west_east_stag";
   double y(south_north=250);
     :units = "km";
     :long_name = "synthesized GeoY coordinate from DY attribute";
     :_CoordinateAxisType = "GeoY";
     :_CoordinateAliasForDimension = "south_north";
   double y_stag(south_north_stag=251);
     :units = "km";
     :long_name = "synthesized GeoY coordinate from DY attribute";
     :_CoordinateAxisType = "GeoY";
     :_CoordinateAliasForDimension = "south_north_stag";
   double z(bottom_top=40);
     :units = "";
     :long_name = "eta values from variable ZNU";
     :_CoordinateAxisType = "GeoZ";
     :_CoordinateAliasForDimension = "bottom_top";
   double z_stag(bottom_top_stag=41);
     :units = "";
     :long_name = "eta values from variable ZNW";
     :_CoordinateAxisType = "GeoZ";
     :_CoordinateAliasForDimension = "bottom_top_stag";
   double Time(Time=1);
     :units = "secs since 1970-01-01 00:00:00";
     :long_name = "synthesized time coordinate from Times(time)";
     :_CoordinateAxisType = "Time";
   double soilDepth(soil_layers_stag=4);
     :units = "units";
     :long_name = "soil depth";
     :_CoordinateAxisType = "GeoZ";
     :_CoordinateAliasForDimension = "soil_layers_stag";

:TITLE = " OUTPUT FROM WRF V3.2.1 MODEL";
:START_DATE = "2011-08-04_18:00:00";
:SIMULATION_START_DATE = "2011-08-04_18:00:00";
:WEST-EAST_GRID_DIMENSION = 387; // int
:SOUTH-NORTH_GRID_DIMENSION = 251; // int
:BOTTOM-TOP_GRID_DIMENSION = 41; // int
:DX = 36000.0f; // float
:DY = 36000.0f; // float
:GRIDTYPE = "C";
:DIFF_OPT = 1; // int
:KM_OPT = 4; // int
:DAMP_OPT = 0; // int
:DAMPCOEF = 0.2f; // float
:KHDIF = 0.0f; // float
:KVDIF = 0.0f; // float
:MP_PHYSICS = 2; // int
:RA_LW_PHYSICS = 4; // int
:RA_SW_PHYSICS = 1; // int
:SF_SFCLAY_PHYSICS = 1; // int
:SF_SURFACE_PHYSICS = 2; // int
:BL_PBL_PHYSICS = 1; // int
:CU_PHYSICS = 1; // int
:SURFACE_INPUT_SOURCE = 1; // int
:SST_UPDATE = 0; // int
:GRID_FDDA = 0; // int
:GFDDA_INTERVAL_M = 0; // int
:GFDDA_END_H = 0; // int
:GRID_SFDDA = 0; // int
:SGFDDA_INTERVAL_M = 0; // int
:SGFDDA_END_H = 0; // int
:SF_URBAN_PHYSICS = 0; // int
:FEEDBACK = 1; // int
:SMOOTH_OPTION = 0; // int
:SWRAD_SCAT = 1.0f; // float
:W_DAMPING = 0; // int
:MOIST_ADV_OPT = 1; // int
:SCALAR_ADV_OPT = 1; // int
:TKE_ADV_OPT = 1; // int
:DIFF_6TH_OPT = 0; // int
:DIFF_6TH_FACTOR = 0.12f; // float
:OBS_NUDGE_OPT = 0; // int
:BUCKET_MM = -1.0f; // float
:BUCKET_J = -1.0f; // float
:PREC_ACC_DT = 0.0f; // float
:OMLCALL = 0; // int
:ISFTCFLX = 0; // int
:WEST-EAST_PATCH_START_UNSTAG = 1; // int
:WEST-EAST_PATCH_END_UNSTAG = 386; // int
:WEST-EAST_PATCH_START_STAG = 1; // int
:WEST-EAST_PATCH_END_STAG = 387; // int
:SOUTH-NORTH_PATCH_START_UNSTAG = 1; // int
:SOUTH-NORTH_PATCH_END_UNSTAG = 250; // int
:SOUTH-NORTH_PATCH_START_STAG = 1; // int
:SOUTH-NORTH_PATCH_END_STAG = 251; // int
:BOTTOM-TOP_PATCH_START_UNSTAG = 1; // int
:BOTTOM-TOP_PATCH_END_UNSTAG = 40; // int
:BOTTOM-TOP_PATCH_START_STAG = 1; // int
:BOTTOM-TOP_PATCH_END_STAG = 41; // int
:GRID_ID = 1; // int
:PARENT_ID = 0; // int
:I_PARENT_START = 1; // int
:J_PARENT_START = 1; // int
:PARENT_GRID_RATIO = 1; // int
:DT = 216.0f; // float
:CEN_LAT = 39.900005f; // float
:CEN_LON = 110.399994f; // float
:TRUELAT1 = 39.9f; // float
:TRUELAT2 = 39.9f; // float
:MOAD_CEN_LAT = 39.900005f; // float
:STAND_LON = 110.4f; // float
:POLE_LAT = 90.0f; // float
:POLE_LON = 0.0f; // float
:GMT = 18.0f; // float
:JULYR = 2011; // int
:JULDAY = 216; // int
:MAP_PROJ = 1; // int
:MMINLU = "USGS";
:NUM_LAND_CAT = 24; // int
:ISWATER = 16; // int
:ISLAKE = -1; // int
:ISICE = 24; // int
:ISURBAN = 1; // int
:ISOILWATER = 14; // int
}




此数据的指定气压层上的温度怎么求呀??

密码修改失败请联系微信:mofangbao
发表于 2011-12-26 10:38:57 | 显示全部楼层
没做过类似的内容 帮顶一下吧

ps  这也太长了.
..
密码修改失败请联系微信:mofangbao
发表于 2011-12-26 10:58:51 | 显示全部楼层
变量的意思可以看description,高度维是bottom_top
密码修改失败请联系微信:mofangbao
发表于 2011-12-26 11:08:28 | 显示全部楼层
好长,变量旁边都有description注释啊
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2011-12-26 11:16:58 | 显示全部楼层
本帖最后由 shushamei 于 2011-12-26 11:19 编辑

我不是学气象的,是学gis的,所以很外行!!你说的高度维bottom_top,我在读取的时候发现他只是0-39的整数就是读取物理变量的索引!!我不知道怎么找到或者换算到海拔高度和气压(hpa)上去,比如 当bottom_top =1的时候所对应的气压是多少高度是多少!!
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2011-12-26 11:18:43 | 显示全部楼层
wlzhongouc 发表于 2011-12-26 11:08
好长,变量旁边都有description注释啊

你说的注释我也看到了 可是我还是看不懂,不知道从哪里得到我想要的海拔高度信息和气压信息!!比如bottom_top=0的时候气压是多少对应的高度是多少
密码修改失败请联系微信:mofangbao
发表于 2011-12-26 11:39:01 | 显示全部楼层
你把ZNU变量读出来看看是什么
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2011-12-26 12:25:16 | 显示全部楼层
Independent Variable:

    Time(index): 0  Total: 1.
    bottom_top(index): 0 --> 39  Total: 40.
    Data: 0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39

Dependent Variable Data: ZNU()

0.9965,0.988,0.9765,0.962,0.944,0.9215,0.8945,0.8647463,0.8342391,0.8037319,0.7732246,0.7300166,0.6757035,0.6245054,0.5762736,0.5308653,0.4881436,0.4479769,0.4102395,0.3748103,0.3415737,0.3104187,0.2812389,0.2539327,0.2284026,0.2045552,0.1823013,0.1615557,0.1422366,0.124266,0.1075693,0.09207523,0.0777158,0.06442595,0.05214363,0.04080959,0.03036728,0.02076268,0.01194422,0.00386261

这是我读取出来以后的结果,请你给看看
密码修改失败请联系微信:mofangbao
发表于 2011-12-26 14:41:42 | 显示全部楼层
你这是WRF模式模拟结果吧“wrfout_d01_2011-08-04_18_00_002.nc ”,可以用ARWPOST来处理
密码修改失败请联系微信:mofangbao
 楼主| 发表于 2011-12-26 14:50:46 | 显示全部楼层
Forcast 发表于 2011-12-26 14:41
你这是WRF模式模拟结果吧“wrfout_d01_2011-08-04_18_00_002.nc ”,可以用ARWPOST来处理

这是预报结果,我不知道怎么找到或者换算到海拔高度和气压(hpa)上去,比如 当bottom_top =1的时候所对应的气压是多少高度是多少!!
密码修改失败请联系微信:mofangbao
您需要登录后才可以回帖 登录 | 立即注册

本版积分规则

Copyright ©2011-2014 bbs.06climate.com All Rights Reserved.  Powered by Discuz! (京ICP-10201084)

本站信息均由会员发表,不代表气象家园立场,禁止在本站发表与国家法律相抵触言论

快速回复 返回顶部 返回列表